flow
Kokkos cut-cell IBM incompressible Navier-Stokes solver + pnm pore extraction
Loading...
Searching...
No Matches
sadv::ViewAcc Struct Reference

#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
 

Detailed Description

Definition at line 40 of file staggered_advection.hpp.

Member Function Documentation

◆ operator()()

double sadv::ViewAcc::operator() ( int  x,
int  y,
int  z 
) const
inline

Definition at line 43 of file staggered_advection.hpp.

References d, ex, and ey.

Member Data Documentation

◆ d

Kokkos::View<const double*, Kokkos::DefaultExecutionSpace::memory_space> sadv::ViewAcc::d

Definition at line 41 of file staggered_advection.hpp.

Referenced by operator()().

◆ ex

int sadv::ViewAcc::ex

Definition at line 42 of file staggered_advection.hpp.

Referenced by operator()().

◆ ey

int sadv::ViewAcc::ey

Definition at line 42 of file staggered_advection.hpp.

Referenced by operator()().


The documentation for this struct was generated from the following file: