| add_full_cell(const BoundBox< dim > &domain, bool wirebasket) | qugar::ReparamMesh< dim, range > | |
| add_full_cells(const CartGridTP< dim > &grid, const std::vector< std::int64_t > &cell_ids, bool wirebasket) | qugar::ReparamMesh< dim, range > | |
| allocate_cells(std::size_t n_new_cells) | qugar::ReparamMesh< dim, range > | |
| chebyshev_order | qugar::ReparamMesh< dim, range > | static |
| check_edge_in_subdomain(const std::vector< std::size_t > &edge_points_ids, const BoundBox< range > &domain, const Tolerance &tol) const | qugar::ReparamMesh< dim, range > | protected |
| check_subentity_degenerate(const std::vector< std::size_t > &points_ids, const Tolerance &tol) const | qugar::ReparamMesh< dim, range > | protected |
| connectivity_ | qugar::ReparamMesh< dim, range > | protected |
| generate_wirebasket(const std::vector< std::reference_wrapper< const ImplicitFunc< range > > > &impl_funcs, const BoundBox< range > &domain, const Tolerance &tol) | qugar::impl::ImplReparamMesh< dim, range > | |
| generate_wirebasket(const std::vector< std::reference_wrapper< const ImplicitFunc< range > > > &impl_funcs, const std::vector< int > &cell_ids, const BoundBox< range > &domain, const Tolerance &tol) | qugar::impl::ImplReparamMesh< dim, range > | |
| generate_wirebasket(const std::vector< int > &cell_ids, const BoundBox< range > &domain, const Tolerance &tol, const std::function< bool(const Point< range > &)> &check_face, const std::function< bool(const Point< range > &)> &check_internal) | qugar::impl::ImplReparamMesh< dim, range > | private |
| get_connectivity() const | qugar::ReparamMesh< dim, range > | |
| get_edge_points(int cell_id, int edge_id) const | qugar::ReparamMesh< dim, range > | protected |
| get_num_cells() const | qugar::ReparamMesh< dim, range > | |
| get_num_points() const | qugar::ReparamMesh< dim, range > | |
| get_num_points_per_cell() const | qugar::ReparamMesh< dim, range > | |
| get_order() const | qugar::ReparamMesh< dim, range > | |
| get_points() const | qugar::ReparamMesh< dim, range > | |
| get_wires_connectivity() const | qugar::ReparamMesh< dim, range > | |
| ImplReparamMesh(int order) | qugar::impl::ImplReparamMesh< dim, range > | explicit |
| insert_cell_point(const Point< range > &point, int cell_id, int pt_id) | qugar::ReparamMesh< dim, range > | |
| merge(const ReparamMesh< dim, range > &mesh) | qugar::ReparamMesh< dim, range > | |
| merge_coincident_points(const Tolerance &tol) | qugar::ReparamMesh< dim, range > | |
| order_ | qugar::ReparamMesh< dim, range > | protected |
| orient_cells_positively() | qugar::impl::ImplReparamMesh< dim, range > | |
| orient_cells_positively(const std::vector< int > &cell_ids) | qugar::impl::ImplReparamMesh< dim, range > | |
| orient_facet_cells_positively(int local_facet_id) | qugar::impl::ImplReparamMesh< dim, range > | |
| orient_facet_cells_positively(int local_facet_id, const std::vector< int > &cell_ids) | qugar::impl::ImplReparamMesh< dim, range > | |
| orient_levelset_cells_positively(const std::vector< int > &cell_ids, const std::function< Point< range >(const Point< range > &)> &outer_normal_computer) | qugar::impl::ImplReparamMesh< dim, range > | private |
| orient_levelset_cells_positively(const std::vector< std::reference_wrapper< const ImplicitFunc< range > > > &impl_funcs) | qugar::impl::ImplReparamMesh< dim, range > | |
| orient_levelset_cells_positively(const std::vector< std::reference_wrapper< const ImplicitFunc< range > > > &impl_funcs, const std::vector< int > &cell_ids) | qugar::impl::ImplReparamMesh< dim, range > | |
| permute_cell_directions(std::size_t cell_id) | qugar::ReparamMesh< dim, range > | |
| points_ | qugar::ReparamMesh< dim, range > | protected |
| purge_duplicate_wirebasket_edges() | qugar::ReparamMesh< dim, range > | protected |
| ReparamMesh(int order) | qugar::ReparamMesh< dim, range > | explicit |
| reserve_cells(std::size_t n_new_cells) | qugar::ReparamMesh< dim, range > | |
| scale_points(const std::vector< int > &point_ids, const BoundBox< range > &old_domain, const BoundBox< range > &new_domain) | qugar::ReparamMesh< dim, range > | |
| scale_points(const BoundBox< range > &old_domain, const BoundBox< range > &new_domain) | qugar::ReparamMesh< dim, range > | |
| sort_edge_points(std::span< std::size_t > edge_points_ids) const | qugar::ReparamMesh< dim, range > | protected |
| sort_wirebasket_edges() | qugar::ReparamMesh< dim, range > | protected |
| use_Chebyshev() const | qugar::ReparamMesh< dim, range > | |
| use_Chebyshev(int order) | qugar::ReparamMesh< dim, range > | static |
| wires_connectivity_ | qugar::ReparamMesh< dim, range > | protected |
| write_VTK_file(const std::string &filename) const | qugar::ReparamMesh< dim, range > | |
| ~ReparamMesh()=default | qugar::ReparamMesh< dim, range > | virtual |