OpenCMISS-Iron FORTRAN API Documentation
|
Starts the creation of field maps for a CellML environment. More...
Private Member Functions | |
subroutine | cmfe_cellml_fieldmapscreatestartnumber (regionUserNumber, CellMLUserNumber, err) |
Starts the creation of field maps for a CellML environment identified by a user number. More... | |
subroutine | cmfe_cellml_fieldmapscreatestartobj (CellML, err) |
Start the creation of field maps for a CellML environment identified by an object. More... | |
Starts the creation of field maps for a CellML environment.
Definition at line 1109 of file opencmiss_iron.f90.
|
private |
Starts the creation of field maps for a CellML environment identified by a user number.
[in] | regionusernumber | The user number of the Region containing the CellML enviroment. |
[in] | cellmlusernumber | The user number of the CellML enviroment to start creating the maps for. |
[out] | err | The error code. |
Definition at line 14396 of file opencmiss_iron.f90.
|
private |
Start the creation of field maps for a CellML environment identified by an object.
[in,out] | cellml | The CellML environment object to start the creation of maps for. |
[out] | err | The error code. |
Definition at line 14441 of file opencmiss_iron.f90.