OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
|
#include <Python.h>
#include <structmember.h>
#include <boost/algorithm/string.hpp>
#include <vector>
#include <string>
#include <sstream>
#include <algorithm>
#include <iterator>
#include "Main.cpp"
#include "mpi.h"
#include "Parser/Parser.h"
#include "OpalParser/OpalParser.h"
Go to the source code of this file.
Functions | |
PyObject * | initialise_from_opal_file (PyObject *self, PyObject *args, PyObject *kwds) |
PyObject * | list_objects (PyObject *self, PyObject *args, PyObject *kwds) |
PyMODINIT_FUNC | PyInit_parser (void) |
Variables | |
std::string | initialise_from_opal_file_docstring |
std::string | list_objects_docstring = "List objects" |
const char * | module_docstring = "parser module parses the input" |
PyObject * initialise_from_opal_file | ( | PyObject * | self, |
PyObject * | args, | ||
PyObject * | kwds | ||
) |
Definition at line 23 of file PyParser.cpp.
References opalMain().
PyObject * list_objects | ( | PyObject * | self, |
PyObject * | args, | ||
PyObject * | kwds | ||
) |
Definition at line 51 of file PyParser.cpp.
References endl(), OpalData::getAllNames(), and OpalData::getInstance().
PyMODINIT_FUNC PyInit_parser | ( | void | ) |
Definition at line 81 of file PyParser.cpp.
std::string initialise_from_opal_file_docstring |
Definition at line 17 of file PyParser.cpp.
std::string list_objects_docstring = "List objects" |
Definition at line 49 of file PyParser.cpp.
const char* module_docstring = "parser module parses the input" |
Definition at line 59 of file PyParser.cpp.