|
flow
Kokkos cut-cell IBM incompressible Navier-Stokes solver + pnm pore extraction
|
#include <mpi.h>#include <cmath>#include <cstdio>#include <Kokkos_Core.hpp>#include "mac_cutcell_mg.hpp"#include "peclet/core/common/types.hpp"#include "peclet/core/decomp/block_decomposer.hpp"#include "peclet/core/halo/grid_halo_topology.hpp"Go to the source code of this file.
Functions | |
| static double | source (int gx, int gy, int gz, IVec< 3 > gs) |
| static void | fillSource (CCField b, C3 ext, C3 og, IVec< 3 > gs) |
| int | main (int argc, char **argv) |
Variables | |
| static constexpr int | G = 1 |
| static constexpr int | NLEV = 4 |
|
static |
Definition at line 34 of file test_cutcellmg_mpi.cpp.
Referenced by fillSource().
Definition at line 40 of file test_cutcellmg_mpi.cpp.
References G, source(), peclet::flow::C3::x, peclet::flow::C3::y, and peclet::flow::C3::z.
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 52 of file test_cutcellmg_mpi.cpp.
References fillSource(), G, peclet::flow::CutcellMG::level(), NLEV, peclet::flow::CutcellMG::setOpenness(), and peclet::flow::CutcellMG::solvePCG().
|
staticconstexpr |
Definition at line 33 of file test_cutcellmg_mpi.cpp.
Referenced by fillSource(), initTG(), and main().
|
static |
Definition at line 33 of file test_cutcellmg_mpi.cpp.
Referenced by main().