Nektar++
Functions
Python/SegExp.cpp File Reference
#include <LibUtilities/Python/NekPyConfig.hpp>
#include <LocalRegions/SegExp.h>

Go to the source code of this file.

Functions

void export_SegExp ()
 

Function Documentation

◆ export_SegExp()

void export_SegExp ( )

Definition at line 41 of file Python/SegExp.cpp.

References NEKPY_SHPTR_FIX.

42 {
43  py::class_<SegExp, py::bases<Expansion, StdRegions::StdSegExp>,
44  std::shared_ptr<SegExp> >(
45  "SegExp", py::init<const LibUtilities::BasisKey&,
47 
51 }
#define NEKPY_SHPTR_FIX(SOURCE, TARGET)
Class representing a segment element in reference space.
Definition: StdSegExp.h:53
The base class for all shapes.
Definition: StdExpansion.h:68
std::shared_ptr< Geometry1D > Geometry1DSharedPtr
Definition: Geometry.h:63
Describes the specification for a Basis.
Definition: Basis.h:49