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

Evaluates the element residual and rhs vectors for the given element number for a multi physics class finite element equation set. More...

Private Member Functions

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

Detailed Description

Evaluates the element residual and rhs vectors for the given element number for a multi physics class finite element equation set.

Definition at line 249 of file multi_physics_routines.f90.

Member Function/Subroutine Documentation

subroutine multi_physics_routines::MultiPhysics_FiniteElementResidualEvaluate::multiphysics_finiteelementresidualevaluate ( 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