|
QUGaR 0.1.3
|
#include <cut_quadrature.hpp>
Public Member Functions | |
| void | reserve (const int n_cells, const int n_tot_pts) |
Public Attributes | |
| std::vector< std::int64_t > | cells |
| List of cut cells. | |
| std::vector< int > | local_facet_ids |
| List of (local) facet ids associated to the vector cells. | |
| std::vector< int > | n_pts_per_facet |
| List of number of quadrature points per cut facet. | |
| std::vector< Point< dim > > | points |
| Vector of points. | |
| std::vector< real > | weights |
| Vector of weights. | |
| void qugar::CutIsoBoundsQuad< dim >::reserve | ( | const int | n_cells, |
| const int | n_tot_pts ) |
| std::vector<std::int64_t> qugar::CutIsoBoundsQuad< dim >::cells |
List of cut cells.
| std::vector<int> qugar::CutIsoBoundsQuad< dim >::local_facet_ids |
List of (local) facet ids associated to the vector cells.
| std::vector<int> qugar::CutIsoBoundsQuad< dim >::n_pts_per_facet |
List of number of quadrature points per cut facet.
| std::vector<Point<dim> > qugar::CutIsoBoundsQuad< dim >::points |
Vector of points.
| std::vector<real> qugar::CutIsoBoundsQuad< dim >::weights |
Vector of weights.