OpenCMISS-Iron Internal API Documentation
|
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... | |
The type of Jacobian to return when coordinate metrics are calculated.
integer(intg), parameter, public coordinate_routines::coordinate_jacobian_area_type =2 |
Area type Jacobian.
Definition at line 93 of file coordinate_routines.f90.
Referenced by coordinate_routines::coordinate_metrics_calculate(), finite_elasticity_routines::finiteelasticity_surfacepressurejacobianevaluate(), and finite_elasticity_routines::finiteelasticity_surfacepressureresidualevaluate().
integer(intg), parameter, public coordinate_routines::coordinate_jacobian_line_type =1 |
Line type Jacobian.
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.
Definition at line 91 of file coordinate_routines.f90.
Referenced by coordinate_routines::coordinate_metrics_calculate(), and equations_set_routines::equations_set_analytic_evaluate().
integer(intg), parameter, public coordinate_routines::coordinate_jacobian_volume_type =3 |
Volume type Jacobian.
Definition at line 94 of file coordinate_routines.f90.
Referenced by coordinate_routines::coordinate_metrics_calculate(), darcy_equations_routines::darcy_finiteelementfaceintegrate(), finite_elasticity_routines::finiteelasticity_finiteelementjacobianevaluate(), navier_stokes_equations_routines::NavierStokes_CalculateBoundaryFlux::navierstokes_calculateboundaryflux(), navier_stokes_equations_routines::NavierStokes_FiniteElementFaceIntegrate::navierstokes_finiteelementfaceintegrate(), and navier_stokes_equations_routines::NavierStokes_ShearRateCalculate::navierstokes_shearratecalculate().