|
subroutine | equations_matrices_element_calculate (EQUATIONS_MATRICES, ELEMENT_NUMBER, ERR, ERROR,) |
| Calculate the positions in the equations matrices and rhs of the element matrices and rhs vector. Old CMISS name MELGE. More...
|
|
subroutine equations_matrices_routines::equationsmatrices_elementcalculate::equations_matrices_element_calculate |
( |
type(equations_matrices_type), pointer |
EQUATIONS_MATRICES, |
|
|
integer(intg), intent(in) |
ELEMENT_NUMBER, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Calculate the positions in the equations matrices and rhs of the element matrices and rhs vector. Old CMISS name MELGE.
- Parameters
-
| equations_matrices | A pointer to the equations matrices |
[in] | element_number | The element number to calculate the mappings for |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1403 of file equations_matrices_routines.f90.