escript  Revision_
Namespaces | Functions | Variables
ripleycpp.cpp File Reference
#include <ripley/Brick.h>
#include <ripley/Rectangle.h>
#include <esysUtils/esysExceptionTranslator.h>
#include <boost/python.hpp>
#include <boost/python/module.hpp>
#include <boost/python/def.hpp>
#include <boost/python/detail/defaults_gen.hpp>
#include <boost/version.hpp>

Namespaces

namespace  ripley

Functions

template<typename T >
std::vector< T > ripley::extractPyArray (const object &obj, const std::string &name, int expectedLength=0)
escript::Data ripley::readBinaryGrid (std::string filename, escript::FunctionSpace fs, const object &pyShape, double fill, int byteOrder, int dataType, const object &pyFirst, const object &pyNum, const object &pyMultiplier, const object &pyReverse)
escript::Data ripley::readNcGrid (std::string filename, std::string varname, escript::FunctionSpace fs, const object &pyShape, double fill, const object &pyFirst, const object &pyNum, const object &pyMultiplier, const object &pyReverse)
escript::Domain_ptr ripley::_brick (double _n0, double _n1, double _n2, const object &l0, const object &l1, const object &l2, int d0, int d1, int d2, const object &objpoints, const object &objtags)
escript::Domain_ptr ripley::_rectangle (double _n0, double _n1, const object &l0, const object &l1, int d0, int d1, const object &objpoints, const object &objtags)
std::string ripley::_who ()
 BOOST_PYTHON_MODULE (ripleycpp)

Variables

const int ripley::_q [] = {0x62207363, 0x6574735F, 0x2020214e}

Function Documentation

BOOST_PYTHON_MODULE ( ripleycpp  )