OpenCMISS-Iron FORTRAN API Documentation
|
Starts the creation of CellML intermediate field. More...
Private Member Functions | |
subroutine | cmfe_cellml_intermediatefieldcreatestartnumber (regionUserNumber, CellMLUserNumber, CellMLIntermediateFieldUserNumber, err) |
Starts the creation of CellML intermediate field for a CellML environment identified by a user number. More... | |
subroutine | cmfe_cellml_intermediatefieldcreatestartobj (CellML, CellMLIntermediateFieldUserNumber, field, err) |
Start the creation of CellML intermediate field for a CellML environment identified by an object. More... | |
Starts the creation of CellML intermediate field.
Definition at line 1173 of file opencmiss_iron.f90.
|
private |
Starts the creation of CellML intermediate field for a CellML environment identified by a user number.
[in] | regionusernumber | The user number of the region containing the CellML environment. |
[in] | cellmlusernumber | The user number of the CellML environment to start creating the intermediate field for. |
[in] | cellmlintermediatefieldusernumber | The user number of the CellML intermediate field to start creating. |
[out] | err | The error code. |
Definition at line 15285 of file opencmiss_iron.f90.
|
private |
Start the creation of CellML intermediate field for a CellML environment identified by an object.
[in,out] | cellml | The CellML environment to start the creation of intermediate field for. |
[in] | cellmlintermediatefieldusernumber | The user number of the CellML intermediate field to start creating. |
[in,out] | field | On return, the created CellML intermediate field. |
[out] | err | The error code. |
Definition at line 15334 of file opencmiss_iron.f90.