The PODVolOctree is the specialized class of PODKernel for VolOctree meshes.
More...
|
| PODVolOctree (MPI_Comm comm=MPI_COMM_WORLD) |
|
| PODVolOctree (PODVolOctree &&other)=default |
|
| ~PODVolOctree () override |
|
| PODKernel (MPI_Comm comm=MPI_COMM_WORLD) |
|
| PODKernel (PODKernel &&other)=default |
|
virtual | ~PODKernel () |
|
void | adaptionAlter (const std::vector< adaption::Info > &info, bool fillInv=true) |
|
void | adaptionCleanUp (const std::vector< adaption::Info > &info) |
|
void | adaptionPrepare (const std::vector< adaption::Info > &info) |
|
void | computeMapper (const VolumeKernel *mesh, bool fillInv=true) |
|
void | evalCellsVolume () |
|
double | getCellVolume (long id) |
|
MPI_Comm | getCommunicator () const |
|
VolumeMapper * | getMapper () |
|
VolumeKernel * | getMesh () |
|
double | getRawCellVolume (long rawIndex) |
|
bool | isCommunicatorSet () const |
|
bool | isMapperDirty () |
|
virtual void | absorbData (std::fstream &, const std::string &, VTKFormat, uint64_t, uint8_t, VTKDataType) |
|
virtual void | flushData (std::fstream &, const std::string &, VTKFormat) |
|
template<typename T > |
void | flushValue (std::fstream &, VTKFormat, const T &value) const |
|
template<typename T > |
void | flushValue (std::fstream &, VTKFormat, const T *values, int nValues) const |
|
The PODVolOctree is the specialized class of PODKernel for VolOctree meshes.
The PODVolOctree is the specialized class of PODKernel for VolOctree meshes.
Definition at line 40 of file pod_voloctree.hpp.
◆ PODVolOctree() [1/2]
bitpit::PODVolOctree::PODVolOctree |
( |
MPI_Comm | comm = MPI_COMM_WORLD | ) |
|
Creates a new PODVolOctree object.
- Parameters
-
[in] | comm | The MPI communicator used by the pod object. MPI_COMM_WORLD is the default value. |
Definition at line 45 of file pod_voloctree.cpp.
◆ ~PODVolOctree()
bitpit::PODVolOctree::~PODVolOctree |
( |
| ) |
|
|
override |
◆ PODVolOctree() [2/2]
Default copy constructor.
- Parameters
-
◆ POD
The documentation for this class was generated from the following files:
---
layout: doxygen_footer
---