|
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.
Classes | |
| struct | HostAcc |
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 15 of file test_advection.cpp.
Definition at line 16 of file test_advection.cpp.
Definition at line 17 of file test_advection.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 28 of file test_advection.cpp.
References sadv::advect(), and sadv::advect_fou().