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

Set a CellML model variable as being known (the value will be set from an OpenCMISS field) More...

Private Member Functions

subroutine cmfe_cellml_variablesetasknownnumberc (regionUserNumber, CellMLUserNumber, CellMLModelUserNumber, variableID, err)
 Sets a CellML model variable to be known by user number. More...
 
subroutine cmfe_cellml_variablesetasknownobjc (CellML, CellMLModelUserNumber, variableID, err)
 Sets a CellML model variable to be known by object. More...
 
subroutine cmfe_cellml_variablesetasknownnumbervs (regionUserNumber, CellMLUserNumber, CellMLModelUserNumber, variableID, err)
 Sets a CellML model variable to be known by user number. More...
 
subroutine cmfe_cellml_variablesetasknownobjvs (CellML, CellMLModelUserNumber, variableID, err)
 Sets a CellML model variable to be known by object. More...
 

Detailed Description

Set a CellML model variable as being known (the value will be set from an OpenCMISS field)

Definition at line 1053 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_cellml_variablesetasknown::cmfe_cellml_variablesetasknownnumberc ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  CellMLUserNumber,
integer(intg), intent(in)  CellMLModelUserNumber,
character(len=*), intent(in)  variableID,
integer(intg), intent(out)  err 
)
private

Sets a CellML model variable to be known by user number.

Parameters
[in]regionusernumberThe user number of the region containing the CellML enviroment.
[in]cellmlusernumberThe user number of the CellML enviroment.
[in]cellmlmodelusernumberThe user number of the CellML model in which to find the given variable.
[in]variableidThe CellML variable to set as known (in the format 'component_name/variable_name').
[out]errThe error code.

Definition at line 13417 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_cellml_variablesetasknown::cmfe_cellml_variablesetasknownnumbervs ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  CellMLUserNumber,
integer(intg), intent(in)  CellMLModelUserNumber,
type(varying_string), intent(in)  variableID,
integer(intg), intent(out)  err 
)
private

Sets a CellML model variable to be known by user number.

Parameters
[in]regionusernumberThe user number of the region containing the CellML enviroment.
[in]cellmlusernumberThe user number of the CellML enviroment.
[in]cellmlmodelusernumberThe user number of the CellML model in which to find the given variable.
[in]variableidThe CellML variable to set as known (in the format 'component_name/variable_name').
[out]errThe error code.

Definition at line 13491 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_cellml_variablesetasknown::cmfe_cellml_variablesetasknownobjc ( type(cmfe_cellmltype), intent(in)  CellML,
integer(intg), intent(in)  CellMLModelUserNumber,
character(len=*), intent(in)  variableID,
integer(intg), intent(out)  err 
)
private

Sets a CellML model variable to be known by object.

Parameters
[in]cellmlThe CellML enviroment.
[in]cellmlmodelusernumberThe user number of the CellML model in which to find the given variable.
[in]variableidThe CellML variable to set as known (in the format 'component_name/variable_name').
[out]errThe error code.

Definition at line 13464 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_cellml_variablesetasknown::cmfe_cellml_variablesetasknownobjvs ( type(cmfe_cellmltype), intent(in)  CellML,
integer(intg), intent(in)  CellMLModelUserNumber,
type(varying_string), intent(in)  variableID,
integer(intg), intent(out)  err 
)
private

Sets a CellML model variable to be known by object.

Parameters
[in]cellmlThe CellML enviroment.
[in]cellmlmodelusernumberThe user number of the CellML model in which to find the given variable.
[in]variableidThe CellML variable to set as known (in the format 'component_name/variable_name').
[out]errThe error code.

Definition at line 13538 of file opencmiss_iron.f90.