|
QUGaR 0.1.3
|
Declaration of tools for creating reparameterizations of general functions. More...
#include <qugar/bbox.hpp>#include <qugar/domain_function.hpp>#include <qugar/impl_reparam_mesh.hpp>#include <memory>Go to the source code of this file.
Namespaces | |
| namespace | qugar |
| QUGaR's main namespace. | |
| namespace | qugar::impl |
Functions | |
| template<int dim, bool S = false> | |
| std::shared_ptr< ImplReparamMesh< S ? dim - 1 :dim, dim > > | qugar::impl::reparam_general (const ImplicitFunc< dim > &func, const BoundBox< dim > &domain, int order) |
| Reparameterizes the domain defined by a general implicit function. | |
| template<int dim, bool S = false> | |
| void | qugar::impl::reparam_general (const ImplicitFunc< dim > &func, const BoundBox< dim > &domain, ImplReparamMesh< S ? dim - 1 :dim, dim > &reparam) |
| Reparameterizes the domain defined by a general implicit function. | |
| template<int dim> | |
| std::shared_ptr< ImplReparamMesh< dim - 1, dim > > | qugar::impl::reparam_general_facet (const ImplicitFunc< dim > &func, const BoundBox< dim > &domain, int facet_id, int order) |
| Reparameterizes a face of domain defined by an implicit function. It reparameterizes one of the 2*dim faces of the domain. | |
| template<int dim> | |
| void | qugar::impl::reparam_general_facet (const ImplicitFunc< dim > &func, const BoundBox< dim > &domain, int facet_id, ImplReparamMesh< dim - 1, dim > &reparam) |
| Reparameterizes a face of domain defined by an implicit function. It reparameterizes one of the 2*dim faces of the domain. | |
Declaration of tools for creating reparameterizations of general functions.