flow
Kokkos cut-cell IBM incompressible Navier-Stokes solver + pnm pore extraction
Loading...
Searching...
No Matches
test_advection.cpp File Reference
#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)
 

Typedef Documentation

◆ Mem

using Mem = Kokkos::DefaultExecutionSpace::memory_space

Definition at line 15 of file test_advection.cpp.

◆ DView

using DView = Kokkos::View<double*, Mem>

Definition at line 16 of file test_advection.cpp.

◆ CView

using CView = Kokkos::View<const double*, Mem>

Definition at line 17 of file test_advection.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 28 of file test_advection.cpp.

References sadv::advect(), and sadv::advect_fou().