52 template<
unsigned d>
void compute_impl();
64 #ifndef GISMO_BUILD_LIB
65 #include GISMO_HPP_HEADER(gsCrossApPatch.hpp)
Abstract base class representing a geometry map.
Definition: gsGeometry.h:92
Struct that defines the boundary sides and corners and types of a geometric object.
Definition: gsBoundary.h:55
Provides an interface for patch generators.
const gsGeometry< T > & compute()
Main routine that performs the computation.
Definition: gsCrossApPatch.hpp:25
Container class for a set of geometry patches and their topology, that is, the interface connections ...
Definition: gsMultiPatch.h:33
gsCrossApPatch(const gsMultiPatch< T > &boundary)
Constructs a spring patch object by a collection of tensor-product patches defining the boundaries of...
Definition: gsCrossApPatch.h:42
gsGeometry< T > * m_result
Resulting patch.
Definition: gsPatchGenerator.h:97
Abstract class that accepts a set of input boundaries and computes a new geometry.
Definition: gsPatchGenerator.h:31
Computes a parametrization based on low rank cross approximation, given a set of boundary geometries...
Definition: gsCrossApPatch.h:26
gsMultiPatch< T > m_boundary
Input boundaries.
Definition: gsPatchGenerator.h:94