subroutine equations_matrices_routines::equationsmatrices_createstart::equations_matrices_create_start |
( |
type(equations_type), pointer |
EQUATIONS, |
|
|
type(equations_matrices_type), pointer |
EQUATIONS_MATRICES, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Starts the creation of the equations matrices and rhs for the the equations.
- Parameters
-
| equations | The pointer to the equations to create the equations matrices for |
| equations_matrices | On return, a pointer to the equations matrices being created. |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 615 of file equations_matrices_routines.f90.