#include <advection.hh>

Public Member Functions | |
| concepts::Real3d | deriv (const Real u) const |
| Returns the derivative's value of the linear advection flux. | |
| Real | deriv (const Real u, const concepts::Real3d &direction) const |
| Returns the derivative's value of the linear advection flux projected on the direction. | |
| concepts::Real3d | flux (const Real u) const |
| Returns the value of the linear advection flux. | |
| Real | flux (const Real u, const concepts::Real3d &direction) const |
| Returns the value of the linear advection flux projected on the given direction. | |
| LinearAdvectionFlux () | |
| Constructor. | |
Private Attributes | |
| const concepts::Real3d | normal_ |
Definition of the linear advection flux
Definition at line 86 of file advection.hh.
| LinearAdvectionFlux::LinearAdvectionFlux | ( | ) | [inline] |
Constructor.
Definition at line 90 of file advection.hh.
| concepts::Real3d LinearAdvectionFlux::deriv | ( | const Real | u | ) | const [inline] |
Returns the derivative's value of the linear advection flux.
| u | Value where the derivative is evaluated |
Definition at line 107 of file advection.hh.
| Real LinearAdvectionFlux::deriv | ( | const Real | u, |
| const concepts::Real3d & | direction | ||
| ) | const [inline] |
Returns the derivative's value of the linear advection flux projected on the direction.
| u | Value where the derivative is evaluated |
| direction | Direction |
Definition at line 114 of file advection.hh.
| concepts::Real3d LinearAdvectionFlux::flux | ( | const Real | u | ) | const [inline] |
Returns the value of the linear advection flux.
| u | Value where the derivative is evaluated |
Definition at line 95 of file advection.hh.
| Real LinearAdvectionFlux::flux | ( | const Real | u, |
| const concepts::Real3d & | direction | ||
| ) | const [inline] |
Returns the value of the linear advection flux projected on the given direction.
| u | Value where the flux is evaluated |
| direction | Direction |
Definition at line 101 of file advection.hh.
const concepts::Real3d LinearAdvectionFlux::normal_ [private] |
Definition at line 118 of file advection.hh.