Nektar++
|
Input module for Xml files. More...
#include <InputDat.h>
Static Public Member Functions | |
static ModuleSharedPtr | create (FieldSharedPtr f) |
Creates an instance of this class. More... | |
Static Public Attributes | |
static ModuleKey | m_className [] |
ModuleKey for class. More... | |
Private Member Functions | |
void | ReadTecplotFEBlockZone (std::ifstream &datFile, string &line, Array< OneD, Array< OneD, NekDouble > > &pts, vector< Array< OneD, int > > &ptsConn) |
Additional Inherited Members | |
Protected Member Functions inherited from Nektar::FieldUtils::InputModule | |
void | PrintSummary () |
Print summary of elements. More... | |
Protected Member Functions inherited from Nektar::FieldUtils::Module | |
Module () | |
Protected Attributes inherited from Nektar::FieldUtils::InputModule | |
set< string > | m_allowedFiles |
Protected Attributes inherited from Nektar::FieldUtils::Module | |
FieldSharedPtr | m_f |
Field object. More... | |
map< string, ConfigOption > | m_config |
List of configuration values. More... | |
bool | m_requireEquiSpaced |
Input module for Xml files.
Definition at line 47 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::InputModule::m_allowedFiles.
|
virtual |
Definition at line 71 of file InputDat.cpp.
|
inlinestatic |
Creates an instance of this class.
Definition at line 55 of file InputDat.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr().
|
inlinevirtual |
Implements Nektar::FieldUtils::Module.
Definition at line 62 of file InputDat.h.
|
virtual |
Implements Nektar::FieldUtils::Module.
Definition at line 78 of file InputDat.cpp.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr(), ASSERTL0, Nektar::LibUtilities::ePtsTriBlock, Nektar::ParseUtils::GenerateOrderedStringVector(), Nektar::FieldUtils::Module::m_f, and ReadTecplotFEBlockZone().
|
private |
|
static |
ModuleKey for class.
Definition at line 60 of file InputDat.h.