#include <unfitted_domain.hpp>
|
virtual | ~UnfittedDomain ()=default |
|
GridPtr | get_grid () const |
|
const std::vector< int > & | get_full_cells () const |
|
const std::vector< int > & | get_empty_cells () const |
|
const std::vector< int > & | get_cut_cells () const |
|
FacetsStatus | get_cell_facets_status (int cell_id) const |
|
void | get_empty_facets (std::vector< int > &cell_ids, std::vector< int > &local_facets_ids) const |
|
void | get_full_facets (std::vector< int > &cell_ids, std::vector< int > &local_facets_ids) const |
|
void | get_full_unfitted_facets (std::vector< int > &cell_ids, std::vector< int > &local_facets_ids) const |
|
void | get_cut_facets (std::vector< int > &cell_ids, std::vector< int > &local_facets_ids) const |
|
bool | is_full_cell (int cell_id) const |
|
bool | is_empty_cell (int cell_id) const |
|
bool | is_cut_cell (int cell_id) const |
|
bool | is_full_facet (int cell_id, int local_facet_id) const |
|
bool | is_empty_facet (int cell_id, int local_facet_id) const |
|
bool | is_cut_facet (int cell_id, int local_facet_id) const |
|
bool | is_full_unfitted_facet (int cell_id, int local_facet_id) const |
|
bool | has_unfitted_boundary (int cell_id, int local_facet_id) const |
|
bool | has_unfitted_boundary_on_domain_boundary (int cell_id, int local_facet_id) const |
|
bool | has_external_boundary (int cell_id, int local_facet_id) const |
|
◆ FacetsStatus
◆ GridPtr
◆ UnfittedDomain()
◆ ~UnfittedDomain()
◆ get_cell_facets_status()
◆ get_cut_cells()
◆ get_cut_facets()
template<int dim>
void qugar::UnfittedDomain< dim >::get_cut_facets |
( |
std::vector< int > & | cell_ids, |
|
|
std::vector< int > & | local_facets_ids ) const |
◆ get_empty_cells()
◆ get_empty_facets()
template<int dim>
void qugar::UnfittedDomain< dim >::get_empty_facets |
( |
std::vector< int > & | cell_ids, |
|
|
std::vector< int > & | local_facets_ids ) const |
◆ get_full_cells()
◆ get_full_facets()
template<int dim>
void qugar::UnfittedDomain< dim >::get_full_facets |
( |
std::vector< int > & | cell_ids, |
|
|
std::vector< int > & | local_facets_ids ) const |
◆ get_full_unfitted_facets()
template<int dim>
void qugar::UnfittedDomain< dim >::get_full_unfitted_facets |
( |
std::vector< int > & | cell_ids, |
|
|
std::vector< int > & | local_facets_ids ) const |
◆ get_grid()
◆ has_external_boundary()
◆ has_unfitted_boundary()
◆ has_unfitted_boundary_on_domain_boundary()
template<int dim>
bool qugar::UnfittedDomain< dim >::has_unfitted_boundary_on_domain_boundary |
( |
int | cell_id, |
|
|
int | local_facet_id ) const |
|
nodiscard |
◆ is_cut_cell()
◆ is_cut_facet()
◆ is_empty_cell()
◆ is_empty_facet()
◆ is_full_cell()
◆ is_full_facet()
◆ is_full_unfitted_facet()
◆ sort()
◆ cut_cells_
◆ empty_cells_
◆ facets_status_
◆ full_cells_
◆ grid_
The documentation for this class was generated from the following file: