31#ifndef BOUNDCONDNULLFLUX_H
32#define BOUNDCONDNULLFLUX_H
Definition BoundCondNullFlux.h:39
virtual ~BoundCondNullflux()
Definition BoundCondNullFlux.cpp:50
virtual int whoAmI() const
Definition BoundCondNullFlux.h:48
virtual void createBoundary(TypeMeshContainer< CellInterface * > &cellInterfaces)
Definition BoundCondNullFlux.cpp:54
virtual void creerCellInterfaceChild()
Definition BoundCondNullFlux.cpp:70
virtual void solveRiemannBoundary(Cell &, const double &, double &)
Definition BoundCondNullFlux.cpp:61
Definition BoundCond.h:41
Base class for a mesh cell.
Definition Cell.h:59
Abstract class for source terms.
Definition Source.h:43