escript  Revision_Unversioneddirectory
Namespaces | Macros | Functions
ripleycpp.cpp File Reference
#include "esysUtils/first.h"
#include <ripley/AbstractAssembler.h>
#include <ripley/Brick.h>
#include <ripley/MultiBrick.h>
#include <ripley/Rectangle.h>
#include <ripley/MultiRectangle.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>
#include "escript/SubWorld.h"

Namespaces

 ripley
 

Macros

#define ESNEEDPYTHON
 

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::SubWorld_ptr world)
 
escript::Domain_ptr ripley::_multibrick (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::SubWorld_ptr world, unsigned int multiplier)
 
escript::Domain_ptr ripley::_multirectangle (double _n0, double _n1, const object &l0, const object &l1, int d0, int d1, const object &objpoints, const object &objtags, escript::SubWorld_ptr world, unsigned int multiplier)
 
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, escript::SubWorld_ptr world)
 
 BOOST_PYTHON_MODULE (ripleycpp)
 

Macro Definition Documentation

#define ESNEEDPYTHON

Function Documentation

BOOST_PYTHON_MODULE ( ripleycpp  )