LoAdSG
InterfaceLocalStiffnessMatrices< DIM > Class Template Referenceabstract

#include <interfaceMatrices.h>

Inheritance diagram for InterfaceLocalStiffnessMatrices< DIM >:

Public Member Functions

virtual double stencil_integration (double p_left[DIM], double p_right[DIM], BasisFunctionType u[DIM], BasisFunctionType v[DIM]) const =0
 

Detailed Description

template<size_t DIM>
class InterfaceLocalStiffnessMatrices< DIM >

interface for calculation of local stiffness matrices

Member Function Documentation

◆ stencil_integration()

template<size_t DIM>
virtual double InterfaceLocalStiffnessMatrices< DIM >::stencil_integration ( double  p_left[DIM],
double  p_right[DIM],
BasisFunctionType  u[DIM],
BasisFunctionType  v[DIM] 
) const
pure virtual
Parameters
p_leftcoordinate of left boundary of cell
p_rightcoordinate of right boundary of cell
u,vvector describing type of basis function
Returns
a(u,v) with respect to the integration on the cell

Implemented in IntegratorPoisson< DIM >, and IntegratorHelmConstant< DIM >.


The documentation for this class was generated from the following file: