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

Validate and instantiate the specified CellML environment. More...

Private Member Functions

subroutine cmfe_cellml_generatenumber (regionUserNumber, CellMLUserNumber, err)
 Validiate and instantiate a CellML environment identified by a user number. More...
 
subroutine cmfe_cellml_generateobj (CellML, err)
 Validiate and instantiate a CellML environment identified by an object. More...
 

Detailed Description

Validate and instantiate the specified CellML environment.

Definition at line 1203 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_cellml_generate::cmfe_cellml_generatenumber ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  CellMLUserNumber,
integer(intg), intent(out)  err 
)
private

Validiate and instantiate 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 generate.
[out]errThe error code.

Definition at line 15658 of file opencmiss_iron.f90.

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

Validiate and instantiate a CellML environment identified by an object.

Parameters
[in,out]cellmlThe CellML environment to generate.
[out]errThe error code.

Definition at line 15703 of file opencmiss_iron.f90.