OpenCMISS-Iron Internal API Documentation
types::basis_functions_type Type Reference

Contains information on the defined basis functions. More...

Collaboration diagram for types::basis_functions_type:

Public Attributes

integer(intg) number_basis_functions
 The number of basis functions defined. More...
 
type(basis_ptr_type), dimension(:), pointer bases
 The array of pointers to the defined basis functions. More...
 

Detailed Description

Contains information on the defined basis functions.

Definition at line 243 of file types.f90.

Member Data Documentation

type(basis_ptr_type), dimension(:), pointer types::basis_functions_type::bases

The array of pointers to the defined basis functions.

Definition at line 245 of file types.f90.

integer(intg) types::basis_functions_type::number_basis_functions

The number of basis functions defined.

Definition at line 244 of file types.f90.