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

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

Detailed Description

Starts the creation of field maps for a CellML environment.

See also
OpenCMISS::Iron::cmfe_CellML_FieldMapsCreateFinish

Definition at line 1109 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_cellml_fieldmapscreatestart::cmfe_cellml_fieldmapscreatestartnumber ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  CellMLUserNumber,
integer(intg), intent(out)  err 
)
private

Starts 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 enviroment.
[in]cellmlusernumberThe user number of the CellML enviroment to start creating the maps for.
[out]errThe error code.

Definition at line 14396 of file opencmiss_iron.f90.

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

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

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

Definition at line 14441 of file opencmiss_iron.f90.