#include <cut_quadrature.hpp>
|
void | reserve (const int n_cells, const int n_tot_pts) |
|
|
std::vector< int > | 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.
|
|
◆ reserve()
◆ cells
◆ local_facet_ids
List of (local) facet ids associated to the vector cells.
◆ n_pts_per_facet
List of number of quadrature points per cut facet.
◆ points
◆ weights
The documentation for this struct was generated from the following file: