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