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

Go to the source code of this file.

Functions

void export_TriExp ()
 

Function Documentation

◆ export_TriExp()

void export_TriExp ( )

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

References NEKPY_SHPTR_FIX.

42 {
43  py::class_<TriExp, py::bases<Expansion, StdRegions::StdTriExp>,
44  std::shared_ptr<TriExp> >(
45  "TriExp", py::init<const LibUtilities::BasisKey&,
46  const LibUtilities::BasisKey&,
48 
52 }
#define NEKPY_SHPTR_FIX(SOURCE, TARGET)
std::shared_ptr< TriGeom > TriGeomSharedPtr
Definition: TriGeom.h:58
The base class for all shapes.
Definition: StdExpansion.h:68
Describes the specification for a Basis.
Definition: Basis.h:49