OpenCMISS-Iron Internal API Documentation
interface_equations_routines::InterfaceEquations_DomainVariableInterpolationSetup Interface Reference

Sets up the interface equations domain variable interpolation. More...

Private Member Functions

subroutine interfaceequations_domainvariableinterpolationsetup (DOMAIN_INTERPOLATION, GEOMETRIC_FIELD, DEPENDENT_FIELD, ERR, ERROR,)
 

Detailed Description

Sets up the interface equations domain variable interpolation.

Todo:
Truncating subroutine name until bug in gfortran 4.6 is fixed http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46971

Definition at line 442 of file interface_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine interface_equations_routines::InterfaceEquations_DomainVariableInterpolationSetup::interfaceequations_domainvariableinterpolationsetup ( type(interface_equations_domain_interpolation_type)  DOMAIN_INTERPOLATION,
type(field_type), pointer  GEOMETRIC_FIELD,
type(field_type), pointer  DEPENDENT_FIELD,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private
Parameters
domain_interpolationThe domain interpolation to initialise
geometric_fieldA pointer to the geometric field to set up the domain interpolation for
dependent_fieldA pointer to the depdendent field to set up the domain interpoaltion for
[out]errThe error code
[out]errorThe error string

Definition at line 444 of file interface_equations_routines.f90.

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