Nektar++
|
Converter from fld to pts. More...
#include <OutputPts.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 | m_className |
Additional Inherited Members | |
Protected Member Functions inherited from Nektar::FieldUtils::Module | |
Module () | |
Protected Attributes inherited from Nektar::FieldUtils::OutputModule | |
ofstream | m_fldFile |
Output stream. More... | |
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 |
Converter from fld to pts.
Definition at line 48 of file OutputPts.h.
Nektar::FieldUtils::OutputPts::OutputPts | ( | FieldSharedPtr | f | ) |
Definition at line 52 of file OutputPts.cpp.
|
virtual |
Definition at line 56 of file OutputPts.cpp.
|
inlinestatic |
Creates an instance of this class.
Definition at line 52 of file OutputPts.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr().
|
inlinevirtual |
Implements Nektar::FieldUtils::Module.
Definition at line 64 of file OutputPts.h.
|
virtual |
Write fld to output file.
Implements Nektar::FieldUtils::Module.
Definition at line 60 of file OutputPts.cpp.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr(), CellMLToNektar.enum::answer, Nektar::FieldUtils::Module::m_config, Nektar::FieldUtils::Module::m_f, Nektar::LibUtilities::NullPtsField, Nektar::LibUtilities::ReduceSum, Nektar::LibUtilities::PtsIO::Write(), and CellMLToNektar.CellMLToNektar::writefile().
|
static |
Definition at line 56 of file OutputPts.h.