|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
Typedefs | |
| typedef struct { | |
| PyObject_HEAD | |
| interpolation::PolynomialPatch * | map |
| } | PyPolynomialPatch |
Functions | |
| PyMODINIT_FUNC | initsquare_polynomial_map (void) |
| typedef struct { ... } PyPolynomialPatch::PyPolynomialPatch |
PyPolynomialMap is the python implementation of the C++ PolynomialMap class
Provides a multivariate polynomial object
| PyMODINIT_FUNC PyPolynomialPatch::initsquare_polynomial_map | ( | void | ) |
Initialise polynomial_map module
This is called by import polynomial_map; it initialises the PolynomialMap type allowing user to construct and call methods on PolynomialMap objects