OpenCMISS-Iron Internal API Documentation
hamilton_jacobi_equations_routines::HJEquation_ProblemSpecificationSet Interface Reference

Sets the problem specification for a Hamilton-Jacobi equation type. More...

Private Member Functions

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

Detailed Description

Sets the problem specification for a Hamilton-Jacobi equation type.

Definition at line 1479 of file Hamilton_Jacobi_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine hamilton_jacobi_equations_routines::HJEquation_ProblemSpecificationSet::hjequation_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 1480 of file Hamilton_Jacobi_equations_routines.f90.

References base_routines::enters(), base_routines::errors(), base_routines::exits(), problem_constants::problem_classical_field_class, problem_constants::problem_generalised_hj_subtype, problem_constants::problem_hj_equation_type, and problem_constants::problem_standard_hj_subtype.