QUGaR 0.0.4
Loading...
Searching...
No Matches
qugar::CutIsoBoundsQuad< 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 > 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< realweights
 Vector of weights.
 

Member Function Documentation

◆ reserve()

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

Member Data Documentation

◆ cells

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

List of cut cells.

◆ local_facet_ids

template<int dim>
std::vector<int> qugar::CutIsoBoundsQuad< dim >::local_facet_ids

List of (local) facet ids associated to the vector cells.

◆ n_pts_per_facet

template<int dim>
std::vector<int> qugar::CutIsoBoundsQuad< dim >::n_pts_per_facet

List of number of quadrature points per cut facet.

◆ points

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

Vector of points.

◆ weights

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

Vector of weights.


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