Set a CellML model variable as being known (the value will be set from an OpenCMISS field)  
 More...
|  | 
| subroutine | cmfe_cellml_variablesetasknownnumberc (regionUserNumber, CellMLUserNumber, CellMLModelUserNumber, variableID, err) | 
|  | Sets a CellML model variable to be known by user number.  More... 
 | 
|  | 
| subroutine | cmfe_cellml_variablesetasknownobjc (CellML, CellMLModelUserNumber, variableID, err) | 
|  | Sets a CellML model variable to be known by object.  More... 
 | 
|  | 
| subroutine | cmfe_cellml_variablesetasknownnumbervs (regionUserNumber, CellMLUserNumber, CellMLModelUserNumber, variableID, err) | 
|  | Sets a CellML model variable to be known by user number.  More... 
 | 
|  | 
| subroutine | cmfe_cellml_variablesetasknownobjvs (CellML, CellMLModelUserNumber, variableID, err) | 
|  | Sets a CellML model variable to be known by object.  More... 
 | 
|  | 
Set a CellML model variable as being known (the value will be set from an OpenCMISS field) 
Definition at line 1053 of file opencmiss_iron.f90.
  
  | 
        
          | subroutine opencmiss_iron::cmfe_cellml_variablesetasknown::cmfe_cellml_variablesetasknownnumberc | ( | 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 known 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 known (in the format 'component_name/variable_name'). |  | [out] | err | The error code. |  
 
Definition at line 13417 of file opencmiss_iron.f90.
 
 
  
  | 
        
          | subroutine opencmiss_iron::cmfe_cellml_variablesetasknown::cmfe_cellml_variablesetasknownnumbervs | ( | 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 known 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 known (in the format 'component_name/variable_name'). |  | [out] | err | The error code. |  
 
Definition at line 13491 of file opencmiss_iron.f90.
 
 
  
  | 
        
          | subroutine opencmiss_iron::cmfe_cellml_variablesetasknown::cmfe_cellml_variablesetasknownobjc | ( | 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 known 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 known (in the format 'component_name/variable_name'). |  | [out] | err | The error code. |  
 
Definition at line 13464 of file opencmiss_iron.f90.
 
 
  
  | 
        
          | subroutine opencmiss_iron::cmfe_cellml_variablesetasknown::cmfe_cellml_variablesetasknownobjvs | ( | 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 known 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 known (in the format 'component_name/variable_name'). |  | [out] | err | The error code. |  
 
Definition at line 13538 of file opencmiss_iron.f90.