|
flow
Kokkos cut-cell IBM incompressible Navier-Stokes solver + pnm pore extraction
|
Public Attributes | |
| std::unique_ptr< GridHaloTopology< kDim > > | halo |
| std::unique_ptr< GridHalo< double > > | dev |
| C3 | e |
| C3 | inner |
| C3 | og |
| C3 | ratio {2, 2, 2} |
| C3 | cfac {1, 1, 1} |
| Index | n = 0 |
| long | gCells = 0 |
| CCField | x |
| CCField | rhs |
| CCField | res |
| CCField | ox |
| CCField | oy |
| CCField | oz |
| FPV | AC |
| FPV | AW |
| FPV | AE |
| FPV | AS |
| FPV | AN |
| FPV | AB |
| FPV | AT |
Definition at line 47 of file test_distributed_mg.cpp.
| std::unique_ptr<GridHaloTopology<kDim> > Level::halo |
Definition at line 48 of file test_distributed_mg.cpp.
Referenced by DistMG::init().
| std::unique_ptr<GridHalo<double> > Level::dev |
Definition at line 49 of file test_distributed_mg.cpp.
Referenced by DistMG::init(), DistMG::smooth(), and DistMG::vcycle().
| C3 Level::e |
Definition at line 50 of file test_distributed_mg.cpp.
Referenced by DistMG::init(), main(), DistMG::meanSum(), DistMG::removeMean(), DistMG::smooth(), and DistMG::vcycle().
| C3 Level::inner |
Definition at line 50 of file test_distributed_mg.cpp.
Referenced by DistMG::init(), and DistMG::vcycle().
| C3 Level::og |
Definition at line 50 of file test_distributed_mg.cpp.
Referenced by DistMG::init(), main(), and DistMG::smooth().
| C3 Level::ratio {2, 2, 2} |
Definition at line 50 of file test_distributed_mg.cpp.
Referenced by DistMG::vcycle().
| C3 Level::cfac {1, 1, 1} |
Definition at line 50 of file test_distributed_mg.cpp.
Referenced by DistMG::init().
| Index Level::n = 0 |
Definition at line 51 of file test_distributed_mg.cpp.
Referenced by DistMG::init(), and main().
| long Level::gCells = 0 |
Definition at line 52 of file test_distributed_mg.cpp.
Referenced by DistMG::init(), and DistMG::removeMean().
| CCField Level::x |
Definition at line 53 of file test_distributed_mg.cpp.
Referenced by DistMG::init(), main(), DistMG::smooth(), and DistMG::vcycle().
| CCField Level::rhs |
Definition at line 53 of file test_distributed_mg.cpp.
Referenced by DistMG::init(), DistMG::smooth(), and DistMG::vcycle().
| CCField Level::res |
Definition at line 53 of file test_distributed_mg.cpp.
Referenced by DistMG::init(), and DistMG::vcycle().
| CCField Level::ox |
Definition at line 53 of file test_distributed_mg.cpp.
Referenced by DistMG::init().
| CCField Level::oy |
Definition at line 53 of file test_distributed_mg.cpp.
Referenced by DistMG::init().
| CCField Level::oz |
Definition at line 53 of file test_distributed_mg.cpp.
Referenced by DistMG::init().
| FPV Level::AC |
Definition at line 54 of file test_distributed_mg.cpp.
Referenced by DistMG::init(), DistMG::smooth(), and DistMG::vcycle().
| FPV Level::AW |
Definition at line 54 of file test_distributed_mg.cpp.
Referenced by DistMG::init(), DistMG::smooth(), and DistMG::vcycle().
| FPV Level::AE |
Definition at line 54 of file test_distributed_mg.cpp.
Referenced by DistMG::init(), DistMG::smooth(), and DistMG::vcycle().
| FPV Level::AS |
Definition at line 54 of file test_distributed_mg.cpp.
Referenced by DistMG::init(), DistMG::smooth(), and DistMG::vcycle().
| FPV Level::AN |
Definition at line 54 of file test_distributed_mg.cpp.
Referenced by DistMG::init(), DistMG::smooth(), and DistMG::vcycle().
| FPV Level::AB |
Definition at line 54 of file test_distributed_mg.cpp.
Referenced by DistMG::init(), DistMG::smooth(), and DistMG::vcycle().
| FPV Level::AT |
Definition at line 54 of file test_distributed_mg.cpp.
Referenced by DistMG::init(), DistMG::smooth(), and DistMG::vcycle().