Nektar++
|
This processing module replaces all expansions by the mean mode from 3DH1D fields. More...
#include <ProcessMeanMode.h>
Static Public Member Functions | |
static std::shared_ptr< Module > | create (FieldSharedPtr f) |
Creates an instance of this class. More... | |
![]() | |
static std::shared_ptr< Module > | create (FieldSharedPtr f) |
Creates an instance of this class. More... | |
Static Public Attributes | |
static ModuleKey | className |
![]() | |
static ModuleKey | className |
Additional Inherited Members | |
![]() | |
Module () | |
![]() | |
FieldSharedPtr | m_f |
Field object. More... | |
std::map< std::string, ConfigOption > | m_config |
List of configuration values. More... | |
This processing module replaces all expansions by the mean mode from 3DH1D fields.
Definition at line 49 of file ProcessMeanMode.h.
Nektar::FieldUtils::ProcessMeanMode::ProcessMeanMode | ( | FieldSharedPtr | f | ) |
Definition at line 54 of file ProcessMeanMode.cpp.
|
virtual |
Definition at line 58 of file ProcessMeanMode.cpp.
|
inlinestatic |
Creates an instance of this class.
Definition at line 53 of file ProcessMeanMode.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr().
|
inlinevirtual |
Reimplemented from Nektar::FieldUtils::ProcessHomogeneousPlane.
Definition at line 70 of file ProcessMeanMode.h.
|
inlinevirtual |
Reimplemented from Nektar::FieldUtils::ProcessHomogeneousPlane.
Definition at line 65 of file ProcessMeanMode.h.
|
inlinevirtual |
Reimplemented from Nektar::FieldUtils::ProcessHomogeneousPlane.
Definition at line 75 of file ProcessMeanMode.h.
References Nektar::FieldUtils::eModifyExp.
|
virtual |
Write mesh to output file.
Reimplemented from Nektar::FieldUtils::ProcessHomogeneousPlane.
Definition at line 62 of file ProcessMeanMode.cpp.
References Nektar::FieldUtils::ProcessHomogeneousPlane::Process(), and Nektar::FieldUtils::Module::RegisterConfig().
|
static |
Definition at line 57 of file ProcessMeanMode.h.