OpenCMISS-Iron Internal API Documentation
opencmiss_iron::cmfe_cellml_fieldmapscreatefinish Interface Reference

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...
 

Detailed Description

Finishes the creation of field maps for a CellML environment.

See also
OpenCMISS::Iron::cmfe_CellML_FieldMapsCreateStart

Definition at line 1103 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_cellml_fieldmapscreatefinish::cmfe_cellml_fieldmapscreatefinishnumber ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  CellMLUserNumber,
integer(intg), intent(out)  err 
)
private

Finishes the creation of field maps for a CellML environment identified by a user number.

Parameters
[in]regionusernumberThe user number of the region containing the CellML environment.
[in]cellmlusernumberThe user number of the CellML enviroment to finish creating.
[out]errThe error code.

Definition at line 14322 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_cellml_fieldmapscreatefinish::cmfe_cellml_fieldmapscreatefinishobj ( type(cmfe_cellmltype), intent(inout)  CellML,
integer(intg), intent(out)  err 
)
private

Finish the creation of field maps for a CellML environment identified by an object.

Parameters
[in,out]cellmlThe CellML environment to finish the creation of maps for.
[out]errThe error code.

Definition at line 14371 of file opencmiss_iron.f90.