31#ifndef BOUNDCONDNONREFLECTING_H
32#define BOUNDCONDNONREFLECTING_H
BoundCondNonReflecting BoundCondDefaut
Definition BoundCondNonReflecting.cpp:33
Definition BoundCondNonReflecting.h:37
virtual void creerCellInterfaceChild()
Definition BoundCondNonReflecting.cpp:78
virtual ~BoundCondNonReflecting()
Definition BoundCondNonReflecting.cpp:51
virtual void solveRiemannTransportBoundary(Cell &cellLeft) const
Definition BoundCondNonReflecting.cpp:69
virtual int whoAmI() const
Definition BoundCondNonReflecting.h:48
BoundCondNonReflecting()
Definition BoundCondNonReflecting.cpp:37
virtual void solveRiemannBoundary(Cell &cellLeft, const double &dxLeft, double &dtMax)
Definition BoundCondNonReflecting.cpp:62
virtual void createBoundary(TypeMeshContainer< CellInterface * > &cellInterfaces)
Definition BoundCondNonReflecting.cpp:55
Definition BoundCond.h:41
Base class for a mesh cell.
Definition Cell.h:59
Abstract class for source terms.
Definition Source.h:43