OpenCMISS-Iron Internal API Documentation
OPENCMISS::Basis::BasisTypes

Basis definition type parameters. More...

Collaboration diagram for OPENCMISS::Basis::BasisTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_basis_lagrange_hermite_tp_type = BASIS_LAGRANGE_HERMITE_TP_TYPE
 Lagrange-Hermite tensor product basis type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_basis_simplex_type = BASIS_SIMPLEX_TYPE
 Simplex basis type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_basis_serendipity_type = BASIS_SERENDIPITY_TYPE
 Serendipity basis type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_basis_auxilliary_type = BASIS_AUXILLIARY_TYPE
 Auxillary basis type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_basis_b_spline_tp_type = BASIS_B_SPLINE_TP_TYPE
 B-spline basis type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_basis_fourier_lagrange_hermite_tp_type = BASIS_FOURIER_LAGRANGE_HERMITE_TP_TYPE
 Fourier-Lagrange tensor product basis type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_basis_extended_lagrange_tp_type = BASIS_EXTENDED_LAGRANGE_TP_TYPE
 Extendend Lagrange tensor product basis type. More...
 

Detailed Description

Basis definition type parameters.

See also
OPENCMISS::BasisConstants,OPENCMISS symbol 'nodenumber' at (1) has no IMPLICIT type.

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_basis_auxilliary_type = BASIS_AUXILLIARY_TYPE

Auxillary basis type.

See also
OPENCMISS::Basis::BasisTypes,OPENCMISS

Definition at line 616 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_basis_b_spline_tp_type = BASIS_B_SPLINE_TP_TYPE

B-spline basis type.

See also
OPENCMISS::Basis::BasisTypes,OPENCMISS

Definition at line 617 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_basis_extended_lagrange_tp_type = BASIS_EXTENDED_LAGRANGE_TP_TYPE

Extendend Lagrange tensor product basis type.

See also
OPENCMISS::Basis::BasisTypes,OPENCMISS

Definition at line 619 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_basis_fourier_lagrange_hermite_tp_type = BASIS_FOURIER_LAGRANGE_HERMITE_TP_TYPE

Fourier-Lagrange tensor product basis type.

See also
OPENCMISS::Basis::BasisTypes,OPENCMISS

Definition at line 618 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_basis_lagrange_hermite_tp_type = BASIS_LAGRANGE_HERMITE_TP_TYPE

Lagrange-Hermite tensor product basis type.

See also
OPENCMISS::Basis::BasisTypes,OPENCMISS

Definition at line 613 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_basis_serendipity_type = BASIS_SERENDIPITY_TYPE

Serendipity basis type.

See also
OPENCMISS::Basis::BasisTypes,OPENCMISS

Definition at line 615 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_basis_simplex_type = BASIS_SIMPLEX_TYPE

Simplex basis type.

See also
OPENCMISS::Basis::BasisTypes,OPENCMISS

Definition at line 614 of file opencmiss_iron.f90.