subroutine equations_matrices_routines::equationsmatrices_createfinish::equations_matrices_create_finish |
( |
type(equations_matrices_type), pointer |
EQUATIONS_MATRICES, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Finishes the creation of the equations matrices and RHS for the the equations.
- Parameters
-
| equations_matrices | The pointer to the equations matrices |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 404 of file equations_matrices_routines.f90.