Nektar++
|
#include <InputFld.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 |
Converter for Fld files.
Definition at line 49 of file InputFld.h.
Nektar::FieldUtils::InputFld::InputFld | ( | FieldSharedPtr | f | ) |
Set up InputFld object.
Definition at line 69 of file InputFld.cpp.
References Nektar::FieldUtils::InputModule::m_allowedFiles.
|
virtual |
Definition at line 80 of file InputFld.cpp.
|
inlinestatic |
Creates an instance of this class.
Definition at line 57 of file InputFld.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr().
|
inlinevirtual |
Implements Nektar::FieldUtils::Module.
Definition at line 64 of file InputFld.h.
|
virtual |
Implements Nektar::FieldUtils::Module.
Definition at line 87 of file InputFld.cpp.
References ASSERTL0, and Nektar::FieldUtils::Module::m_f.
|
static |
ModuleKey for class.
Definition at line 62 of file InputFld.h.