OpenCMISS-Iron Internal API Documentation
cmiss_cellml::cellml_variable_set_as_known Interface Reference

Private Member Functions

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...
 

Detailed Description

Definition at line 128 of file cmiss_cellml.f90.

Member Function/Subroutine Documentation

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
cellmlThe CellML environment object in which to create the map.
[in]model_indexThe index of the CellML model in which to find the given variable.
[in]variable_idThe CellML variable to set as known (in the format 'component_name/variable_name').
[out]errThe error code.
[out]errorThe 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
cellmlThe CellML environment object in which to create the map.
[in]model_user_numberThe index of the CellML model in which to find the given variable.
[in]variable_idThe CellML variable to set as known (in the format 'component_name/variable_name').
[out]errThe error code.
[out]errorThe error string.

Definition at line 1866 of file cmiss_cellml.f90.