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

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

Private Member Functions

subroutine interface_equations_domain_interface_interpolation_ (DOMAIN_INTERPOLATION, GEOMETRIC_FIELD, LAGRANGE_FIELD, PENALTY_FIELD, ERR, ERROR,)
 

Detailed Description

Sets up the interface equations domain interface interpolation. !

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

Definition at line 357 of file interface_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine interface_equations_routines::INTERFACE_EQUATIONS_DOMAIN_INTERFACE_INTERPOLATION_::interface_equations_domain_interface_interpolation_ ( type(interface_equations_domain_interpolation_type)  DOMAIN_INTERPOLATION,
type(field_type), pointer  GEOMETRIC_FIELD,
type(field_type), pointer  LAGRANGE_FIELD,
type(field_type), pointer  PENALTY_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
lagrange_fieldA pointer to the Lagrange field to set up the domain interpoaltion for
penalty_fieldA pointer to the penalty field to set up the domain interpoaltion for
[out]errThe error code
[out]errorThe error string

Definition at line 359 of file interface_equations_routines.f90.

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