VirtualFluids 0.2.0
Parallel CFD LBM Solver
Loading...
Searching...
No Matches
axis Namespace Reference

Functions

std::string to_string (Axis axis)
 

Variables

const std::map< Axis, std::array< double, 3 > > unitVectors
 
const std::array< Axis, 3 > allAxes = { Axis::x, Axis::y, Axis::z }
 

Function Documentation

◆ to_string()

std::string axis::to_string ( Axis  axis)

Variable Documentation

◆ allAxes

const std::array<Axis, 3> axis::allAxes = { Axis::x, Axis::y, Axis::z }

Definition at line 56 of file Axis.h.

◆ unitVectors

const std::map<Axis, std::array<double, 3> > axis::unitVectors
Initial value:
{ { x, { 1, 0, 0 } },
{ y, { 0, 1, 0 } },
{ z, { 0, 0, 1 } } }
@ z
Definition Axis.h:44
@ x
Definition Axis.h:42
@ y
Definition Axis.h:43

Definition at line 50 of file Axis.h.