dune-fem  2.4.1-rc
Macros | Typedefs | Functions | Variables
readiotupledata.cc File Reference
#include <stack>
#include <dune/fem/io/file/asciiparser.hh>
#include <dune/fem/io/file/iotuple.hh>
#include <dune/fem/io/file/iointerface.hh>

Macros

#define DATADISP_READIOTUPLE_CC
 
#define USE_GRAPE_DISPLAY
 

Typedefs

typedef Dune::GridSelector::GridType GR_GridType
 type of used grid More...
 
typedef GrapeDataDisplay< GR_GridTypeGrapeDispType
 type of GrapeDisplay More...
 
typedef GR_InputType GR_DiscFuncType
 type of discrete function tuple More...
 

Functions

template<class T >
void deleteObjects (std::stack< T * > &stack)
 
void dataDispErrorExit (std::string msg)
 
GrapeDispTypereadTupleData (const char *path, const char *filename, double &time, int n, int timestep, int myRank, int mySize, INFO *info)
 
INFO * readData (INFO *info, const char *path, int i_start, int i_end, int i_delta, int n, double timestep, int numProcs)
 
void deleteAllObjects ()
 

Variables

static std::stack< GR_GridType * > gridStack
 
static std::stack< GrapeDispType * > dispStack
 

Macro Definition Documentation

#define DATADISP_READIOTUPLE_CC
#define USE_GRAPE_DISPLAY

Typedef Documentation

type of discrete function tuple

typedef Dune::GridSelector::GridType GR_GridType

type of used grid

typedef GrapeDataDisplay<GR_GridType> GrapeDispType

type of GrapeDisplay

Function Documentation

void dataDispErrorExit ( std::string  msg)
inline

Referenced by readDataInfo(), and readParameterList().

void deleteAllObjects ( )
inline

References deleteObjects().

template<class T >
void deleteObjects ( std::stack< T * > &  stack)
inline

Referenced by deleteAllObjects().

INFO* readData ( INFO *  info,
const char *  path,
int  i_start,
int  i_end,
int  i_delta,
int  n,
double  timestep,
int  numProcs 
)
inline
GrapeDispType* readTupleData ( const char *  path,
const char *  filename,
double &  time,
int  n,
int  timestep,
int  myRank,
int  mySize,
INFO *  info 
)
inline

References postProcessing().

Referenced by readData().

Variable Documentation

std::stack<GrapeDispType *> dispStack
static
std::stack<GR_GridType *> gridStack
static