OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
PyPolynomialCoefficient.cpp File Reference
#include <Python.h>
#include <structmember.h>
#include "Fields/Interpolation/PolynomialCoefficient.h"
#include "PyOpal/Globals.h"
#include "PyOpal/PyPolynomialCoefficient.h"
Include dependency graph for PyPolynomialCoefficient.cpp:

Go to the source code of this file.

Namespaces

namespace  PyPolynomialCoefficient

Functions

int PyPolynomialCoefficient::_init (PyObject *self, PyObject *args, PyObject *kwds)
PyObject * PyPolynomialCoefficient::_alloc (PyTypeObject *type, Py_ssize_t nitems)
PyObject * PyPolynomialCoefficient::_new (PyTypeObject *type, Py_ssize_t nitems)
void PyPolynomialCoefficient::_free (PyCoefficient *self)
void PyPolynomialCoefficient::_dealloc (PyCoefficient *self)
PyMODINIT_FUNC PyInit_polynomial_coefficient (void)

Variables

std::string PyPolynomialCoefficient::class_docstring
const char * module_docstring

Function Documentation

◆ PyInit_polynomial_coefficient()

PyMODINIT_FUNC PyInit_polynomial_coefficient ( void )

Definition at line 180 of file PyPolynomialCoefficient.cpp.

References PyOpal::Globals::Initialise().

Here is the call graph for this function:

Variable Documentation

◆ module_docstring

const char* module_docstring
Initial value:
=
"polynomial_coefficient module contains the PolynomialCoefficient class"

Definition at line 165 of file PyPolynomialCoefficient.cpp.