OpenCMISS-Iron Internal API Documentation
monodomain_equations_routines::Monodomain_FiniteElementCalculate Interface Reference

Calculates the element stiffness matrices and RHS for a Monodomain equation finite element equations set. More...

Private Member Functions

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

Detailed Description

Calculates the element stiffness matrices and RHS for a Monodomain equation finite element equations set.

Definition at line 356 of file monodomain_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine monodomain_equations_routines::Monodomain_FiniteElementCalculate::monodomain_finiteelementcalculate ( 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 357 of file monodomain_equations_routines.f90.

References basis_routines::basis_default_quadrature_scheme, base_routines::enters(), equations_set_constants::equations_set_monodomain_buenoorovio_subtype, equations_set_constants::equations_set_monodomain_tentusscher06_subtype, base_routines::exits(), constants::first_part_deriv, constants::no_part_deriv, and constants::partial_derivative_first_derivative_map.