OpenCMISS-Iron FORTRAN API Documentation
OPENCMISS::Basis::InterpolationSpecifications

Interpolation specification parameters. More...

Collaboration diagram for OPENCMISS::Basis::InterpolationSpecifications:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_basis_linear_lagrange_interpolation = BASIS_LINEAR_LAGRANGE_INTERPOLATION
 Linear Lagrange interpolation specification. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_basis_quadratic_lagrange_interpolation = BASIS_QUADRATIC_LAGRANGE_INTERPOLATION
 Quadratic Lagrange interpolation specification. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_basis_cubic_lagrange_interpolation = BASIS_CUBIC_LAGRANGE_INTERPOLATION
 Cubic Lagrange interpolation specification. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_basis_cubic_hermite_interpolation = BASIS_CUBIC_HERMITE_INTERPOLATION
 Cubic Hermite interpolation specification. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_basis_quadratic1_hermite_interpolation = BASIS_QUADRATIC1_HERMITE_INTERPOLATION
 Quadratic Hermite (no derivative at xi=0) interpolation specification. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_basis_quadratic2_hermite_interpolation = BASIS_QUADRATIC2_HERMITE_INTERPOLATION
 Quadratic Hermite (no derivative at xi=1) interpolation specification. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_basis_linear_simplex_interpolation = BASIS_LINEAR_SIMPLEX_INTERPOLATION
 Linear Simplex interpolation specification. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_basis_quadratic_simplex_interpolation = BASIS_QUADRATIC_SIMPLEX_INTERPOLATION
 Quadratic Simplex interpolation specification. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_basis_cubic_simplex_interpolation = BASIS_CUBIC_SIMPLEX_INTERPOLATION
 Cubic Simplex interpolation specification. More...
 

Detailed Description

Interpolation specification parameters.

See also
OPENCMISS::BasisConstants,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_basis_cubic_hermite_interpolation = BASIS_CUBIC_HERMITE_INTERPOLATION

Cubic Hermite interpolation specification.

See also
OPENCMISS::Basis::InterpolationSpecifications,OPENCMISS

Definition at line 628 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_basis_cubic_lagrange_interpolation = BASIS_CUBIC_LAGRANGE_INTERPOLATION

Cubic Lagrange interpolation specification.

See also
OPENCMISS::Basis::InterpolationSpecifications,OPENCMISS

Definition at line 627 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_basis_cubic_simplex_interpolation = BASIS_CUBIC_SIMPLEX_INTERPOLATION

Cubic Simplex interpolation specification.

See also
OPENCMISS::Basis::InterpolationSpecifications,OPENCMISS

Definition at line 633 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_basis_linear_lagrange_interpolation = BASIS_LINEAR_LAGRANGE_INTERPOLATION

Linear Lagrange interpolation specification.

See also
OPENCMISS::Basis::InterpolationSpecifications,OPENCMISS

Definition at line 625 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_basis_linear_simplex_interpolation = BASIS_LINEAR_SIMPLEX_INTERPOLATION

Linear Simplex interpolation specification.

See also
OPENCMISS::Basis::InterpolationSpecifications,OPENCMISS

Definition at line 631 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_basis_quadratic1_hermite_interpolation = BASIS_QUADRATIC1_HERMITE_INTERPOLATION

Quadratic Hermite (no derivative at xi=0) interpolation specification.

See also
OPENCMISS::Basis::InterpolationSpecifications,OPENCMISS

Definition at line 629 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_basis_quadratic2_hermite_interpolation = BASIS_QUADRATIC2_HERMITE_INTERPOLATION

Quadratic Hermite (no derivative at xi=1) interpolation specification.

See also
OPENCMISS::Basis::InterpolationSpecifications,OPENCMISS

Definition at line 630 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_basis_quadratic_lagrange_interpolation = BASIS_QUADRATIC_LAGRANGE_INTERPOLATION

Quadratic Lagrange interpolation specification.

See also
OPENCMISS::Basis::InterpolationSpecifications,OPENCMISS

Definition at line 626 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_basis_quadratic_simplex_interpolation = BASIS_QUADRATIC_SIMPLEX_INTERPOLATION

Quadratic Simplex interpolation specification.

See also
OPENCMISS::Basis::InterpolationSpecifications,OPENCMISS

Definition at line 632 of file opencmiss_iron.f90.