LifeV
Exporter.hpp File Reference

exporter and ExporterData classes provide interfaces for post-processing More...

+ Include dependency graph for Exporter.hpp:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

exporter and ExporterData classes provide interfaces for post-processing

Date
11-11-2008
Author
Simone Deparis <simone.deparis.epfl.ch>
Maintainer:
Radu Popescu radu..nosp@m.pope.nosp@m.scu@e.nosp@m.pfl..nosp@m.ch
Contributor:
Tiziano Passerini tizia.nosp@m.no@m.nosp@m.athcs.nosp@m..emo.nosp@m.ry.ed.nosp@m.u

Usage: two steps

  1. first: add the variables using addVariable
  2. second: call postProcess( time );

Definition in file Exporter.hpp.