QUGaR 0.0.4
|
#include <cut_quadrature.hpp>
Public Member Functions | |
void | reserve (const int n_cells, const int n_tot_pts) |
Public Attributes | |
std::vector< int > | cells |
List of cut cells. | |
std::vector< int > | n_pts_per_cell |
List of number of quadrature points per cut cell. | |
std::vector< Point< dim > > | points |
Vector of points. | |
std::vector< real > | weights |
Vector of weights. | |
void qugar::CutCellsQuad< dim >::reserve | ( | const int | n_cells, |
const int | n_tot_pts ) |
std::vector<int> qugar::CutCellsQuad< dim >::cells |
List of cut cells.
std::vector<int> qugar::CutCellsQuad< dim >::n_pts_per_cell |
List of number of quadrature points per cut cell.
std::vector<Point<dim> > qugar::CutCellsQuad< dim >::points |
Vector of points.
std::vector<real> qugar::CutCellsQuad< dim >::weights |
Vector of weights.