Nektar++
|
#include <InputPts.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... | |
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 49 of file InputPts.h.
Nektar::FieldUtils::InputPts::InputPts | ( | FieldSharedPtr | f | ) |
Set up InputPts object.
Definition at line 63 of file InputPts.cpp.
References Nektar::FieldUtils::InputModule::m_allowedFiles.
|
virtual |
Definition at line 71 of file InputPts.cpp.
|
inlinestatic |
Creates an instance of this class.
Definition at line 57 of file InputPts.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr().
|
inlinevirtual |
Implements Nektar::FieldUtils::Module.
Definition at line 64 of file InputPts.h.
|
virtual |
Implements Nektar::FieldUtils::Module.
Definition at line 78 of file InputPts.cpp.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr(), Nektar::LibUtilities::NekFactory< tKey, tBase, >::CreateInstance(), Nektar::LibUtilities::GetCommFactory(), and Nektar::FieldUtils::Module::m_f.
|
static |