OpenCMISS-Iron FORTRAN API Documentation
|
Starts the creation of CellML parameters field. More...
Private Member Functions | |
subroutine | cmfe_cellml_parametersfieldcreatestartnumber (regionUserNumber, CellMLUserNumber, CellMLParametersFieldUserNumber, err) |
Starts the creation of CellML parameters field for a CellML environment identified by a user number. More... | |
subroutine | cmfe_cellml_parametersfieldcreatestartobj (CellML, CellMLParametersFieldUserNumber, field, err) |
Start the creation of CellML parameters field for a CellML environment identified by an object. More... | |
Starts the creation of CellML parameters field.
Definition at line 1191 of file opencmiss_iron.f90.
|
private |
Starts the creation of CellML parameters 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 parameters field for. |
[in] | cellmlparametersfieldusernumber | The user number of the CellML parameters field to start creating. |
[out] | err | The error code. |
Definition at line 15507 of file opencmiss_iron.f90.
|
private |
Start the creation of CellML parameters field for a CellML environment identified by an object.
[in,out] | cellml | The CellML environment to start the creation of parameters field for. |
[in] | cellmlparametersfieldusernumber | The user number of the CellML parameters field to start creating. |
[in,out] | field | On return, the created CellML parameters field. |
[out] | err | The error code. |
Definition at line 15556 of file opencmiss_iron.f90.