OpenCMISS-Iron Internal API Documentation
|
Returns the CellML intermediate field for a CellML environment. More...
Private Member Functions | |
subroutine | cmfe_cellml_intermediatefieldgetnumber (regionUserNumber, CellMLUserNumber, CellMLIntermediateFieldUserNumber, err) |
Returns the CellML intermediate field for a CellML environment identified by a user number. More... | |
subroutine | cmfe_cellml_intermediatefieldgetobj (CellML, field, err) |
Returns the CellML intermediate field for a CellML environment identified by an object. More... | |
Returns the CellML intermediate field for a CellML environment.
Definition at line 1179 of file opencmiss_iron.f90.
|
private |
Returns the 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 enviroment to get the CellML intermediate field for. |
[out] | cellmlintermediatefieldusernumber | On return, the user number of the CellML intermediate field. |
[out] | err | The error code. |
Definition at line 15361 of file opencmiss_iron.f90.
|
private |
Returns the CellML intermediate field for a CellML environment identified by an object.
[in,out] | cellml | The CellML environment to get the intermediate field for. |
[in,out] | field | On return, the CellML intermediate field. |
[out] | err | The error code. |
Definition at line 15410 of file opencmiss_iron.f90.