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

Set a CellML model variable as being wanted (the value will be extracted from the model to an OpenCMISS field) More...

Private Member Functions

subroutine cmfe_cellml_variablesetaswantednumberc (regionUserNumber, CellMLUserNumber, CellMLModelUserNumber, variableID, err)
 Sets a CellML model variable to be wanted by user number. More...
 
subroutine cmfe_cellml_variablesetaswantedobjc (CellML, CellMLModelUserNumber, variableID, err)
 Sets a CellML model variable to be wanted by object. More...
 
subroutine cmfe_cellml_variablesetaswantednumbervs (regionUserNumber, CellMLUserNumber, CellMLModelUserNumber, variableID, err)
 Sets a CellML model variable to be wanted by user number. More...
 
subroutine cmfe_cellml_variablesetaswantedobjvs (CellML, CellMLModelUserNumber, variableID, err)
 Sets a CellML model variable to be wanted by object. More...
 

Detailed Description

Set a CellML model variable as being wanted (the value will be extracted from the model to an OpenCMISS field)

Definition at line 1061 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_cellml_variablesetaswanted::cmfe_cellml_variablesetaswantednumberc ( 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 wanted 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 wanted (in the format 'component_name/variable_name').
[out]errThe error code.

Definition at line 13565 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_cellml_variablesetaswanted::cmfe_cellml_variablesetaswantednumbervs ( 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 wanted 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 wanted (in the format 'component_name/variable_name').
[out]errThe error code.

Definition at line 13639 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_cellml_variablesetaswanted::cmfe_cellml_variablesetaswantedobjc ( 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 wanted 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 wanted (in the format 'component_name/variable_name').
[out]errThe error code.

Definition at line 13612 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_cellml_variablesetaswanted::cmfe_cellml_variablesetaswantedobjvs ( 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 wanted 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 wanted (in the format 'component_name/variable_name').
[out]errThe error code.

Definition at line 13686 of file opencmiss_iron.f90.