|
subroutine | cellml_variable_set_as_known_c (CELLML, MODEL_INDEX, VARIABLE_ID, ERR, ERROR,) |
| Sets a CellML model variable to be known - i.e., the variable's value will be set by an OpenCMISS field. More...
|
|
subroutine | cellml_variable_set_as_known_vs (CELLML, MODEL_USER_NUMBER, VARIABLE_ID, ERR, ERROR,) |
| Sets a CellML model variable to be known - i.e., the variable's value will be set by an OpenCMISS field. More...
|
|
Definition at line 128 of file cmiss_cellml.f90.
subroutine cmiss_cellml::cellml_variable_set_as_known::cellml_variable_set_as_known_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 known - i.e., the variable's value will be set 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 known (in the format 'component_name/variable_name'). |
[out] | err | The error code. |
[out] | error | The error string. |
Definition at line 1801 of file cmiss_cellml.f90.
subroutine cmiss_cellml::cellml_variable_set_as_known::cellml_variable_set_as_known_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 known - i.e., the variable's value will be set 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 known (in the format 'component_name/variable_name'). |
[out] | err | The error code. |
[out] | error | The error string. |
Definition at line 1866 of file cmiss_cellml.f90.