OpenCMISS-Iron FORTRAN API Documentation
opencmiss_iron::cmfe_equationsset_derivedcreatestart Interface Reference

Start the creation of derived variables for an equations set. These are used to store any intermediate calculated values, for example stress and strain fields in an elasticity problem. More...

Private Member Functions

subroutine cmfe_equationsset_derivedcreatestartnumber (regionUserNumber, equationsSetUserNumber, derivedFieldUserNumber, err)
 Start the creation of derived variables for an equations set identified by a user number. More...
 
subroutine cmfe_equationsset_derivedcreatestartobj (equationsSet, derivedFieldUserNumber, derivedField, err)
 Start the creation of derived variables for an equations set identified by an object. More...
 

Detailed Description

Start the creation of derived variables for an equations set. These are used to store any intermediate calculated values, for example stress and strain fields in an elasticity problem.

See also
OpenCMISS::Iron::cmfe_EquationsSet_DerivedCreateFinish

Definition at line 3111 of file opencmiss_iron.f90.