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

Sets the problem specification for a Helmholtz equation type. More...

Private Member Functions

subroutine helmholtz_problemspecificationset (problem, problemSpecification, err, error,)
 

Detailed Description

Sets the problem specification for a Helmholtz equation type.

Definition at line 1079 of file Helmholtz_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine helmholtz_equations_routines::Helmholtz_ProblemSpecificationSet::helmholtz_problemspecificationset ( type(problem_type), pointer  problem,
integer(intg), dimension(:), intent(in)  problemSpecification,
integer(intg), intent(out)  err,
type(varying_string), intent(out)  error 
)
private
Parameters
problemA pointer to the problem to set the problem specification for
[in]problemspecificationThe problem specification to set
[out]errThe error code
[out]errorThe error string

Definition at line 1080 of file Helmholtz_equations_routines.f90.

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