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

Sets up the Hamilton-Jacobi equation type of a classical field equations set class. More...

Private Member Functions

subroutine hj_equation_equations_set_setup (EQUATIONS_SET, EQUATIONS_SET_SETUP, ERR, ERROR,)
 

Detailed Description

Sets up the Hamilton-Jacobi equation type of a classical field equations set class.

Definition at line 764 of file Hamilton_Jacobi_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine hamilton_jacobi_equations_routines::HJ_EQUATION_EQUATIONS_SET_SETUP::hj_equation_equations_set_setup ( type(equations_set_type), pointer  EQUATIONS_SET,
type(equations_set_setup_type), intent(inout)  EQUATIONS_SET_SETUP,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private
Parameters
equations_setA pointer to the equations set to setup a Hamilton-Jacobi equation on.
[in,out]equations_set_setupThe equations set setup information
[out]errThe error code
[out]errorThe error string

Definition at line 765 of file Hamilton_Jacobi_equations_routines.f90.

References base_routines::enters(), equations_set_constants::equations_set_generalised_hj_subtype, equations_set_constants::equations_set_standard_hj_subtype, and base_routines::exits().