Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Classes | Namespaces | Functions
boundary_condition/ReflectiveBoundary.hpp File Reference
#include "fub/State.hpp"
#include "fub/ext/Eigen.hpp"

Go to the source code of this file.

Classes

class  fub::ReflectiveBoundary< Equation >
 

Namespaces

 fub
 The fub namespace.
 

Functions

Index< 1 > fub::ReflectIndex (Index< 1 > i, const IndexBox< 1 > &domain, Direction dir, int side)
 
Index< 2 > fub::ReflectIndex (Index< 2 > i, const IndexBox< 2 > &domain, Direction dir, int side)
 
Index< 3 > fub::ReflectIndex (Index< 3 > i, const IndexBox< 3 > &domain, Direction dir, int side)