OpenCMISS-Iron Internal API Documentation
CONSTANTS::PhysicalDerivativeConstants

Physical derivative constant identifiers. More...

Variables

integer(intg), parameter constants::maximum_physical_deriv_number =2
 The maximum physical derivative number. More...
 
integer(intg), parameter constants::no_physical_deriv =1
 No physical derivative i.e., u. More...
 
integer(intg), parameter constants::gradient_physical_deriv =2
 Gradient physical derivative i.e., grad u. More...
 

Detailed Description

Physical derivative constant identifiers.

See also
CONSTANTS

Variable Documentation

integer(intg), parameter constants::gradient_physical_deriv =2

Gradient physical derivative i.e., grad u.

See also
CONSTANTS::PhysicalDerivativeConstants,CONSTANTS

Definition at line 229 of file constants.f90.

integer(intg), parameter constants::maximum_physical_deriv_number =2

The maximum physical derivative number.

Definition at line 227 of file constants.f90.

integer(intg), parameter constants::no_physical_deriv =1

No physical derivative i.e., u.

See also
CONSTANTS::PhysicalDerivativeConstants,CONSTANTS

Definition at line 228 of file constants.f90.

Referenced by equations_set_routines::equations_set_analytic_evaluate().