20#ifndef OPM_CELLQUADRATURE_HEADER_INCLUDED
21#define OPM_CELLQUADRATURE_HEADER_INCLUDED
81 int numQuadPts()
const;
82 void quadPtCoord(
const int index,
double* coord)
const;
83 double quadPtWeight(
const int index)
const;
A class providing numerical quadrature for cells.
Definition CellQuadrature.hpp:75
Holds the implementation of the CpGrid as a pimple.
Definition CellQuadrature.cpp:68
Data structure for an unstructured grid, unstructured meaning that any cell may have an arbitrary num...
Definition UnstructuredGrid.h:99