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

One entry per eliminated solid-centered cell: packed INNER flat index + the apertures of its (up to 6) faces to FLUID-CENTERED axis neighbours (order: +x,-x,+y,-y,+z,-z; 0 where the neighbour is solid-centered or the face is closed). More...

#include <star_elimination.hpp>

Public Attributes

Kokkos::View< int *, CCMemcell
 
Kokkos::View< float *, CCMema
 

Detailed Description

One entry per eliminated solid-centered cell: packed INNER flat index + the apertures of its (up to 6) faces to FLUID-CENTERED axis neighbours (order: +x,-x,+y,-y,+z,-z; 0 where the neighbour is solid-centered or the face is closed).

D = the stored row sum (> 0 by construction — cells with no open fluid face are not entered).

Definition at line 35 of file star_elimination.hpp.

Member Data Documentation

◆ cell

Kokkos::View<int*, CCMem> peclet::flow::StarOverlay::cell

◆ a

Kokkos::View<float*, CCMem> peclet::flow::StarOverlay::a

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