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

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

Private Member Functions

subroutine cmfe_cellml_intermediatefieldcreatestartnumber (regionUserNumber, CellMLUserNumber, CellMLIntermediateFieldUserNumber, err)
 Starts the creation of CellML intermediate field for a CellML environment identified by a user number. More...
 
subroutine cmfe_cellml_intermediatefieldcreatestartobj (CellML, CellMLIntermediateFieldUserNumber, field, err)
 Start the creation of CellML intermediate field for a CellML environment identified by an object. More...
 

Detailed Description

Starts the creation of CellML intermediate field.

See also
OpenCMISS::Iron::cmfe_CellML_IntermediateFieldCreateFinish

Definition at line 1173 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_cellml_intermediatefieldcreatestart::cmfe_cellml_intermediatefieldcreatestartnumber ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  CellMLUserNumber,
integer(intg), intent(in)  CellMLIntermediateFieldUserNumber,
integer(intg), intent(out)  err 
)
private

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

Definition at line 15285 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_cellml_intermediatefieldcreatestart::cmfe_cellml_intermediatefieldcreatestartobj ( type(cmfe_cellmltype), intent(inout)  CellML,
integer(intg), intent(in)  CellMLIntermediateFieldUserNumber,
type(cmfe_fieldtype), intent(inout)  field,
integer(intg), intent(out)  err 
)
private

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

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

Definition at line 15334 of file opencmiss_iron.f90.