OpenCMISS-Iron Internal API Documentation
helmholtz_equations_routines::HELMHOLTZ_EQUATION_EQUATIONS_SET_SETUP Interface Reference

Sets up the Helmholtz equation type of a classical field equations set class. More...

Private Member Functions

subroutine helmholtz_equation_equations_set_setup (EQUATIONS_SET, EQUATIONS_SET_SETUP, ERR, ERROR,)
 
subroutine helmholtz_equation_equations_set_setup (EQUATIONS_SET, EQUATIONS_SET_SETUP, ERR, ERROR,)
 

Detailed Description

Sets up the Helmholtz equation type of a classical field equations set class.

Definition at line 467 of file Helmholtz_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine helmholtz_equations_routines::HELMHOLTZ_EQUATION_EQUATIONS_SET_SETUP::helmholtz_equation_equations_set_setup ( type(equations_set_type), pointer  EQUATIONS_SET,
type(equations_set_setup_type), intent(inout)  EQUATIONS_SET_SETUP,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private
Parameters
equations_setA pointer to the equations set to setup a Helmholtz equation on.
[in,out]equations_set_setupThe equations set setup information
[out]errThe error code
[out]errorThe error string

Definition at line 140 of file Helmholtz_TEMPLATE_equations_routines.f90.

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

subroutine helmholtz_equations_routines::HELMHOLTZ_EQUATION_EQUATIONS_SET_SETUP::helmholtz_equation_equations_set_setup ( type(equations_set_type), pointer  EQUATIONS_SET,
type(equations_set_setup_type), intent(inout)  EQUATIONS_SET_SETUP,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private
Parameters
equations_setA pointer to the equations set to setup a Helmholtz equation on.
[in,out]equations_set_setupThe equations set setup information
[out]errThe error code
[out]errorThe error string

Definition at line 468 of file Helmholtz_equations_routines.f90.

References base_routines::enters(), equations_set_constants::equations_set_generalised_helmholtz_subtype, equations_set_constants::equations_set_standard_helmholtz_subtype, and base_routines::exits().