Interface class for switching the order of arguments to test the symmetry of Riemann-type interfaces. More...
#include <RiemannArgumentSwitchingInterface.h>
Public Member Functions | |
RiemannArgumentSwitchingInterface (const MooseObject *moose_object) | |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Attributes | |
const bool | _switch_left_and_right |
Switch the left and right arguments? More... | |
Interface class for switching the order of arguments to test the symmetry of Riemann-type interfaces.
This class provides a switch that should be used to determine if left and right states should be switched and the normal reversed.
Definition at line 23 of file RiemannArgumentSwitchingInterface.h.
RiemannArgumentSwitchingInterface::RiemannArgumentSwitchingInterface | ( | const MooseObject * | moose_object | ) |
Definition at line 23 of file RiemannArgumentSwitchingInterface.C.
|
static |
Definition at line 14 of file RiemannArgumentSwitchingInterface.C.
|
protected |
Switch the left and right arguments?
Definition at line 30 of file RiemannArgumentSwitchingInterface.h.