Chombo + EB + MF
3.2
|
implements Newton-Cotes edge-based quadrature More...
#include <NewtonCotesQuadrature.H>
Public Member Functions | |
NewtonCotesQuadrature (int a_numberOfPoints=3) | |
constructor More... | |
virtual | ~NewtonCotesQuadrature () |
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 Newton-Cotes edge-based quadrature
NewtonCotesQuadrature::NewtonCotesQuadrature | ( | int | a_numberOfPoints = 3 | ) |
constructor
|
inlinevirtual |
Destructor.
References coefficients(), new_quadrature(), and weightMult().
|
virtual |
|
virtual |
|
protected |