57 template<
short_t d>
void compute_impl();
69#ifdef GISMO_WITH_PYBIND11
74 void pybind11_init_gsCoonsPatch(pybind11::module &m);
80#ifndef GISMO_BUILD_LIB
81#include GISMO_HPP_HEADER(gsCoonsPatch.hpp)
Computes a Coons' patch parametrization given a set of boundary geometries. Parametrization is not gu...
Definition gsCoonsPatch.h:33
gsCoonsPatch(const gsMultiPatch< T > &boundary)
Constructs a Coon's patch object by a collection of tensor-product patches defining the boundaries of...
Definition gsCoonsPatch.h:47
const gsGeometry< T > & compute()
Main routine that performs the computation (to be implemented in derived classes)
Definition gsCoonsPatch.hpp:25
Abstract base class representing a geometry map.
Definition gsGeometry.h:93
Container class for a set of geometry patches and their topology, that is, the interface connections ...
Definition gsMultiPatch.h:100
Abstract class that accepts a set of input boundaries and computes a new geometry.
Definition gsPatchGenerator.h:32
gsGeometry< T > * m_result
Resulting patch.
Definition gsPatchGenerator.h:97
gsMultiPatch< T > m_boundary
Input boundaries.
Definition gsPatchGenerator.h:94
Provides an interface for patch generators.
The G+Smo namespace, containing all definitions for the library.
Struct that defines the boundary sides and corners and types of a geometric object.
Definition gsBoundary.h:56