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

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

Private Member Functions

subroutine cmfe_cellml_statefieldcreatestartnumber (regionUserNumber, CellMLUserNumber, CellMLStateFieldUserNumber, err)
 Starts the creation of CellML state field for a CellML environment identified by a user number. More...
 
subroutine cmfe_cellml_statefieldcreatestartobj (CellML, CellMLStateFieldUserNumber, field, err)
 Start the creation of CellML state field for a CellML environment identified by an object. More...
 

Detailed Description

Starts the creation of CellML state field.

See also
OpenCMISS::Iron::cmfe_CellML_StateFieldCreateFinish

Definition at line 1147 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_cellml_statefieldcreatestart::cmfe_cellml_statefieldcreatestartnumber ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  CellMLUserNumber,
integer(intg), intent(in)  CellMLStateFieldUserNumber,
integer(intg), intent(out)  err 
)
private

Starts 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 environment to start creating the state field for.
[in]cellmlstatefieldusernumberThe user number of the CellML state field to start creating.
[out]errThe error code.

Definition at line 14904 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_cellml_statefieldcreatestart::cmfe_cellml_statefieldcreatestartobj ( type(cmfe_cellmltype), intent(inout)  CellML,
integer(intg), intent(in)  CellMLStateFieldUserNumber,
type(cmfe_fieldtype), intent(inout)  field,
integer(intg), intent(out)  err 
)
private

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

Parameters
[in,out]cellmlThe CellML environment to start the creation of state field for.
[in]cellmlstatefieldusernumberThe user number of the CellML state field to start creating.
[in,out]fieldOn return, the created CellML state field.
[out]errThe error code.

Definition at line 14952 of file opencmiss_iron.f90.