G+Smo  25.01.0
Geometry + Simulation Modules
 
Loading...
Searching...
No Matches
gsCrossApPatch.h
Go to the documentation of this file.
1
14#pragma once
15
17
18namespace gismo
19{
20
25template <typename T>
27{
28public:
30
31public:
32
44
45public:
46
48 const gsGeometry<T> & compute();
49
50private:
51
52 template<unsigned d> void compute_impl();
53
54protected:
55
56 using Base::m_boundary;
57
58 using Base::m_result;
59
60}; // gsCrossApPatch
61
62}// namespace gismo
63
64#ifndef GISMO_BUILD_LIB
65#include GISMO_HPP_HEADER(gsCrossApPatch.hpp)
66#endif
Computes a parametrization based on low rank cross approximation, given a set of boundary geometries.
Definition gsCrossApPatch.h:27
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
const gsGeometry< T > & compute()
Main routine that performs the computation.
Definition gsCrossApPatch.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