|
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 "staggered_advection.hpp"Go to the source code of this file.
Typedefs | |
| using | Mem = Kokkos::DefaultExecutionSpace::memory_space |
| using | DView = Kokkos::View< double *, Mem > |
| using | CView = Kokkos::View< const double *, Mem > |
Functions | |
| int | main (int argc, char **argv) |
| using Mem = Kokkos::DefaultExecutionSpace::memory_space |
Definition at line 14 of file test_fou_operator.cpp.
Definition at line 15 of file test_fou_operator.cpp.
Definition at line 16 of file test_fou_operator.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 18 of file test_fou_operator.cpp.
References sadv::advect_fou(), sadv::fou_operator(), and sadv::fou_operator_aniso().