Domain functions.
Definition domain_function.hpp:41
Declaration of a few implicit functions template class ready to be consumed by Algoim.
std::shared_ptr< ImplReparamMesh< S ? dim - 1 :dim, dim > > reparam_general(const ImplicitFunc< dim > &func, const BoundBox< dim > &domain, int order)
Reparameterizes the domain defined by a general implicit function.
std::shared_ptr< ImplReparamMesh< dim - 1, dim > > 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...