OPAL (Object Oriented Parallel Accelerator Library)
2024.1
OPAL
|
Functions | |
PolynomialPatch * | initialiseFromSolveFactory (NDGrid *points, boost::python::list values, int polyPatchOrder, int smoothingOrder) |
py::list | function (PolynomialPatch *patch, py::list point) |
BOOST_PYTHON_MODULE (polynomial_patch) | |
Variables | |
const char * | module_docstring = "polynomial_patch module returns the field" |
PyOpal::PyPolynomialPatch::BOOST_PYTHON_MODULE | ( | polynomial_patch | ) |
Definition at line 82 of file PyPolynomialPatch.cpp.
References initialiseFromSolveFactory(), and PyOpal::ExceptionTranslation::registerExceptions().
py::list PyOpal::PyPolynomialPatch::function | ( | PolynomialPatch * | patch, |
py::list | point | ||
) |
Definition at line 60 of file PyPolynomialPatch.cpp.
References interpolation::PolynomialPatch::getPointDimension().
PolynomialPatch* PyOpal::PyPolynomialPatch::initialiseFromSolveFactory | ( | NDGrid * | points, |
boost::python::list | values, | ||
int | polyPatchOrder, | ||
int | smoothingOrder | ||
) |
Definition at line 37 of file PyPolynomialPatch.cpp.
References interpolation::NDGrid::clone(), and interpolation::PPSolveFactory::solve().
Referenced by BOOST_PYTHON_MODULE().
const char* PyOpal::PyPolynomialPatch::module_docstring = "polynomial_patch module returns the field" |
Definition at line 80 of file PyPolynomialPatch.cpp.