subroutine equations_mapping_routines::equationsmapping_createstart::equations_mapping_create_start |
( |
type(equations_type), pointer |
EQUATIONS, |
|
|
type(equations_mapping_type), pointer |
EQUATIONS_MAPPING, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Finishes the process of creating an equations mapping for a equations set equations.
- Parameters
-
| equations | A pointer to the equation to create the equations mapping from. |
| equations_mapping | On return, a pointer to the equations mapping. This must not be associated on entry |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1112 of file equations_mapping_routines.f90.