#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 > | 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.
|
|
std::vector< Point< dim > > | normals |
| Vector of normals.
|
|
◆ reserve()
◆ cells
◆ n_pts_per_cell
List of number of quadrature points per cut cell.
◆ normals
◆ points
◆ weights
The documentation for this struct was generated from the following file: