LoAdSG
|
#include <interfaceMatrices.h>
Public Member Functions | |
virtual double | stencil_integration (double p_left[DIM], double p_right[DIM], BasisFunctionType u[DIM], BasisFunctionType v[DIM]) const =0 |
interface for calculation of local stiffness matrices
|
pure virtual |
p_left | coordinate of left boundary of cell |
p_right | coordinate of right boundary of cell |
u,v | vector describing type of basis function |
Implemented in IntegratorPoisson< DIM >, and IntegratorHelmConstant< DIM >.