Evaluate the data points position in a field based on data projection.  
 More...
 | 
| subroutine  | cmfe_dataprojection_datapointspositionevaluateregionnumber (dataProjectionUserNumber, regionUserNumber, fieldUserNumber, fieldVariableType, err) | 
|   | Evaluate the data points position in a field based on data projection in a region, identified by user number.  More...
  | 
|   | 
| subroutine  | cmfe_dataprojection_datapointspositionevaluateinterfacenumber (dataProjectionUserNumber, parentRegionUserNumber, interfaceUserNumber, fieldUserNumber, fieldVariableType, err) | 
|   | Evaluate the data points position in a field based on data projection in an interface, identified by user number.  More...
  | 
|   | 
| subroutine  | cmfe_dataprojection_datapointspositionevaluateobj (dataProjection, field, fieldVariableType, err) | 
|   | Evaluate the data points position in a field based on data projection, identified by object.  More...
  | 
|   | 
Evaluate the data points position in a field based on data projection. 
Definition at line 1836 of file opencmiss_iron.f90.
 
  
  
      
        
          | subroutine opencmiss_iron::cmfe_dataprojection_datapointspositionevaluate::cmfe_dataprojection_datapointspositionevaluateinterfacenumber  | 
          ( | 
          integer(intg), intent(in)  | 
          dataProjectionUserNumber,  | 
         
        
           | 
           | 
          integer(intg), intent(in)  | 
          parentRegionUserNumber,  | 
         
        
           | 
           | 
          integer(intg), intent(in)  | 
          interfaceUserNumber,  | 
         
        
           | 
           | 
          integer(intg), intent(in)  | 
          fieldUserNumber,  | 
         
        
           | 
           | 
          integer(intg), intent(in)  | 
          fieldVariableType,  | 
         
        
           | 
           | 
          integer(intg), intent(out)  | 
          err  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
Evaluate the data points position in a field based on data projection in an interface, identified by user number. 
- Parameters
 - 
  
    | [in] | dataprojectionusernumber | The data projection user number of the data projection | 
    | [in] | parentregionusernumber | The parent region number of the interface for the data projection | 
    | [in] | interfaceusernumber | The interface number for the data projection | 
    | [in] | fieldusernumber | The field user number of the field to be interpolated | 
    | [in] | fieldvariabletype | The field variable type to be interpolated | 
    | [out] | err | The error code.  | 
  
   
Definition at line 20578 of file opencmiss_iron.f90.
 
 
  
  
      
        
          | subroutine opencmiss_iron::cmfe_dataprojection_datapointspositionevaluate::cmfe_dataprojection_datapointspositionevaluateobj  | 
          ( | 
          type(cmfe_dataprojectiontype), intent(inout)  | 
          dataProjection,  | 
         
        
           | 
           | 
          type(cmfe_fieldtype), intent(in)  | 
          field,  | 
         
        
           | 
           | 
          integer(intg), intent(in)  | 
          fieldVariableType,  | 
         
        
           | 
           | 
          integer(intg), intent(out)  | 
          err  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
Evaluate the data points position in a field based on data projection, identified by object. 
- Parameters
 - 
  
    | [in,out] | dataprojection | The data projection used to evaluate data points position | 
    | [in] | field | The field to interpolate | 
    | [in] | fieldvariabletype | The field variable type to be interpolated | 
    | [out] | err | The error code.  | 
  
   
Definition at line 20645 of file opencmiss_iron.f90.
 
 
  
  
      
        
          | subroutine opencmiss_iron::cmfe_dataprojection_datapointspositionevaluate::cmfe_dataprojection_datapointspositionevaluateregionnumber  | 
          ( | 
          integer(intg), intent(in)  | 
          dataProjectionUserNumber,  | 
         
        
           | 
           | 
          integer(intg), intent(in)  | 
          regionUserNumber,  | 
         
        
           | 
           | 
          integer(intg), intent(in)  | 
          fieldUserNumber,  | 
         
        
           | 
           | 
          integer(intg), intent(in)  | 
          fieldVariableType,  | 
         
        
           | 
           | 
          integer(intg), intent(out)  | 
          err  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
Evaluate the data points position in a field based on data projection in a region, identified by user number. 
- Parameters
 - 
  
    | [in] | dataprojectionusernumber | The data projection user number of the data projection | 
    | [in] | regionusernumber | The region user number of the data projection and field | 
    | [in] | fieldusernumber | The field user number of the field to be interpolated | 
    | [in] | fieldvariabletype | The field variable type to be interpolated | 
    | [out] | err | The error code.  | 
  
   
Definition at line 20520 of file opencmiss_iron.f90.