LifeV
|
exporter and ExporterData classes provide interfaces for post-processing More...
#include <fstream>
#include <sstream>
#include <lifev/core/LifeV.hpp>
#include <lifev/core/array/VectorEpetra.hpp>
#include <lifev/core/filter/GetPot.hpp>
#include <lifev/core/util/LifeChrono.hpp>
#include <lifev/core/fem/FESpace.hpp>
#include <lifev/core/mesh/MarkerDefinitions.hpp>
Go to the source code of this file.
Data Structures | |
class | ExporterData< MeshType > |
ExporterData - Holds the data structure of the array to import/export. More... | |
class | Exporter< MeshType > |
Exporter - Pure virtual class that describes a generic exporter. More... | |
Namespaces | |
LifeV | |
Default Physical Solver. | |
exporter and ExporterData classes provide interfaces for post-processing
Usage: two steps
Definition in file Exporter.hpp.