dune-fem 2.8.0
Loading...
Searching...
No Matches
Macros | Typedefs | Functions | Variables
readtupledata.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>
#include <dune/fem/io/file/datawriter.hh>
#include <dune/fem/io/visual/grape/datadisp/grcommon.hh>

Macros

#define DATADISP_READTUPLE_CC
 

Typedefs

typedef Dune::GridSelector::GridType GR_GridType
 type of used grid
 
typedef GR_InputType GR_DiscFuncType
 type of discrete function tuple
 

Functions

template<class T >
void deleteObjects (std::stack< T * > &stack)
 
void dataDispErrorExit (std::string msg)
 
void readTupleData (const char *path, const char *filename, double &time, const int n, const int timestep, const int myRank, const int numProcs, INFO *info)
 
INFOreadData (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
 

Macro Definition Documentation

◆ DATADISP_READTUPLE_CC

#define DATADISP_READTUPLE_CC

Typedef Documentation

◆ GR_DiscFuncType

type of discrete function tuple

◆ GR_GridType

typedef Dune::GridSelector::GridType GR_GridType

type of used grid

Function Documentation

◆ dataDispErrorExit()

void dataDispErrorExit ( std::string  msg)
inline

◆ deleteAllObjects()

void deleteAllObjects ( )
inline

◆ deleteObjects()

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

◆ readData()

INFO * readData ( INFO info,
const char *  path,
int  i_start,
int  i_end,
int  i_delta,
int  n,
double  timestep,
int  numProcs 
)
inline

◆ readTupleData()

void readTupleData ( const char *  path,
const char *  filename,
double &  time,
const int  n,
const int  timestep,
const int  myRank,
const int  numProcs,
INFO info 
)
inline

Variable Documentation

◆ gridStack

std::stack<GR_GridType *> gridStack
static