37 #ifndef EXPORTER_EMPTY_H 38 #define EXPORTER_EMPTY_H 1
40 #include <lifev/core/filter/Exporter.hpp> 46 template<
typename MeshType>
54 typedef Exporter<MeshType>
super;
107 template<
typename MeshType>
115 template<
typename MeshType>
121 template<
typename MeshType>
124 super (dfile, prefix)
126 this->setMeshProcId (mesh, procId);
129 template<
typename MeshType>
131 super (dfile, prefix)
139 template<
typename MeshType>
super::commPtr_Type commPtr_Type
UInt importFromTime(const Real &)
Import data from previous simulations at a certain time.
void exportRegionMarkerID(std::shared_ptr< MeshType >, std::shared_ptr< Epetra_Comm >)
virtual void readScalar(ExporterData< MeshType > &)
virtual void readVector(ExporterData< MeshType > &)
super::vectorPtr_Type vectorPtr_Type
double Real
Generic real data.
static MapEpetraType const MapType
returns the type of the map to use for the VectorEpetra
ExporterEmpty(const GetPot &dfile, meshPtr_Type mesh, const std::string &prefix, const int &procId)
ExporterEmpty(const GetPot &dfile, const std::string &prefix)
MapEpetraType mapType() const
returns the type of the map to use for the VectorEpetra
void import(const Real &, const Real &)
Import data from previous simulations.
super::meshPtr_Type meshPtr_Type
void postProcess(const Real &)
Post-process the variables added to the list.
Exporter< MeshType > super
uint32_type UInt
generic unsigned integer (used mainly for addressing)
void import(const Real &)
Read only last timestep.
void exportPID(meshPtr_Type, commPtr_Type, const bool=false)