| 
        
          | subroutine equations_matrices_routines::equationsmatrices_elementvectorsetup::equations_matrices_element_vector_setup | ( | type(element_vector_type) | elementVector, |  
          |  |  | type(field_variable_type), pointer | rowsFieldVariable, |  
          |  |  | integer(intg), intent(out) | err, |  
          |  |  | type(varying_string), intent(out) | error |  
          |  | ) |  |  |  | private | 
 
Sets up the element vector for the row field variables. 
- Parameters
- 
  
    |  | elementvector | The element vector to setup |  |  | rowsfieldvariable | A pointer to the field variable associated with the rows |  | [out] | err | The error code |  | [out] | error | The error string |  
 
Definition at line 1213 of file equations_matrices_routines.f90.