|
Nektar++
|
Abstract base class for processing modules. More...
#include <Module.h>
Public Member Functions | |
| 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) |
Additional Inherited Members | |
Public Attributes inherited from Nektar::FieldUtils::Module | |
| FieldSharedPtr | m_f |
| Field object. More... | |
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 () |
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... | |
|
inline |
|
inline |