|
flow 0.4.0
Kokkos cut-cell IBM incompressible Navier-Stokes solver + pnm pore extraction
|
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 *, CCMem > | cell |
| Kokkos::View< float *, CCMem > | a |
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.
| Kokkos::View<int*, CCMem> peclet::flow::StarOverlay::cell |
Definition at line 36 of file star_elimination.hpp.
Referenced by peclet::flow::buildStarOverlay(), peclet::flow::starApplyDelta(), peclet::flow::starCorrectFaces(), and peclet::flow::starMakeOverlay().
| Kokkos::View<float*, CCMem> peclet::flow::StarOverlay::a |
Definition at line 37 of file star_elimination.hpp.
Referenced by peclet::flow::buildStarOverlay(), peclet::flow::starApplyDelta(), peclet::flow::starCorrectFaces(), and peclet::flow::starMakeOverlay().