OpenCMISS-Iron Internal API Documentation
COORDINATE_ROUTINES::JacobianType

The type of Jacobian to return when coordinate metrics are calculated. More...

Variables

integer(intg), parameter, public coordinate_routines::coordinate_jacobian_no_type =0
 No Jacobian. More...
 
integer(intg), parameter, public coordinate_routines::coordinate_jacobian_line_type =1
 Line type Jacobian. More...
 
integer(intg), parameter, public coordinate_routines::coordinate_jacobian_area_type =2
 Area type Jacobian. More...
 
integer(intg), parameter, public coordinate_routines::coordinate_jacobian_volume_type =3
 Volume type Jacobian. More...
 

Detailed Description

The type of Jacobian to return when coordinate metrics are calculated.

See also
COORDINATE_ROUTINES

Variable Documentation

integer(intg), parameter, public coordinate_routines::coordinate_jacobian_area_type =2
integer(intg), parameter, public coordinate_routines::coordinate_jacobian_line_type =1

Line type Jacobian.

See also
COORDINATE_ROUTINES_JacobianTypes,COORDINATE_ROUTINES

Definition at line 92 of file coordinate_routines.f90.

Referenced by coordinate_routines::coordinate_metrics_calculate().

integer(intg), parameter, public coordinate_routines::coordinate_jacobian_no_type =0

No Jacobian.

See also
COORDINATE_ROUTINES_JacobianTypes,COORDINATE_ROUTINES

Definition at line 91 of file coordinate_routines.f90.

Referenced by coordinate_routines::coordinate_metrics_calculate(), and equations_set_routines::equations_set_analytic_evaluate().