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

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

Private Member Functions

subroutine helmholtzequation_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 227 of file Helmholtz_TEMPLATE_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine helmholtz_equations_routines::HelmholtzEquation_EquationsSetSpecificationSet::helmholtzequation_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 228 of file Helmholtz_TEMPLATE_equations_routines.f90.

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