|
flow
Kokkos cut-cell IBM incompressible Navier-Stokes solver + pnm pore extraction
|
#include <cmath>#include <cstdio>#include <Kokkos_Core.hpp>#include <random>#include <vector>#include "cut_cell_ibm.hpp"Go to the source code of this file.
Typedefs | |
| using | DSpace = Kokkos::DefaultExecutionSpace |
Functions | |
| template<int SCHEME> | |
| static int | run (int bc) |
| int | main (int argc, char **argv) |
| using DSpace = Kokkos::DefaultExecutionSpace |
Definition at line 15 of file test_ibm_overlay.cpp.
|
static |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 123 of file test_ibm_overlay.cpp.