OpenCMISS-Iron Internal API Documentation
multi_physics_routines::MULTI_PHYSICS_FINITE_ELEMENT_CALCULATE Interface Reference

Calculates the element stiffness matries and rhs vector for the given element number for a multi physics class finite element equation set. More...

Private Member Functions

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

Detailed Description

Calculates the element stiffness matries and rhs vector for the given element number for a multi physics class finite element equation set.

Definition at line 148 of file multi_physics_routines.f90.

Member Function/Subroutine Documentation

subroutine multi_physics_routines::MULTI_PHYSICS_FINITE_ELEMENT_CALCULATE::multi_physics_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