OpenCMISS-Iron Internal API Documentation
interface_mapping_routines::INTERFACE_MAPPING_CREATE_START Interface Reference

Starts the process of creating the interface mapping for interface equations. More...

Private Member Functions

subroutine interface_mapping_create_start (INTERFACE_EQUATIONS, INTERFACE_MAPPING, ERR, ERROR,)
 

Detailed Description

Starts the process of creating the interface mapping for interface equations.

Definition at line 365 of file interface_mapping_routines.f90.

Member Function/Subroutine Documentation

subroutine interface_mapping_routines::INTERFACE_MAPPING_CREATE_START::interface_mapping_create_start ( type(interface_equations_type), pointer  INTERFACE_EQUATIONS,
type(interface_mapping_type), pointer  INTERFACE_MAPPING,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private
Parameters
interface_equationsA pointer to the interface equations to create the mapping for.
interface_mappingOn exit, a pointer to the created interface mapping. Must not be associated on entry.
[out]errThe error code
[out]errorThe error string

Definition at line 366 of file interface_mapping_routines.f90.

References base_routines::enters(), and base_routines::exits().