OpenCMISS-Iron FORTRAN API Documentation
|
Finishes the creation of CellML state field. More...
Private Member Functions | |
subroutine | cmfe_cellml_statefieldcreatefinishnumber (regionUserNumber, CellMLUserNumber, err) |
Finishes the creation of CellML state field for a CellML environment identified by a user number. More... | |
subroutine | cmfe_cellml_statefieldcreatefinishobj (CellML, err) |
Finish the creation of CellML state field for a CellML environment identified by an object. More... | |
Finishes the creation of CellML state field.
Definition at line 1141 of file opencmiss_iron.f90.
|
private |
Finishes 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 enviroment to finish creating the state field for. |
[out] | err | The error code. |
Definition at line 14834 of file opencmiss_iron.f90.
|
private |
Finish the creation of CellML state field for a CellML environment identified by an object.
[in,out] | cellml | The CellML environment to finish the creation of the state field for. |
[out] | err | The error code. |
Definition at line 14879 of file opencmiss_iron.f90.