LoAdSG
IntegratorPoisson< DIM > Class Template Reference

#include <constantIntegrators.h>

Inheritance diagram for IntegratorPoisson< DIM >:

Public Member Functions

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

Detailed Description

template<size_t DIM>
class IntegratorPoisson< DIM >

integrator of Poisson equation with constant coefficient

Member Function Documentation

◆ stencil_integration()

template<size_t DIM>
double IntegratorPoisson< DIM >::stencil_integration ( double  p_left[DIM],
double  p_right[DIM],
BasisFunctionType  u[DIM],
BasisFunctionType  v[DIM] 
) const
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

Implements InterfaceLocalStiffnessMatrices< DIM >.


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