Chombo + EB + MF
3.2
|
Implements Gaussian quadrature for edge-based quadrature. More...
#include <GaussianQuadrature.H>
Public Member Functions | |
GaussianQuadrature (int a_numberOfPoints=3) | |
constructor More... | |
virtual | ~GaussianQuadrature () |
virtual const Vector< QuadratureElement > | coefficients (int dir1, int dir2) const |
returns quadrature coefficients More... | |
virtual Real | weightMult (const RealVect &a_length, int dir1, int dir2) const |
scale to apply to weight More... | |
virtual EdgeQuadrature * | new_quadrature () const |
make a copy of myself More... | |
Public Member Functions inherited from EdgeQuadrature | |
virtual | ~EdgeQuadrature () |
Protected Attributes | |
Vector< QuadratureElement > | m_coefficients |
Implements Gaussian quadrature for edge-based quadrature.
GaussianQuadrature::GaussianQuadrature | ( | int | a_numberOfPoints = 3 | ) |
constructor
|
inlinevirtual |
Destructor.
References coefficients(), new_quadrature(), and weightMult().
|
virtual |
|
virtual |
|
protected |