OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
|
#include <Python.h>
#include <structmember.h>
#include <exception>
#include <iostream>
#include <boost/python.hpp>
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
#include "Utilities/OpalException.h"
#include "PyOpal/ExceptionTranslation.h"
#include "Classic/Fields/Interpolation/NDGrid.h"
Go to the source code of this file.
Namespaces | |
namespace | PyOpal |
namespace | PyOpal::PyNDGrid |
Functions | |
NDGrid | PyOpal::PyNDGrid::initialiseVariableSpacing (boost::python::list gridCoordinates) |
NDGrid | PyOpal::PyNDGrid::initialiseFixedSpacing (boost::python::list size, boost::python::list spacing, boost::python::list min) |
py::list | PyOpal::PyNDGrid::coordVector (NDGrid &grid, int dimension) |
PyOpal::PyNDGrid::BOOST_PYTHON_MODULE (ndgrid) | |
Variables | |
Inform * | PyOpal::PyNDGrid::gmsg |
const char * | PyOpal::PyNDGrid::module_docstring = "ndgrid module for generating grids" |