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

Sets up the Helmholtz problem. More...

Private Member Functions

subroutine helmholtz_equation_problem_setup (PROBLEM, PROBLEM_SETUP, ERR, ERROR,)
 
subroutine helmholtz_equation_problem_setup (PROBLEM, PROBLEM_SETUP, ERR, ERROR,)
 

Detailed Description

Sets up the Helmholtz problem.

Sets up the Helmholtz solution.

Definition at line 1036 of file Helmholtz_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine helmholtz_equations_routines::HELMHOLTZ_EQUATION_PROBLEM_SETUP::helmholtz_equation_problem_setup ( type(problem_type), pointer  PROBLEM,
type(problem_setup_type), intent(inout)  PROBLEM_SETUP,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private
Parameters
problemA pointer to the solutions set to setup a Helmholtz equation on.
[in,out]problem_setupThe problem setup information
[out]errThe error code
[out]errorThe error string

Definition at line 327 of file Helmholtz_TEMPLATE_equations_routines.f90.

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

subroutine helmholtz_equations_routines::HELMHOLTZ_EQUATION_PROBLEM_SETUP::helmholtz_equation_problem_setup ( type(problem_type), pointer  PROBLEM,
type(problem_setup_type), intent(inout)  PROBLEM_SETUP,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private
Parameters
problemA pointer to the problem set to setup a Helmholtz equation on.
[in,out]problem_setupThe problem setup information
[out]errThe error code
[out]errorThe error string

Definition at line 1037 of file Helmholtz_equations_routines.f90.

References base_routines::enters(), base_routines::exits(), problem_constants::problem_generalised_helmholtz_subtype, and problem_constants::problem_standard_helmholtz_subtype.