| Nektar++
    | 
Input module for Xml files. More...
#include <InputDat.h>
| Public Member Functions | |
| InputDat (FieldSharedPtr f) | |
| Set up InputDat object.  More... | |
| virtual | ~InputDat () | 
|  Public Member Functions inherited from Nektar::FieldUtils::InputModule | |
| InputModule (FieldSharedPtr p_m) | |
| void | PrintSummary () | 
| Print a brief summary of information.  More... | |
|  Public Member Functions inherited from Nektar::FieldUtils::Module | |
| FIELD_UTILS_EXPORT | Module (FieldSharedPtr p_f) | 
| virtual | ~Module ()=default | 
| void | Process (po::variables_map &vm) | 
| std::string | GetModuleName () | 
| std::string | GetModuleDescription () | 
| const ConfigOption & | GetConfigOption (const std::string &key) const | 
| ModulePriority | GetModulePriority () | 
| FIELD_UTILS_EXPORT void | RegisterConfig (std::string key, std::string value="") | 
| Register a configuration option with a module.  More... | |
| FIELD_UTILS_EXPORT void | PrintConfig () | 
| Print out all configuration options for a module.  More... | |
| FIELD_UTILS_EXPORT void | SetDefaults () | 
| Sets default configuration options for those which have not been set.  More... | |
| FIELD_UTILS_EXPORT void | AddFile (std::string fileType, std::string fileName) | 
| FIELD_UTILS_EXPORT void | EvaluateTriFieldAtEquiSpacedPts (LocalRegions::ExpansionSharedPtr &exp, const Array< OneD, const NekDouble > &infield, Array< OneD, NekDouble > &outfield) | 
| Static Public Member Functions | |
| static ModuleSharedPtr | create (FieldSharedPtr f) | 
| Creates an instance of this class.  More... | |
|  Static Public Member Functions inherited from Nektar::FieldUtils::InputModule | |
| static FIELD_UTILS_EXPORT std::string | GuessFormat (std::string fileName) | 
| Tries to guess the format of the input file.  More... | |
| Static Public Attributes | |
| static ModuleKey | m_className [] | 
| ModuleKey for class.  More... | |
| Protected Member Functions | |
| virtual void | v_Process (po::variables_map &vm) override | 
| virtual std::string | v_GetModuleName () override | 
| virtual std::string | v_GetModuleDescription () override | 
| virtual ModulePriority | v_GetModulePriority () override | 
|  Protected Member Functions inherited from Nektar::FieldUtils::Module | |
| Module () | |
| Private Member Functions | |
| void | ReadTecplotFEBlockZone (std::ifstream &datFile, std::string &line, Array< OneD, Array< OneD, NekDouble >> &pts, std::vector< Array< OneD, int >> &ptsConn) | 
| Additional Inherited Members | |
|  Public Attributes inherited from Nektar::FieldUtils::Module | |
| FieldSharedPtr | m_f | 
| Field object.  More... | |
|  Protected Attributes inherited from Nektar::FieldUtils::Module | |
| std::map< std::string, ConfigOption > | m_config | 
| List of configuration values.  More... | |
| std::set< std::string > | m_allowedFiles | 
| List of allowed file formats.  More... | |
Input module for Xml files.
Definition at line 46 of file InputDat.h.
| Nektar::FieldUtils::InputDat::InputDat | ( | FieldSharedPtr | f | ) | 
Set up InputDat object.
Definition at line 63 of file InputDat.cpp.
References Nektar::FieldUtils::Module::m_allowedFiles.
| 
 | virtual | 
Definition at line 71 of file InputDat.cpp.
| 
 | inlinestatic | 
Creates an instance of this class.
Definition at line 52 of file InputDat.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr().
| 
 | private | 
| 
 | inlineoverrideprotectedvirtual | 
Reimplemented from Nektar::FieldUtils::Module.
Definition at line 67 of file InputDat.h.
| 
 | inlineoverrideprotectedvirtual | 
Reimplemented from Nektar::FieldUtils::Module.
Definition at line 62 of file InputDat.h.
| 
 | inlineoverrideprotectedvirtual | 
Reimplemented from Nektar::FieldUtils::Module.
Definition at line 72 of file InputDat.h.
References Nektar::FieldUtils::eCreatePts.
| 
 | overrideprotectedvirtual | 
Reimplemented from Nektar::FieldUtils::Module.
Definition at line 78 of file InputDat.cpp.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr(), ASSERTL0, Nektar::LibUtilities::ePtsTriBlock, Nektar::ParseUtils::GenerateVector(), Nektar::FieldUtils::Module::m_f, and ReadTecplotFEBlockZone().
| 
 | static | 
ModuleKey for class.
Definition at line 57 of file InputDat.h.