OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "oofemcfg.h"
#include <sstream>
#include <cstdio>
#include <exception>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | oofem::DataStream |
The purpose of DataStream abstract class is to allow to store/restore context to different streams, including file, communication buffers, etc., using the same routine. More... | |
class | oofem::FileDataStream |
Implementation of FileDataStream representing DataStream interface to file i/o. More... | |
class | oofem::FileDataStream::CantOpen |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |