OpenCMISS-Iron FORTRAN API Documentation
OPENCMISS::Constants::GlobalDerivativeConstants

Global derivative constant identifiers. More...

Collaboration diagram for OPENCMISS::Constants::GlobalDerivativeConstants:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_no_global_deriv = NO_GLOBAL_DERIV
 No global derivative i.e., u. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_global_deriv_s1 = GLOBAL_DERIV_S1
 First global derivative in the s1 direction i.e., du/ds1. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_global_deriv_s2 = GLOBAL_DERIV_S2
 First global derivative in the s2 direction i.e., du/ds2. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_global_deriv_s1_s2 = GLOBAL_DERIV_S1_S2
 Global Cross derivative in the s1 and s2 direction i.e., d^2u/ds1ds2. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_global_deriv_s3 = GLOBAL_DERIV_S3
 First global derivative in the s3 direction i.e., du/ds3. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_global_deriv_s1_s3 = GLOBAL_DERIV_S1_S3
 Global Cross derivative in the s1 and s3 direction i.e., d^2u/ds1ds3. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_global_deriv_s2_s3 = GLOBAL_DERIV_S2_S3
 Global Cross derivative in the s2 and s3 direction i.e., d^2u/ds2ds3. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_global_deriv_s1_s2_s3 = GLOBAL_DERIV_S1_S2_S3
 Cross derivative in the s1, s2 and s3 direction i.e., d^3u/ds1ds2ds3. More...
 

Detailed Description

Global derivative constant identifiers.

See also
OPENCMISS_CONSTANTS,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_global_deriv_s1 = GLOBAL_DERIV_S1

First global derivative in the s1 direction i.e., du/ds1.

See also
OPENCMISS::Constants::GlobalDerivativeConstants,OPENCMISS

Definition at line 1293 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_global_deriv_s1_s2 = GLOBAL_DERIV_S1_S2

Global Cross derivative in the s1 and s2 direction i.e., d^2u/ds1ds2.

See also
OPENCMISS::Constants::GlobalDerivativeConstants,OPENCMISS

Definition at line 1295 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_global_deriv_s1_s2_s3 = GLOBAL_DERIV_S1_S2_S3

Cross derivative in the s1, s2 and s3 direction i.e., d^3u/ds1ds2ds3.

See also
OPENCMISS::Constants::GlobalDerivativeConstants,OPENCMISS

Definition at line 1299 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_global_deriv_s1_s3 = GLOBAL_DERIV_S1_S3

Global Cross derivative in the s1 and s3 direction i.e., d^2u/ds1ds3.

See also
OPENCMISS::Constants::GlobalDerivativeConstants,OPENCMISS

Definition at line 1297 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_global_deriv_s2 = GLOBAL_DERIV_S2

First global derivative in the s2 direction i.e., du/ds2.

See also
OPENCMISS::Constants::GlobalDerivativeConstants,OPENCMISS

Definition at line 1294 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_global_deriv_s2_s3 = GLOBAL_DERIV_S2_S3

Global Cross derivative in the s2 and s3 direction i.e., d^2u/ds2ds3.

See also
OPENCMISS::Constants::GlobalDerivativeConstants,OPENCMISS

Definition at line 1298 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_global_deriv_s3 = GLOBAL_DERIV_S3

First global derivative in the s3 direction i.e., du/ds3.

See also
OPENCMISS::Constants::GlobalDerivativeConstants,OPENCMISS

Definition at line 1296 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_no_global_deriv = NO_GLOBAL_DERIV

No global derivative i.e., u.

See also
OPENCMISS::Constants::GlobalDerivativeConstants,OPENCMISS

Definition at line 1292 of file opencmiss_iron.f90.