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_vector | The element vector to calculate. |
| update_vector | Is .TRUE. if the element vector is to be updated, .FALSE. if not. |
[in] | element_number | The element number to calculate |
| rows_field_variable | A pointer to the field variable associated with the rows |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1066 of file equations_matrices_routines.f90.