Matrix/RHS contribution for an advected face interpolation. More...
#include <FVAdvectedInterpolationMethod.h>
Public Attributes | |
| std::pair< Real, Real > | weights_matrix |
| Real | rhs_face_value = 0.0 |
Matrix/RHS contribution for an advected face interpolation.
Definition at line 26 of file FVAdvectedInterpolationMethod.h.
| Real FVAdvectedInterpolationMethod::AdvectedSystemContribution::rhs_face_value = 0.0 |
Definition at line 29 of file FVAdvectedInterpolationMethod.h.
Referenced by LinearFVAdvection::computeElemRightHandSideContribution(), and LinearFVAdvection::computeNeighborRightHandSideContribution().
Definition at line 28 of file FVAdvectedInterpolationMethod.h.
Referenced by FVAdvectedUpwind::advectedInterpolate(), FVAdvectedMinmodWeightBased::advectedInterpolate(), FVAdvectedVanLeerWeightBased::advectedInterpolate(), FVGeometricAverage::advectedInterpolate(), FVAdvectedVenkatakrishnanDeferredCorrection::advectedInterpolate(), LinearFVAdvection::computeElemMatrixContribution(), and LinearFVAdvection::computeNeighborMatrixContribution().
1.8.14