OpenCMISS-Iron Internal API Documentation
equations_matrices_routines::equationsmatrices_elementvectorsetup Interface Reference

Private Member Functions

subroutine equations_matrices_element_vector_setup (elementVector, rowsFieldVariable, err, error,)
 Sets up the element vector for the row field variables. More...
 

Detailed Description

Definition at line 190 of file equations_matrices_routines.f90.

Member Function/Subroutine Documentation

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
elementvectorThe element vector to setup
rowsfieldvariableA pointer to the field variable associated with the rows
[out]errThe error code
[out]errorThe error string

Definition at line 1213 of file equations_matrices_routines.f90.