OpenCMISS-Iron FORTRAN API Documentation
opencmiss_iron::cmfe_cellml_statefieldcreatefinish Interface Reference

Finishes the creation of CellML state field. More...

Private Member Functions

subroutine cmfe_cellml_statefieldcreatefinishnumber (regionUserNumber, CellMLUserNumber, err)
 Finishes the creation of CellML state field for a CellML environment identified by a user number. More...
 
subroutine cmfe_cellml_statefieldcreatefinishobj (CellML, err)
 Finish the creation of CellML state field for a CellML environment identified by an object. More...
 

Detailed Description

Finishes the creation of CellML state field.

See also
OpenCMISS::Iron::cmfe_CellML_StateFieldCreateStart

Definition at line 1141 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_cellml_statefieldcreatefinish::cmfe_cellml_statefieldcreatefinishnumber ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  CellMLUserNumber,
integer(intg), intent(out)  err 
)
private

Finishes the creation of CellML state field 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 the state field for.
[out]errThe error code.

Definition at line 14834 of file opencmiss_iron.f90.

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

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

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

Definition at line 14879 of file opencmiss_iron.f90.