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

Sets up the Hamilton-Jacobi problem. More...

Private Member Functions

subroutine hj_equation_problem_setup (PROBLEM, PROBLEM_SETUP, ERR, ERROR,)
 

Detailed Description

Sets up the Hamilton-Jacobi problem.

Definition at line 1436 of file Hamilton_Jacobi_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine hamilton_jacobi_equations_routines::HJ_EQUATION_PROBLEM_SETUP::hj_equation_problem_setup ( type(problem_type), pointer  PROBLEM,
type(problem_setup_type), intent(inout)  PROBLEM_SETUP,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private
Parameters
problemA pointer to the problem set to setup a Hamilton-Jacobi equation on.
[in,out]problem_setupThe problem setup information
[out]errThe error code
[out]errorThe error string

Definition at line 1437 of file Hamilton_Jacobi_equations_routines.f90.

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