Microflow 3D  v1.0
Collision.cpp File Reference
#include "Collision.h"
Include dependency graph for Collision.cpp:

Go to the source code of this file.

Macros

#define f(x)   (pNode->FQ19[x])
 
#define U   (Vector4.x)
 
#define V   (Vector4.y)
 
#define W   (Vector4.z)
 
#define RHO   (Vector4.rho)
 
#define DirectionVectorComponent_Cx(x)   (m_LatticeParameters_Ptr->DirectionVectorComponent_Cx[x])
 
#define DirectionVectorComponent_Cy(x)   (m_LatticeParameters_Ptr->DirectionVectorComponent_Cy[x])
 
#define DirectionVectorComponent_Cz(x)   (m_LatticeParameters_Ptr->DirectionVectorComponent_Cz[x])
 
#define DirectionWeight_W(x)   (m_LatticeParameters_Ptr->DirectionWeight_W[x])
 

Macro Definition Documentation

◆ DirectionVectorComponent_Cx

#define DirectionVectorComponent_Cx (   x)    (m_LatticeParameters_Ptr->DirectionVectorComponent_Cx[x])

◆ DirectionVectorComponent_Cy

#define DirectionVectorComponent_Cy (   x)    (m_LatticeParameters_Ptr->DirectionVectorComponent_Cy[x])

◆ DirectionVectorComponent_Cz

#define DirectionVectorComponent_Cz (   x)    (m_LatticeParameters_Ptr->DirectionVectorComponent_Cz[x])

◆ DirectionWeight_W

#define DirectionWeight_W (   x)    (m_LatticeParameters_Ptr->DirectionWeight_W[x])

Definition at line 21 of file Collision.cpp.

Referenced by MF::Solver_CPU::Collision::SetCollisionPointerToFunc().

◆ f

#define f (   x)    (pNode->FQ19[x])

Definition at line 13 of file Collision.cpp.

Referenced by MF::Solver_CPU::Collision::SetCollisionPointerToFunc().

◆ RHO

#define RHO   (Vector4.rho)

Definition at line 17 of file Collision.cpp.

Referenced by MF::Solver_CPU::Collision::SetCollisionPointerToFunc().

◆ U

#define U   (Vector4.x)

Definition at line 14 of file Collision.cpp.

Referenced by MF::Solver_CPU::Collision::SetCollisionPointerToFunc().

◆ V

#define V   (Vector4.y)

Definition at line 15 of file Collision.cpp.

Referenced by MF::Solver_CPU::Collision::SetCollisionPointerToFunc().

◆ W

#define W   (Vector4.z)

Definition at line 16 of file Collision.cpp.

Referenced by MF::Solver_CPU::Collision::SetCollisionPointerToFunc().