G+Smo
24.08.0
Geometry + Simulation Modules
|
Class describing the approximate \(C^1\) spline.
d | dimension |
T | real type |
Inherits gsContainerBasisBase< d, T >.
Public Member Functions | |
void | compute () |
Computes the basis. | |
void | defaultOptions () |
Sets the default options. | |
gsApproxC1Spline (gsMultiPatch< T > &patches, gsMultiBasis< T > &multiBasis) | |
Constructs a new instance of the approximate \(C^1\) basis. More... | |
void | init () |
Initializes the method. | |
void | update (gsMappedBasis< d, T > &bb2) |
Updates the basis bb2 with the right basis and mapping matrix. More... | |
Protected Attributes | |
basisContainer | m_bases |
C1 Basis. | |
gsSparseMatrix< T > | m_matrix |
System matrix. | |
gsOptionList | m_options |
Optionlist. | |
gsMultiPatch< T > & | m_patches |
Multipatch. | |
|
inline |
Constructs a new instance of the approximate \(C^1\) basis.
patches | The multi-patch object |
multiBasis | The multi-basis object |
|
inline |
Updates the basis bb2 with the right basis and mapping matrix.
bb2 | The basis |