QUGaR 0.0.4
|
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) |
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< int > &cells, int n_pts_dir) |
Declaration of reparameterization class.