|
subroutine | cellml_variable_set_as_wanted_c (CELLML, MODEL_INDEX, VARIABLE_ID, ERR, ERROR,) |
| Sets a CellML model variable to be wanted - i.e., the variable's value will used by an OpenCMISS field. More...
|
|
subroutine | cellml_variable_set_as_wanted_vs (CELLML, MODEL_USER_NUMBER, VARIABLE_ID, ERR, ERROR,) |
| Sets a CellML model variable to be wanted - i.e., the variable's value will be used by an OpenCMISS field. More...
|
|
Definition at line 133 of file cmiss_cellml.f90.
subroutine cmiss_cellml::cellml_variable_set_as_wanted::cellml_variable_set_as_wanted_c |
( |
type(cellml_type), pointer |
CELLML, |
|
|
integer(intg), intent(in) |
MODEL_INDEX, |
|
|
character(len=*), intent(in) |
VARIABLE_ID, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Sets a CellML model variable to be wanted - i.e., the variable's value will used by an OpenCMISS field.
- Parameters
-
| cellml | The CellML environment object in which to create the map. |
[in] | model_index | The index of the CellML model in which to find the given variable. |
[in] | variable_id | The CellML variable to set as wanted (in the format 'component_name/variable_name'). |
[out] | err | The error code. |
[out] | error | The error string. |
Definition at line 1899 of file cmiss_cellml.f90.
subroutine cmiss_cellml::cellml_variable_set_as_wanted::cellml_variable_set_as_wanted_vs |
( |
type(cellml_type), pointer |
CELLML, |
|
|
integer(intg), intent(in) |
MODEL_USER_NUMBER, |
|
|
type(varying_string), intent(in) |
VARIABLE_ID, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Sets a CellML model variable to be wanted - i.e., the variable's value will be used by an OpenCMISS field.
- Parameters
-
| cellml | The CellML environment object in which to create the map. |
[in] | model_user_number | The index of the CellML model in which to find the given variable. |
[in] | variable_id | The CellML variable to set as wanted (in the format 'component_name/variable_name'). |
[out] | err | The error code. |
[out] | error | The error string. |
Definition at line 1964 of file cmiss_cellml.f90.