| 
    Nektar++
    
   | 
 
This processing module calculates the CFL and adds it as an extra-field to the output file. More...
#include <ProcessCFL.h>
Public Member Functions | |
| ProcessCFL (FieldSharedPtr f) | |
| virtual | ~ProcessCFL () | 
| virtual void | Process (po::variables_map &vm) | 
| Write mesh to output file.  More... | |
| virtual std::string | GetModuleName () | 
| virtual std::string | GetModuleDescription () | 
| virtual ModulePriority | GetModulePriority () | 
  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 | 
| const ConfigOption & | GetConfigOption (const std::string &key) const | 
| 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 | |
| void | GetVelocity (Array< OneD, Array< OneD, NekDouble >> &vel, int strip=0) | 
| Array< OneD, NekDouble > | GetMaxStdVelocity (const Array< OneD, Array< OneD, NekDouble >> &vel, int strip=0) | 
  Protected Member Functions inherited from Nektar::FieldUtils::Module | |
| Module () | |
Private Attributes | |
| int | m_spacedim | 
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 calculates the CFL and adds it as an extra-field to the output file.
Definition at line 48 of file ProcessCFL.h.
| Nektar::FieldUtils::ProcessCFL::ProcessCFL | ( | FieldSharedPtr | f | ) | 
Definition at line 58 of file ProcessCFL.cpp.
      
  | 
  virtual | 
Definition at line 62 of file ProcessCFL.cpp.
      
  | 
  inlinestatic | 
Creates an instance of this class.
Definition at line 52 of file ProcessCFL.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr().
      
  | 
  protected | 
Definition at line 188 of file ProcessCFL.cpp.
References Nektar::SpatialDomains::eDeformed, Nektar::FieldUtils::Module::m_f, tinysimd::sqrt(), Vmath::Svtvp(), Vmath::Vmax(), Vmath::Vmul(), Vmath::Vvtvp(), and Vmath::Zero().
Referenced by Process().
      
  | 
  inlinevirtual | 
Reimplemented from Nektar::FieldUtils::Module.
Definition at line 69 of file ProcessCFL.h.
      
  | 
  inlinevirtual | 
Implements Nektar::FieldUtils::Module.
Definition at line 64 of file ProcessCFL.h.
      
  | 
  inlinevirtual | 
Implements Nektar::FieldUtils::Module.
Definition at line 75 of file ProcessCFL.h.
References Nektar::FieldUtils::eModifyExp.
      
  | 
  protected | 
Definition at line 153 of file ProcessCFL.cpp.
References ASSERTL0, Nektar::FieldUtils::Module::m_f, and Vmath::Vcopy().
Referenced by Process().
      
  | 
  virtual | 
Write mesh to output file.
Implements Nektar::FieldUtils::Module.
Definition at line 66 of file ProcessCFL.cpp.
References ASSERTL0, Vmath::Fill(), GetMaxStdVelocity(), GetVelocity(), Nektar::FieldUtils::Module::m_f, m_spacedim, and Vmath::Vcopy().
      
  | 
  static | 
Definition at line 56 of file ProcessCFL.h.
      
  | 
  private | 
Definition at line 86 of file ProcessCFL.h.
Referenced by Process().