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

Sets/changes the problem subtype for a Helmholtz equation type . More...

Private Member Functions

subroutine helmholtz_equation_problem_subtype_set (PROBLEM, PROBLEM_SUBTYPE, ERR, ERROR,)
 

Detailed Description

Sets/changes the problem subtype for a Helmholtz equation type .

Definition at line 362 of file Helmholtz_TEMPLATE_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine helmholtz_equations_routines::HELMHOLTZ_EQUATION_PROBLEM_SUBTYPE_SET::helmholtz_equation_problem_subtype_set ( type(problem_type), pointer  PROBLEM,
integer(intg), intent(in)  PROBLEM_SUBTYPE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private
Parameters
problemA pointer to the problem to set the problem subtype for
[in]problem_subtypeThe problem subtype to set
[out]errThe error code
[out]errorThe error string

Definition at line 363 of file Helmholtz_TEMPLATE_equations_routines.f90.

References base_routines::enters(), base_routines::exits(), problem_constants::problem_classical_field_class, and problem_constants::problem_helmholtz_equation_type.