Nektar++
|
This processing module sets up for the boundary field to be extracted. More...
#include <ProcessConcatenateFld.h>
Static Public Member Functions | |
static boost::shared_ptr< Module > | create (FieldSharedPtr f) |
Creates an instance of this class. More... | |
Static Public Attributes | |
static ModuleKey | className |
Additional Inherited Members | |
Protected Member Functions inherited from Nektar::FieldUtils::Module | |
Module () | |
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 |
This processing module sets up for the boundary field to be extracted.
Definition at line 49 of file ProcessConcatenateFld.h.
Nektar::FieldUtils::ProcessConcatenateFld::ProcessConcatenateFld | ( | FieldSharedPtr | f | ) |
Definition at line 56 of file ProcessConcatenateFld.cpp.
|
virtual |
Definition at line 81 of file ProcessConcatenateFld.cpp.
|
inlinestatic |
Creates an instance of this class.
Definition at line 53 of file ProcessConcatenateFld.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr().
|
inlinevirtual |
Implements Nektar::FieldUtils::Module.
Definition at line 64 of file ProcessConcatenateFld.h.
|
virtual |
Implements Nektar::FieldUtils::Module.
Definition at line 85 of file ProcessConcatenateFld.cpp.
References Nektar::FieldUtils::Module::m_f.
|
static |
Definition at line 57 of file ProcessConcatenateFld.h.