OpenCMISS-Iron Internal API Documentation
|
Validate and instantiate the specified CellML environment. More...
Private Member Functions | |
subroutine | cmfe_cellml_generatenumber (regionUserNumber, CellMLUserNumber, err) |
Validiate and instantiate a CellML environment identified by a user number. More... | |
subroutine | cmfe_cellml_generateobj (CellML, err) |
Validiate and instantiate a CellML environment identified by an object. More... | |
Validate and instantiate the specified CellML environment.
Definition at line 1203 of file opencmiss_iron.f90.
|
private |
Validiate and instantiate 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 generate. |
[out] | err | The error code. |
Definition at line 15658 of file opencmiss_iron.f90.
|
private |
Validiate and instantiate a CellML environment identified by an object.
[in,out] | cellml | The CellML environment to generate. |
[out] | err | The error code. |
Definition at line 15703 of file opencmiss_iron.f90.