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

Sets up the linear Helmholtz equations solution. More...

Private Member Functions

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

Detailed Description

Sets up the linear Helmholtz equations solution.

Definition at line 400 of file Helmholtz_TEMPLATE_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine helmholtz_equations_routines::HELMHOLTZ_EQUATION_PROBLEM_LINEAR_SETUP::helmholtz_equation_problem_linear_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 to setup
[in,out]problem_setupThe problem setup information
[out]errThe error code
[out]errorThe error string

Definition at line 401 of file Helmholtz_TEMPLATE_equations_routines.f90.

References base_routines::enters(), base_routines::exits(), problem_constants::problem_setup_control_type, problem_constants::problem_setup_initial_type, problem_constants::problem_setup_solver_equations_type, and problem_constants::problem_setup_solvers_type.