|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
mapping the grid of grid generator to data structure for simulation More...
#include <GridGenerator.h>
Friends | |
| class | GridGeneratorTests_initalValuesDomainDecompostion |
mapping the grid of grid generator to data structure for simulation
of GridProvider
Definition at line 60 of file GridGenerator.h.
| vf::gpu::GridGenerator::GridGenerator | ( | std::shared_ptr< GridBuilder > | builder, |
| std::shared_ptr< Parameter > | para, | ||
| std::shared_ptr< CudaMemoryManager > | cudaMemoryManager, | ||
| vf::parallel::Communicator & | communicator | ||
| ) |
Definition at line 64 of file GridGenerator.cpp.
|
overridedefault |
|
overridevirtual |
allocates and initialized the sub-grid distances at the boundary conditions
Implements vf::gpu::GridProvider.
Reimplemented in MockGridGenerator.
Definition at line 829 of file GridGenerator.cpp.
|
overridevirtual |
allocates and initialized the values at the boundary conditions
Implements vf::gpu::GridProvider.
Reimplemented in MockGridGenerator.
Definition at line 366 of file GridGenerator.cpp.
|
overridevirtual |
allocates and initialized the data structures for Coordinates and node types
Implements vf::gpu::GridProvider.
Reimplemented in MockGridGenerator.
Definition at line 102 of file GridGenerator.cpp.
|
overridevirtual |
Implements vf::gpu::GridProvider.
Reimplemented in MockGridGenerator.
Definition at line 983 of file GridGenerator.cpp.
|
overridevirtual |
Implements vf::gpu::GridProvider.
Definition at line 177 of file GridGenerator.cpp.
|
overridevirtual |
Implements vf::gpu::GridProvider.
Reimplemented in MockGridGenerator.
Definition at line 82 of file GridGenerator.cpp.
|
overridevirtual |
Implements vf::gpu::GridProvider.
Definition at line 1066 of file GridGenerator.cpp.
|
overridevirtual |
Implements vf::gpu::GridProvider.
Reimplemented in MockGridGenerator.
Definition at line 1042 of file GridGenerator.cpp.
|
overridevirtual |
Implements vf::gpu::GridProvider.
Definition at line 1029 of file GridGenerator.cpp.
| void vf::gpu::GridGenerator::setIndexRearrangementForStreams | ( | std::unique_ptr< IndexRearrangementForStreams > && | indexRearrangement | ) |
overwrites the default IndexRearrangementForStreams
Definition at line 77 of file GridGenerator.cpp.
|
overridevirtual |
Implements vf::gpu::GridProvider.
Definition at line 260 of file GridGenerator.cpp.
|
overridevirtual |
Implements vf::gpu::GridProvider.
Definition at line 237 of file GridGenerator.cpp.
Definition at line 168 of file GridGenerator.h.