|
QUGaR 0.1.3
|
Declaration of reparameterization class. More...
#include <qugar/bbox.hpp>#include <qugar/cart_grid_tp.hpp>#include <qugar/point.hpp>#include <qugar/tolerance.hpp>#include <qugar/unfitted_domain.hpp>#include <cstddef>#include <memory>#include <span>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | qugar::ReparamMesh< dim, range > |
| Class for storing an implicit domain reparameterization using Lagrange cells. More... | |
Namespaces | |
| namespace | qugar |
| QUGaR's main namespace. | |
Functions | |
| template<int dim, bool levelset> | |
| std::shared_ptr< const ReparamMesh< levelset ? dim - 1 :dim, dim > > | qugar::create_reparameterization (const UnfittedDomain< dim > &unf_domain, int n_pts_dir, bool merge_points) |
| template<int dim, bool levelset> | |
| std::shared_ptr< const ReparamMesh< levelset ? dim - 1 :dim, dim > > | qugar::create_reparameterization (const UnfittedDomain< dim > &unf_domain, const std::vector< std::int64_t > &cells, int n_pts_dir, bool merge_points) |
Declaration of reparameterization class.