Alsvinn  0.5.3
The fast FVM simulator with UQ support
Public Member Functions | List of all members
alsfvm::reconstruction::tecno::NoReconstruction Class Reference

Does no reconstruction, just copies the variables to the new struct. More...

#include <alsfvm/reconstruction/tecno/NoReconstruction.hpp>

Inheritance diagram for alsfvm::reconstruction::tecno::NoReconstruction:
alsfvm::reconstruction::tecno::TecnoReconstruction

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
 
- Public Member Functions inherited from alsfvm::reconstruction::tecno::TecnoReconstruction
virtual ~TecnoReconstruction ()
 

Detailed Description

Does no reconstruction, just copies the variables to the new struct.

Member Function Documentation

◆ getNumberOfGhostCells()

virtual size_t alsfvm::reconstruction::tecno::NoReconstruction::getNumberOfGhostCells ( ) const
inlinevirtual

◆ performReconstruction()

void alsfvm::reconstruction::tecno::NoReconstruction::performReconstruction ( const volume::Volume leftInput,
const volume::Volume rightInput,
size_t  direction,
volume::Volume leftOutput,
volume::Volume rightOutput 
)
virtual

Copies the variables to the new arrays.

Parameters
[in]leftInputthe left values to use for reconstruction
[in]rightInputthe right values to use for reconstruction
[in]directionthe direction (0=x, 1=y, 2=y)
[out]leftOutputat the end, should contain reconstructed values
[out]rightOutputat the end, should contain the reconstructed values

Implements alsfvm::reconstruction::tecno::TecnoReconstruction.


The documentation for this class was generated from the following files: