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

Calculates the element stiffness matrices and RHS for a Hamilton-Jacobi equation finite element equations set. More...

Private Member Functions

subroutine hj_equation_finite_element_calculate (EQUATIONS_SET, ELEMENT_NUMBER, ERR, ERROR,)
 

Detailed Description

Calculates the element stiffness matrices and RHS for a Hamilton-Jacobi equation finite element equations set.

Definition at line 431 of file Hamilton_Jacobi_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine hamilton_jacobi_equations_routines::HJ_EQUATION_FINITE_ELEMENT_CALCULATE::hj_equation_finite_element_calculate ( type(equations_set_type), pointer  EQUATIONS_SET,
integer(intg), intent(in)  ELEMENT_NUMBER,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private
Parameters
equations_setA pointer to the equations set to perform the finite element calculations on
[in]element_numberThe element number to calculate
[out]errThe error code
[out]errorThe error string

Definition at line 432 of file Hamilton_Jacobi_equations_routines.f90.

References basis_routines::basis_default_quadrature_scheme, base_routines::enters(), equations_set_constants::equations_set_generalised_hj_subtype, equations_set_constants::equations_set_standard_hj_subtype, base_routines::exits(), constants::first_part_deriv, and constants::partial_derivative_first_derivative_map.