Nektar++
|
This processing module stretches the homogeneous direction of a 3DH1D expansion by an integer factor. More...
#include <ProcessHomogeneousStretch.h>
Public Member Functions | |
ProcessHomogeneousStretch (FieldSharedPtr f) | |
virtual | ~ProcessHomogeneousStretch () |
virtual void | Process (po::variables_map &vm) |
Write mesh to output file. More... | |
virtual std::string | GetModuleName () |
virtual std::string | GetModuleDescription () |
virtual ModulePriority | GetModulePriority () |
![]() | |
ProcessModule () | |
ProcessModule (FieldSharedPtr p_f) | |
![]() | |
FIELD_UTILS_EXPORT | Module (FieldSharedPtr p_f) |
FIELD_UTILS_EXPORT void | RegisterConfig (std::string key, std::string value="") |
Register a configuration option with a module. More... | |
FIELD_UTILS_EXPORT void | PrintConfig () |
Print out all configuration options for a module. More... | |
FIELD_UTILS_EXPORT void | SetDefaults () |
Sets default configuration options for those which have not been set. More... | |
FIELD_UTILS_EXPORT void | EvaluateTriFieldAtEquiSpacedPts (LocalRegions::ExpansionSharedPtr &exp, const Array< OneD, const NekDouble > &infield, Array< OneD, NekDouble > &outfield) |
Static Public Member Functions | |
static std::shared_ptr< Module > | create (FieldSharedPtr f) |
Creates an instance of this class. More... | |
Static Public Attributes | |
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 stretches the homogeneous direction of a 3DH1D expansion by an integer factor.
Definition at line 49 of file ProcessHomogeneousStretch.h.
Nektar::FieldUtils::ProcessHomogeneousStretch::ProcessHomogeneousStretch | ( | FieldSharedPtr | f | ) |
Definition at line 60 of file ProcessHomogeneousStretch.cpp.
References Nektar::FieldUtils::Module::m_config.
|
virtual |
Definition at line 67 of file ProcessHomogeneousStretch.cpp.
|
inlinestatic |
Creates an instance of this class.
Definition at line 53 of file ProcessHomogeneousStretch.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr().
|
inlinevirtual |
Reimplemented from Nektar::FieldUtils::Module.
Definition at line 70 of file ProcessHomogeneousStretch.h.
|
inlinevirtual |
Implements Nektar::FieldUtils::Module.
Definition at line 65 of file ProcessHomogeneousStretch.h.
|
inlinevirtual |
Implements Nektar::FieldUtils::Module.
Definition at line 75 of file ProcessHomogeneousStretch.h.
References Nektar::FieldUtils::eModifyExp.
|
virtual |
Write mesh to output file.
Implements Nektar::FieldUtils::Module.
Definition at line 71 of file ProcessHomogeneousStretch.cpp.
References ASSERTL0, Nektar::FieldUtils::Module::m_config, Nektar::FieldUtils::Module::m_f, CellMLToNektar.cellml_metadata::p, Vmath::Vcopy(), and Vmath::Zero().
|
static |
Definition at line 57 of file ProcessHomogeneousStretch.h.