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

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

Private Member Functions

subroutine helmholtz_equationssetspecificationset (equationsSet, specification, err, error,)
 

Detailed Description

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

Definition at line 589 of file Helmholtz_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine helmholtz_equations_routines::Helmholtz_EquationsSetSpecificationSet::helmholtz_equationssetspecificationset ( type(equations_set_type), pointer  equationsSet,
integer(intg), dimension(:), intent(in)  specification,
integer(intg), intent(out)  err,
type(varying_string), intent(out)  error 
)
private
Parameters
equationssetA pointer to the equations set to set the specification for
[in]specificationThe equations set specification to set
[out]errThe error code
[out]errorThe error string

Definition at line 590 of file Helmholtz_equations_routines.f90.

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