OpenCMISS-Iron Internal API Documentation
CONSTANTS::GlobalDerivativeConstants

Global derivative constant identifiers. More...

Variables

integer(intg), parameter constants::maximum_global_deriv_number =8
 The maximum global derivative number. More...
 
integer(intg), parameter constants::no_global_deriv =1
 No global derivative i.e., u. More...
 
integer(intg), parameter constants::global_deriv_s1 =2
 First global derivative in the s1 direction i.e., du/ds1. More...
 
integer(intg), parameter constants::global_deriv_s2 =3
 First global derivative in the s2 direction i.e., du/ds2. More...
 
integer(intg), parameter constants::global_deriv_s1_s2 =4
 Global Cross derivative in the s1 and s2 direction i.e., d^2u/ds1ds2. More...
 
integer(intg), parameter constants::global_deriv_s3 =5
 First global derivative in the s3 direction i.e., du/ds3. More...
 
integer(intg), parameter constants::global_deriv_s1_s3 =6
 Global Cross derivative in the s1 and s3 direction i.e., d^2u/ds1ds3. More...
 
integer(intg), parameter constants::global_deriv_s2_s3 =7
 Global Cross derivative in the s2 and s3 direction i.e., d^2u/ds2ds3. More...
 
integer(intg), parameter constants::global_deriv_s1_s2_s3 =8
 Cross derivative in the s1, s2 and s3 direction i.e., d^3u/ds1ds2ds3. More...
 

Detailed Description

Global derivative constant identifiers.

See also
CONSTANTS

Variable Documentation

integer(intg), parameter constants::maximum_global_deriv_number =8

The maximum global derivative number.

Definition at line 212 of file constants.f90.

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