QUGaR 0.0.4
|
Definition of cut quadrature for unfitted domains. More...
#include <qugar/point.hpp>
#include <qugar/types.hpp>
#include <qugar/unfitted_domain.hpp>
#include <cstddef>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
struct | qugar::CutCellsQuad< dim > |
struct | qugar::CutIsoBoundsQuad< dim > |
struct | qugar::CutUnfBoundsQuad< dim > |
Namespaces | |
namespace | qugar |
QUGaR's main namespace. | |
Enumerations | |
enum | qugar::ImmersedStatus : std::uint8_t { qugar::cut , qugar::full , qugar::empty } |
Functions | |
template<int dim> | |
std::shared_ptr< const CutCellsQuad< dim > > | qugar::create_quadrature (const UnfittedDomain< dim > &unf_domain, const std::vector< int > &cells, int n_pts_dir) |
template<int dim> | |
std::shared_ptr< const CutUnfBoundsQuad< dim > > | qugar::create_unfitted_bound_quadrature (const UnfittedDomain< dim > &unf_domain, const std::vector< int > &cells, int n_pts_dir) |
template<int dim> | |
std::shared_ptr< const CutIsoBoundsQuad< dim - 1 > > | qugar::create_facets_quadrature (const UnfittedDomain< dim > &unf_domain, const std::vector< int > &cells, const std::vector< int > &facets, int n_pts_dir) |
Definition of cut quadrature for unfitted domains.