Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

dolfin::ElementTmpFile Class Reference

#include <ElementTmpFile.h>

List of all members.

Public Member Functions

 ElementTmpFile ()
 Constructor.

 ~ElementTmpFile ()
 Destructor.

void write (const ElementBlock &block)
 Write an element block to the file.

void read (ElementBlock &block, real t)
void readFirst (ElementBlock &block)
void readLast (ElementBlock &block)
bool empty () const
 Check if the file is empty.


Detailed Description

Temporary file used for storing element data in binary format when data is to large to fit into memory. It is assumed that blocks are written sequentially to the file.


Constructor & Destructor Documentation

ElementTmpFile::ElementTmpFile  ) 
 

Constructor.

ElementTmpFile::~ElementTmpFile  ) 
 

Destructor.


Member Function Documentation

bool ElementTmpFile::empty  )  const
 

Check if the file is empty.

void ElementTmpFile::read ElementBlock block,
real  t
 

void ElementTmpFile::readFirst ElementBlock block  ) 
 

void ElementTmpFile::readLast ElementBlock block  ) 
 

void ElementTmpFile::write const ElementBlock block  ) 
 

Write an element block to the file.


The documentation for this class was generated from the following files:


Documentation automatically generated with Doxygen on 10 Sep 2004.