QUGaR 0.0.4
Loading...
Searching...
No Matches
qugar::CutUnfBoundsQuad< dim > Struct Template Reference

#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< realweights
 Vector of weights.
 
std::vector< Point< dim > > normals
 Vector of normals.
 

Member Function Documentation

◆ reserve()

template<int dim>
void qugar::CutUnfBoundsQuad< dim >::reserve ( const int n_cells,
const int n_tot_pts )

Member Data Documentation

◆ cells

template<int dim>
std::vector<int> qugar::CutUnfBoundsQuad< dim >::cells

List of cut cells.

◆ n_pts_per_cell

template<int dim>
std::vector<int> qugar::CutUnfBoundsQuad< dim >::n_pts_per_cell

List of number of quadrature points per cut cell.

◆ normals

template<int dim>
std::vector<Point<dim> > qugar::CutUnfBoundsQuad< dim >::normals

Vector of normals.

◆ points

template<int dim>
std::vector<Point<dim> > qugar::CutUnfBoundsQuad< dim >::points

Vector of points.

◆ weights

template<int dim>
std::vector<real> qugar::CutUnfBoundsQuad< dim >::weights

Vector of weights.


The documentation for this struct was generated from the following file: