OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
PyPolynomialPatch Namespace Reference

Typedefs

typedef struct { 
 PyObject_HEAD
interpolation::PolynomialPatchmap
PyPolynomialPatch

Functions

PyMODINIT_FUNC initsquare_polynomial_map (void)

Typedef Documentation

◆ [struct]

typedef struct { ... } PyPolynomialPatch::PyPolynomialPatch

PyPolynomialMap is the python implementation of the C++ PolynomialMap class

Provides a multivariate polynomial object

Function Documentation

◆ initsquare_polynomial_map()

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