subroutine equations_matrices_routines::equationsmatrices_elementadd::equations_matrices_element_add |
( |
type(equations_matrices_type), pointer |
EQUATIONS_MATRICES, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Adds the element matrices and rhs vector into the equations matrices and rhs vector.
- Parameters
-
| equations_matrices | A pointer to the equations matrices |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1260 of file equations_matrices_routines.f90.