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

Starts the creation of a CellML environment. More...

Private Member Functions

subroutine cmfe_cellml_createstartnumber (CellMLUserNumber, regionUserNumber, err)
 Starts the creation of a CellML environment identified by a user number. More...
 
subroutine cmfe_cellml_createstartobj (CellMLUserNumber, region, CellML, err)
 Start the creation of a CellML environment identified by an object. More...
 

Detailed Description

Starts the creation of a CellML environment.

See also
OpenCMISS::Iron::cmfe_CellML_CreateFinish

Definition at line 1091 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_cellml_createstart::cmfe_cellml_createstartnumber ( integer(intg), intent(in)  CellMLUserNumber,
integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(out)  err 
)
private

Starts the creation of a CellML environment identified by a user number.

Parameters
[in]cellmlusernumberThe user number of the CellML enviroment to start creating.
[in]regionusernumberThe user number of the Region containing the field to start the CellML enviroment creation on.
[out]errThe error code.

Definition at line 14179 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_cellml_createstart::cmfe_cellml_createstartobj ( integer(intg), intent(in)  CellMLUserNumber,
type(cmfe_regiontype), intent(in)  region,
type(cmfe_cellmltype), intent(inout)  CellML,
integer(intg), intent(out)  err 
)
private

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

Parameters
[in]cellmlusernumberThe user number of the CellML enviroment to start creating.
[in]regionThe region containing the field to start the CellML enviroment creation on.
[in,out]cellmlOn return, the created CellML environment.
[out]errThe error code.

Definition at line 14221 of file opencmiss_iron.f90.