Nektar++
|
This processing module replaces all expansions by a single plane from 3DH1D fields, defined by the parameter planeid. More...
#include <ProcessHomogeneousPlane.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 replaces all expansions by a single plane from 3DH1D fields, defined by the parameter planeid.
Definition at line 50 of file ProcessHomogeneousPlane.h.
Nektar::FieldUtils::ProcessHomogeneousPlane::ProcessHomogeneousPlane | ( | FieldSharedPtr | f | ) |
Definition at line 57 of file ProcessHomogeneousPlane.cpp.
References Nektar::FieldUtils::Module::m_config.
|
virtual |
Definition at line 65 of file ProcessHomogeneousPlane.cpp.
|
inlinestatic |
Creates an instance of this class.
Definition at line 54 of file ProcessHomogeneousPlane.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr().
|
inlinevirtual |
Implements Nektar::FieldUtils::Module.
Reimplemented in Nektar::FieldUtils::ProcessMeanMode.
Definition at line 66 of file ProcessHomogeneousPlane.h.
|
virtual |
Write mesh to output file.
Implements Nektar::FieldUtils::Module.
Reimplemented in Nektar::FieldUtils::ProcessMeanMode.
Definition at line 69 of file ProcessHomogeneousPlane.cpp.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr(), ASSERTL0, Nektar::FieldUtils::Module::m_config, and Nektar::FieldUtils::Module::m_f.
Referenced by Nektar::FieldUtils::ProcessMeanMode::Process().
|
static |
Definition at line 58 of file ProcessHomogeneousPlane.h.