VirtualFluids 0.2.0
Parallel CFD LBM Solver
Loading...
Searching...
No Matches
vf::gpu::ICellNeigh Struct Reference

stores location of neighboring cell (necessary for refinement into the wall) More...

#include <Calculation.h>

Public Attributes

realx
 
realy
 
realz
 

Detailed Description

stores location of neighboring cell (necessary for refinement into the wall)

Definition at line 84 of file Calculation.h.

Member Data Documentation

◆ x

real* vf::gpu::ICellNeigh::x

Definition at line 86 of file Calculation.h.

◆ y

real* vf::gpu::ICellNeigh::y

Definition at line 87 of file Calculation.h.

◆ z

real* vf::gpu::ICellNeigh::z

Definition at line 88 of file Calculation.h.


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