QUGaR 0.0.4
Loading...
Searching...
No Matches
reparam_mesh.hpp File Reference

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>
Include dependency graph for reparam_mesh.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Declaration of reparameterization class.

Author
Pablo Antolin (pablo.nosp@m..ant.nosp@m.olin@.nosp@m.epfl.nosp@m..ch)
Date
2025-01-21