Alsvinn
0.5.3
The fast FVM simulator with UQ support
|
#include <alsfvm/diffusion/NoDiffusion.hpp>
Public Member Functions | |
virtual void | applyDiffusion (volume::Volume &outputVolume, const volume::Volume &conservedVolume) |
virtual size_t | getNumberOfGhostCells () const |
![]() | |
virtual | ~DiffusionOperator () |
Null object for diffusion. Doesn't actually add any diffusion at all.
|
virtual |
Applies numerical diffusion to the outputVolume given the data in conservedVolume.
Implements alsfvm::diffusion::DiffusionOperator.
|
virtual |
Gets the total number of ghost cells this diffusion needs, this is typically governed by reconstruction algorithm.
Implements alsfvm::diffusion::DiffusionOperator.