|
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 "mac_stencils.hpp"Go to the source code of this file.
Functions | |
| static long | l3 (int x, int y, int z, I3 e) |
| int | main (int argc, char **argv) |
|
static |
Definition at line 16 of file test_stencils.cpp.
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 20 of file test_stencils.cpp.
References peclet::flow::divergence(), l3(), and peclet::flow::poisSweep().