Set a CellML model variable as being wanted (the value will be extracted from the model to an OpenCMISS field)
More...
|
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...
|
|
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.
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] | regionusernumber | The user number of the region containing the CellML enviroment. |
[in] | cellmlusernumber | The user number of the CellML enviroment. |
[in] | cellmlmodelusernumber | The user number of the CellML model in which to find the given variable. |
[in] | variableid | The CellML variable to set as wanted (in the format 'component_name/variable_name'). |
[out] | err | The 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] | regionusernumber | The user number of the region containing the CellML enviroment. |
[in] | cellmlusernumber | The user number of the CellML enviroment. |
[in] | cellmlmodelusernumber | The user number of the CellML model in which to find the given variable. |
[in] | variableid | The CellML variable to set as wanted (in the format 'component_name/variable_name'). |
[out] | err | The 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] | cellml | The CellML enviroment. |
[in] | cellmlmodelusernumber | The user number of the CellML model in which to find the given variable. |
[in] | variableid | The CellML variable to set as wanted (in the format 'component_name/variable_name'). |
[out] | err | The 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] | cellml | The CellML enviroment. |
[in] | cellmlmodelusernumber | The user number of the CellML model in which to find the given variable. |
[in] | variableid | The CellML variable to set as wanted (in the format 'component_name/variable_name'). |
[out] | err | The error code. |
Definition at line 13686 of file opencmiss_iron.f90.