Nektar++
|
Input module for Xml files. More...
#include <InputDat.h>
Public Member Functions | |
InputDat (FieldSharedPtr f) | |
Set up InputDat object. | |
virtual | ~InputDat () |
virtual void | Process (po::variables_map &vm) |
Public Member Functions inherited from Nektar::Utilities::InputModule | |
InputModule (FieldSharedPtr p_m) | |
void | AddFile (string fileType, string fileName) |
InputModule (MeshSharedPtr p_m) | |
void | OpenStream () |
Open a file for input. | |
Public Member Functions inherited from Nektar::Utilities::Module | |
Module (FieldSharedPtr p_f) | |
void | RegisterConfig (string key, string value) |
Register a configuration option with a module. | |
void | PrintConfig () |
Print out all configuration options for a module. | |
void | SetDefaults () |
Sets default configuration options for those which have not been set. | |
bool | GetRequireEquiSpaced (void) |
void | SetRequireEquiSpaced (bool pVal) |
void | EvaluateTriFieldAtEquiSpacedPts (LocalRegions::ExpansionSharedPtr &exp, const Array< OneD, const NekDouble > &infield, Array< OneD, NekDouble > &outfield) |
Module (MeshSharedPtr p_m) | |
virtual void | Process ()=0 |
void | RegisterConfig (string key, string value) |
void | PrintConfig () |
void | SetDefaults () |
MeshSharedPtr | GetMesh () |
virtual void | ProcessVertices () |
Extract element vertices. |
Static Public Member Functions | |
static ModuleSharedPtr | create (FieldSharedPtr f) |
Creates an instance of this class. |
Static Public Attributes | |
static ModuleKey | m_className [] |
ModuleKey for class. |
Private Member Functions | |
void | ReadTecplotFEBlockZone (std::ifstream &datFile, string &line) |
Additional Inherited Members | |
Protected Member Functions inherited from Nektar::Utilities::InputModule | |
void | PrintSummary () |
Print summary of elements. | |
void | PrintSummary () |
Print summary of elements. | |
Protected Attributes inherited from Nektar::Utilities::InputModule | |
set< string > | m_allowedFiles |
std::ifstream | m_mshFile |
Input stream. |
Input module for Xml files.
Definition at line 47 of file InputDat.h.
Nektar::Utilities::InputDat::InputDat | ( | FieldSharedPtr | f | ) |
Set up InputDat object.
Definition at line 60 of file InputDat.cpp.
References Nektar::Utilities::InputModule::m_allowedFiles.
|
virtual |
Definition at line 66 of file InputDat.cpp.
|
inlinestatic |
Creates an instance of this class.
Definition at line 55 of file InputDat.h.
|
virtual |
Implements Nektar::Utilities::Module.
Definition at line 73 of file InputDat.cpp.
References ASSERTL0, Nektar::Utilities::ePtsTriBlock, Nektar::ParseUtils::GenerateOrderedStringVector(), Nektar::Utilities::Module::m_f, and ReadTecplotFEBlockZone().
|
private |
Definition at line 149 of file InputDat.cpp.
References ASSERTL0, and Nektar::Utilities::Module::m_f.
Referenced by Process().
|
static |
ModuleKey for class.
Definition at line 60 of file InputDat.h.