OpenCMISS-Iron Internal API Documentation
equations_mapping_routines::equationsmapping_createstart Interface Reference

Private Member Functions

subroutine equations_mapping_create_start (EQUATIONS, EQUATIONS_MAPPING, ERR, ERROR,)
 Finishes the process of creating an equations mapping for a equations set equations. More...
 

Detailed Description

Definition at line 75 of file equations_mapping_routines.f90.

Member Function/Subroutine Documentation

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
equationsA pointer to the equation to create the equations mapping from.
equations_mappingOn return, a pointer to the equations mapping. This must not be associated on entry
[out]errThe error code
[out]errorThe error string

Definition at line 1112 of file equations_mapping_routines.f90.