G+Smo  24.08.0
Geometry + Simulation Modules
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gsStructuralAnalysis.h
2 
4 
5 namespace gismo
6 {
7 
8 #ifdef GISMO_WITH_PYBIND11
9 
10  namespace py = pybind11;
11 
12  void pybind11_init_gsStructuralAnalysis(py::module &m)
13  {
14  gismo::pybind11_init_gsPanelCreator( m );
15  /*Bindings for gsStructuralAnalysis go here*/
16  }
17 
18 #endif
19 }
20 
Utilities related to template programming.
Provides declaration of the NurbsCreator struct.