Microflow 3D  v1.0
LatticeParametersD3Q19.h File Reference
#include <memory>
Include dependency graph for LatticeParametersD3Q19.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  MF::GU::LatticeParametersD3Q19
 A class that stores the parameters characteristic for the D3Q19 lattice. More...
 

Namespaces

 MF
 
 MF::GU
 

Macros

#define MFQ19   (19)
 Number of lattice directions D3Q19. More...
 
#define MFQ27   (27)
 Number of lattice directions D3Q27. More...
 
#define MFQ19_H   ((MFQ19 - 1) / 2)
 Number of elements (linked directions) in propagation table for one node. More...
 

Macro Definition Documentation

◆ MFQ19

◆ MFQ19_H

#define MFQ19_H   ((MFQ19 - 1) / 2)

Number of elements (linked directions) in propagation table for one node.

Definition at line 16 of file LatticeParametersD3Q19.h.

Referenced by MF::Database::Thread::DoPropagation(), MF::Database::Thread::getLinkedNodePointer(), and MF::Database::AutoThreading::GridThreading().

◆ MFQ27

#define MFQ27   (27)

Number of lattice directions D3Q27.

Definition at line 15 of file LatticeParametersD3Q19.h.

Referenced by MF::GU::LatticeParametersD3Q19::find_f(), and MF::GU::PropagationD3Q19::PropagationTest().