#include <array>
#include <vector>
#include <type_traits>
Go to the source code of this file.
The face variables class for free flow staggered grid models. Contains all relevant velocities for the assembly of the momentum balance. When the upwindSchemeOrder is set to 2, additional velocities located at Dofs further from the central stencil will be added and used when calculating the advective term. When the order remains at 1, these velocities will not be provided.
Classes | |
struct | Dumux::Detail::InAxisVelocities< Scalar, upwindSchemeOrder > |
struct | Dumux::Detail::InAxisVelocities< Scalar, 1 > |
class | Dumux::StaggeredFaceVariables< FacePrimaryVariables, dim, upwindSchemeOrder > |
The face variables class for free flow staggered grid models. Contains all relevant velocities for the assembly of the momentum balance. When the upwindSchemeOrder is set to 2, additional velocities located at Dofs further from the central stencil will be added and used when calculating the advective term. When the order remains at 1, these velocities will not be provided. More... | |
Namespaces | |
namespace | Dumux |
namespace | Dumux::Detail |