Alsvinn
0.5.3
The fast FVM simulator with UQ support
|
Does no reconstruction, just copies the variables to the new struct. More...
#include <alsfvm/reconstruction/tecno/NoReconstruction.hpp>
Public Member Functions | |
virtual void | performReconstruction (const volume::Volume &leftInput, const volume::Volume &rightInput, size_t direction, volume::Volume &leftOutput, volume::Volume &rightOutput) |
virtual size_t | getNumberOfGhostCells () const |
![]() | |
virtual | ~TecnoReconstruction () |
Does no reconstruction, just copies the variables to the new struct.
|
inlinevirtual |
|
virtual |
Copies the variables to the new arrays.
[in] | leftInput | the left values to use for reconstruction |
[in] | rightInput | the right values to use for reconstruction |
[in] | direction | the direction (0=x, 1=y, 2=y) |
[out] | leftOutput | at the end, should contain reconstructed values |
[out] | rightOutput | at the end, should contain the reconstructed values |
Implements alsfvm::reconstruction::tecno::TecnoReconstruction.