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().
| std::pair<Real, Real> FVAdvectedInterpolationMethod::AdvectedSystemContribution::weights_matrix |
Definition at line 28 of file FVAdvectedInterpolationMethod.h.
Referenced by FVAdvectedMinmodWeightBased::advectedInterpolate(), FVAdvectedVanLeerWeightBased::advectedInterpolate(), FVAdvectedVenkatakrishnanDeferredCorrection::advectedInterpolate(), FVAdvectedUpwind::advectedInterpolate(), FVGeometricAverage::advectedInterpolate(), LinearFVAdvection::computeElemMatrixContribution(), and LinearFVAdvection::computeNeighborMatrixContribution().