escript
Revision_
|
#include <boost/python/tuple.hpp>
#include <boost/python/list.hpp>
#include <ripley/Ripley.h>
#include <ripley/RipleyException.h>
#include <ripley/AbstractAssembler.h>
#include <escript/AbstractContinuousDomain.h>
#include <escript/Data.h>
#include <escript/FunctionSpace.h>
#include <escript/SubWorld.h>
#include <paso/SystemMatrix.h>
Go to the source code of this file.
Classes | |
struct | ripley::ReaderParameters |
Structure that wraps parameters for the grid reading routines. More... | |
struct | ripley::DiracPoint |
A struct to contain a dirac point's information. More... | |
class | ripley::RipleyDomain |
RipleyDomain extends the AbstractContinuousDomain interface for the Ripley library and is the base class for Rectangle and Brick. More... | |
Namespaces | |
ripley | |
Enumerations | |
enum | ripley::assembler_t { ripley::DEFAULT_ASSEMBLER, ripley::WAVE_ASSEMBLER, ripley::LAME_ASSEMBLER } |
enum | ripley::SystemMatrixType { ripley::SMT_PASO = 1024, ripley::SMT_CUSP = 2048, ripley::SMT_SYMMETRIC = 4096 } |