Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Classes | Namespaces | Enumerations
Direction.hpp File Reference
#include <cstddef>

Go to the source code of this file.

Classes

struct  fub::Location
 

Namespaces

 fub
 The fub namespace.
 

Enumerations

enum class  fub::Direction : std::size_t { fub::X , fub::Y , fub::Z }
 This is a type safe type to denote a dimensional split direction. More...
 
enum class  fub::Side : int { fub::Lower , fub::Upper }
 This is a type safe type to denote a side. More...