G+Smo  25.01.0
Geometry + Simulation Modules
 
Loading...
Searching...
No Matches
gsTensorNurbsBasis.hpp
Go to the documentation of this file.
1
14#pragma once
15
17
18namespace gismo
19{
20
21template<short_t d, class T>
22typename gsTensorNurbsBasis<d,T>::gsGeoPtr
23gsTensorNurbsBasis<d,T>::makeGeometry( gsMatrix<T> coefs ) const
24{ return gsGeoPtr(new GeometryType(*this, give(coefs))); }
25
26} // namespace gismo
Represents a tensor-product NURBS patch.
The G+Smo namespace, containing all definitions for the library.
S give(S &x)
Definition gsMemory.h:266