OpenCMISS-Iron Internal API Documentation
multi_compartment_transport_routines::MultiCompartmentTransport_FiniteElementCalculate Interface Reference

Calculates the element stiffness matrices and RHS for a multi-compartment coupled advection-diffusion & diffusion transport equation. More...

Public Member Functions

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

Detailed Description

Calculates the element stiffness matrices and RHS for a multi-compartment coupled advection-diffusion & diffusion transport equation.

Definition at line 156 of file multi_compartment_transport_routines.f90.

Member Function/Subroutine Documentation

subroutine multi_compartment_transport_routines::MultiCompartmentTransport_FiniteElementCalculate::multicompartmenttransport_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 
)
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 157 of file multi_compartment_transport_routines.f90.

References base_routines::enters(), base_routines::errors(), and base_routines::exits().