| Nektar++
    | 
This processing module determine the number of modes and adds it as an extra-field to the output file. More...
#include <ProcessNumModes.h>
| Public Member Functions | |
| ProcessNumModes (FieldSharedPtr f) | |
| virtual | ~ProcessNumModes () | 
|  Public Member Functions inherited from Nektar::FieldUtils::ProcessModule | |
| ProcessModule () | |
| ProcessModule (FieldSharedPtr p_f) | |
|  Public Member Functions inherited from Nektar::FieldUtils::Module | |
| FIELD_UTILS_EXPORT | Module (FieldSharedPtr p_f) | 
| virtual | ~Module ()=default | 
| void | Process (po::variables_map &vm) | 
| std::string | GetModuleName () | 
| std::string | GetModuleDescription () | 
| const ConfigOption & | GetConfigOption (const std::string &key) const | 
| ModulePriority | GetModulePriority () | 
| 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 | AddFile (std::string fileType, std::string fileName) | 
| 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 | 
| Protected Member Functions | |
| virtual void | v_Process (po::variables_map &vm) override | 
| Write mesh to output file.  More... | |
| virtual std::string | v_GetModuleName () override | 
| virtual std::string | v_GetModuleDescription () override | 
| virtual ModulePriority | v_GetModulePriority () override | 
|  Protected Member Functions inherited from Nektar::FieldUtils::Module | |
| Module () | |
| virtual void | v_Process (po::variables_map &vm) | 
| virtual std::string | v_GetModuleName () | 
| virtual std::string | v_GetModuleDescription () | 
| virtual ModulePriority | v_GetModulePriority () | 
| Additional Inherited Members | |
|  Public Attributes inherited from Nektar::FieldUtils::Module | |
| FieldSharedPtr | m_f | 
| Field object.  More... | |
|  Protected Attributes inherited from Nektar::FieldUtils::Module | |
| std::map< std::string, ConfigOption > | m_config | 
| List of configuration values.  More... | |
| std::set< std::string > | m_allowedFiles | 
| List of allowed file formats.  More... | |
This processing module determine the number of modes and adds it as an extra-field to the output file.
Definition at line 48 of file ProcessNumModes.h.
| Nektar::FieldUtils::ProcessNumModes::ProcessNumModes | ( | FieldSharedPtr | f | ) | 
Definition at line 56 of file ProcessNumModes.cpp.
| 
 | virtual | 
Definition at line 60 of file ProcessNumModes.cpp.
| 
 | inlinestatic | 
Creates an instance of this class.
Definition at line 52 of file ProcessNumModes.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr().
| 
 | inlineoverrideprotectedvirtual | 
Reimplemented from Nektar::FieldUtils::Module.
Definition at line 70 of file ProcessNumModes.h.
| 
 | inlineoverrideprotectedvirtual | 
Reimplemented from Nektar::FieldUtils::Module.
Definition at line 65 of file ProcessNumModes.h.
| 
 | inlineoverrideprotectedvirtual | 
Reimplemented from Nektar::FieldUtils::Module.
Definition at line 75 of file ProcessNumModes.h.
References Nektar::FieldUtils::eModifyExp.
| 
 | overrideprotectedvirtual | 
Write mesh to output file.
Reimplemented from Nektar::FieldUtils::Module.
Definition at line 64 of file ProcessNumModes.cpp.
References Vmath::Fill(), Nektar::FieldUtils::Module::m_f, Nektar::LibUtilities::P, and Vmath::Vcopy().
| 
 | static | 
Definition at line 56 of file ProcessNumModes.h.