|
flow
Kokkos cut-cell IBM incompressible Navier-Stokes solver + pnm pore extraction
|
#include <staggered_advection.hpp>
Public Member Functions | |
| double | operator() (int x, int y, int z) const |
Public Attributes | |
| Kokkos::View< const double *, Kokkos::DefaultExecutionSpace::memory_space > | d |
| int | ex |
| int | ey |
Definition at line 40 of file staggered_advection.hpp.
|
inline |
Definition at line 43 of file staggered_advection.hpp.
| Kokkos::View<const double*, Kokkos::DefaultExecutionSpace::memory_space> sadv::ViewAcc::d |
Definition at line 41 of file staggered_advection.hpp.
Referenced by operator()().
| int sadv::ViewAcc::ex |
Definition at line 42 of file staggered_advection.hpp.
Referenced by operator()().
| int sadv::ViewAcc::ey |
Definition at line 42 of file staggered_advection.hpp.
Referenced by operator()().