![]() |
LifeV
|
#include <ExporterPolicyHDF5.hpp>
Collaboration diagram for ExporterPolicyHDF5< mesh_Type >:Public Types | |
| typedef VectorEpetra | vector_Type |
| typedef std::shared_ptr< VectorEpetra > | vectorPtr_Type |
| typedef std::shared_ptr< mesh_Type > | meshPtr_Type |
| typedef MapEpetra | map_Type |
| typedef std::shared_ptr< map_Type > | mapPtr_Type |
| typedef FESpace< mesh_Type, map_Type > | fespace_Type |
| typedef std::shared_ptr< fespace_Type > | fespacePtr_Type |
| typedef ExporterHDF5< mesh_Type > | exporter_Type |
| typedef std::shared_ptr< exporter_Type > | exporterPtr_Type |
Public Member Functions | |
| void | initExporter (Teuchos::ParameterList &list, vectorPtr_Type solution) |
| void | exportSolution () |
| void | finalizeExporter () |
| virtual Displayer | displayer ()=0 |
| virtual meshPtr_Type | mesh () const =0 |
| virtual fespacePtr_Type | uFESpace () const =0 |
| virtual fespacePtr_Type | pFESpace () const =0 |
| virtual Real | currentTime () const =0 |
Data Fields | |
| exporterPtr_Type | M_exporter |
Definition at line 67 of file ExporterPolicyHDF5.hpp.
| typedef VectorEpetra vector_Type |
Definition at line 70 of file ExporterPolicyHDF5.hpp.
| typedef std::shared_ptr<VectorEpetra> vectorPtr_Type |
Definition at line 71 of file ExporterPolicyHDF5.hpp.
| typedef std::shared_ptr<mesh_Type> meshPtr_Type |
Definition at line 72 of file ExporterPolicyHDF5.hpp.
Definition at line 73 of file ExporterPolicyHDF5.hpp.
| typedef std::shared_ptr<map_Type> mapPtr_Type |
Definition at line 74 of file ExporterPolicyHDF5.hpp.
| typedef FESpace< mesh_Type, map_Type > fespace_Type |
Definition at line 75 of file ExporterPolicyHDF5.hpp.
| typedef std::shared_ptr< fespace_Type > fespacePtr_Type |
Definition at line 76 of file ExporterPolicyHDF5.hpp.
| typedef ExporterHDF5<mesh_Type> exporter_Type |
Definition at line 77 of file ExporterPolicyHDF5.hpp.
| typedef std::shared_ptr< exporter_Type > exporterPtr_Type |
Definition at line 78 of file ExporterPolicyHDF5.hpp.
| void initExporter | ( | Teuchos::ParameterList & | list, |
| vectorPtr_Type | solution | ||
| ) |
Definition at line 97 of file ExporterPolicyHDF5.hpp.
| void exportSolution | ( | ) |
Definition at line 146 of file ExporterPolicyHDF5.hpp.
| void finalizeExporter | ( | ) |
Definition at line 154 of file ExporterPolicyHDF5.hpp.
|
pure virtual |
Here is the caller graph for this function:
|
pure virtual |
|
pure virtual |
Here is the caller graph for this function:
|
pure virtual |
|
pure virtual |
Here is the caller graph for this function:| exporterPtr_Type M_exporter |
Definition at line 84 of file ExporterPolicyHDF5.hpp.