OpenCMISS-Iron FORTRAN API Documentation
|
Starts the creation of CellML state field. More...
Private Member Functions | |
subroutine | cmfe_cellml_statefieldcreatestartnumber (regionUserNumber, CellMLUserNumber, CellMLStateFieldUserNumber, err) |
Starts the creation of CellML state field for a CellML environment identified by a user number. More... | |
subroutine | cmfe_cellml_statefieldcreatestartobj (CellML, CellMLStateFieldUserNumber, field, err) |
Start the creation of CellML state field for a CellML environment identified by an object. More... | |
Starts the creation of CellML state field.
Definition at line 1147 of file opencmiss_iron.f90.
|
private |
Starts the creation of CellML state 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 state field for. |
[in] | cellmlstatefieldusernumber | The user number of the CellML state field to start creating. |
[out] | err | The error code. |
Definition at line 14904 of file opencmiss_iron.f90.
|
private |
Start the creation of CellML state field for a CellML environment identified by an object.
[in,out] | cellml | The CellML environment to start the creation of state field for. |
[in] | cellmlstatefieldusernumber | The user number of the CellML state field to start creating. |
[in,out] | field | On return, the created CellML state field. |
[out] | err | The error code. |
Definition at line 14952 of file opencmiss_iron.f90.