|
Nektar++
|
This processing module calculates the vorticity and adds it as an extra-field to the output file. More...
#include <ProcessNumModes.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 calculates the vorticity and adds it as an extra-field to the output file.
Definition at line 49 of file ProcessNumModes.h.
| Nektar::FieldUtils::ProcessNumModes::ProcessNumModes | ( | FieldSharedPtr | f | ) |
Definition at line 57 of file ProcessNumModes.cpp.
|
virtual |
Definition at line 61 of file ProcessNumModes.cpp.
|
inlinestatic |
Creates an instance of this class.
Definition at line 53 of file ProcessNumModes.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr().
|
inlinevirtual |
Implements Nektar::FieldUtils::Module.
Definition at line 65 of file ProcessNumModes.h.
|
virtual |
Write mesh to output file.
Implements Nektar::FieldUtils::Module.
Definition at line 65 of file ProcessNumModes.cpp.
References Vmath::Fill(), Nektar::iterator, Nektar::FieldUtils::Module::m_f, class_topology::P, and Vmath::Vcopy().
|
static |
Definition at line 57 of file ProcessNumModes.h.
1.8.8