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

Private Member Functions

subroutine equations_matrices_element_vector_calculate (ELEMENT_VECTOR, UPDATE_VECTOR, ELEMENT_NUMBER, ROWS_FIELD_VARIABLE, ERR, ERROR,)
 Calculate the positions in the equations rhs of the element rhs vector. Old CMISS name MELGE. More...
 

Detailed Description

Definition at line 186 of file equations_matrices_routines.f90.

Member Function/Subroutine Documentation

subroutine equations_matrices_routines::equationsmatrices_elementvectorcalculate::equations_matrices_element_vector_calculate ( type(element_vector_type)  ELEMENT_VECTOR,
logical  UPDATE_VECTOR,
integer(intg), intent(in)  ELEMENT_NUMBER,
type(field_variable_type), pointer  ROWS_FIELD_VARIABLE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Calculate the positions in the equations rhs of the element rhs vector. Old CMISS name MELGE.

Parameters
element_vectorThe element vector to calculate.
update_vectorIs .TRUE. if the element vector is to be updated, .FALSE. if not.
[in]element_numberThe element number to calculate
rows_field_variableA pointer to the field variable associated with the rows
[out]errThe error code
[out]errorThe error string

Definition at line 1066 of file equations_matrices_routines.f90.