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

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

Private Member Functions

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

Detailed Description

Finishes the creation of CellML intermediate field.

See also
OpenCMISS::Iron::cmfe_CellML_IntermediateFieldCreateStart

Definition at line 1167 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_cellml_intermediatefieldcreatefinish::cmfe_cellml_intermediatefieldcreatefinishnumber ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  CellMLUserNumber,
integer(intg), intent(out)  err 
)
private

Finishes 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 enviroment to finish creating the intermediate field for.
[out]errThe error code.

Definition at line 15213 of file opencmiss_iron.f90.

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

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

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

Definition at line 15259 of file opencmiss_iron.f90.