OpenCMISS-Iron Internal API Documentation
BASIS_ROUTINES::BasisTypes

Basis definition type parameters. More...

Variables

integer(intg), parameter, public basis_routines::basis_lagrange_hermite_tp_type =1
 Lagrange-Hermite tensor product basis type. More...
 
integer(intg), parameter, public basis_routines::basis_simplex_type =2
 Simplex basis type. More...
 
integer(intg), parameter, public basis_routines::basis_serendipity_type =3
 Serendipity basis type. More...
 
integer(intg), parameter, public basis_routines::basis_auxilliary_type =4
 Auxillary basis type. More...
 
integer(intg), parameter, public basis_routines::basis_b_spline_tp_type =5
 B-spline basis type. More...
 
integer(intg), parameter, public basis_routines::basis_fourier_lagrange_hermite_tp_type =6
 Fourier-Lagrange tensor product basis type. More...
 
integer(intg), parameter, public basis_routines::basis_extended_lagrange_tp_type =7
 Extendend Lagrange tensor product basis type. More...
 
integer(intg), parameter, public basis_routines::basis_radial_type =7
 Radial basis typee. More...
 

Detailed Description

Basis definition type parameters.

Todo:
Combine simplex and serendipity elements???
See also
BASIS_ROUTINES,OPENCMISS::Basis::BasisTypes

Variable Documentation

integer(intg), parameter, public basis_routines::basis_auxilliary_type =4

Auxillary basis type.

See also
BASIS_ROUTINES::BasisTypes,BASIS_ROUTINES

Definition at line 71 of file basis_routines.f90.

Referenced by basis_routines::basis_local_node_xi_calculate().

integer(intg), parameter, public basis_routines::basis_b_spline_tp_type =5

B-spline basis type.

See also
BASIS_ROUTINES::BasisTypes,BASIS_ROUTINES

Definition at line 72 of file basis_routines.f90.

Referenced by basis_routines::basis_local_node_xi_calculate().

integer(intg), parameter, public basis_routines::basis_extended_lagrange_tp_type =7

Extendend Lagrange tensor product basis type.

See also
BASIS_ROUTINES::BasisTypes,BASIS_ROUTINES

Definition at line 74 of file basis_routines.f90.

Referenced by basis_routines::basis_local_node_xi_calculate().

integer(intg), parameter, public basis_routines::basis_fourier_lagrange_hermite_tp_type =6

Fourier-Lagrange tensor product basis type.

See also
BASIS_ROUTINES::BasisTypes,BASIS_ROUTINES

Definition at line 73 of file basis_routines.f90.

Referenced by basis_routines::basis_local_node_xi_calculate().

integer(intg), parameter, public basis_routines::basis_radial_type =7
integer(intg), parameter, public basis_routines::basis_serendipity_type =3

Serendipity basis type.

See also
BASIS_ROUTINES::BasisTypes,BASIS_ROUTINES

Definition at line 70 of file basis_routines.f90.

Referenced by basis_routines::basis_local_node_xi_calculate().