#include <unordered_map>
#include <set>
#include <utility>
#include "VRDefines.hpp"
#include "VRSettings.hpp"
#include "Geom/BaseFunction.hpp"
#include "Geom/DiffTensors.hpp"
#include "FiniteVolume.hpp"
Go to the source code of this file.
|
| namespace | DNDS |
| | the host side operators are provided as implemented
|
| |
| namespace | DNDS::CFV |
| |
|
| template<int dim, int powV = 1, class TDiffI , class TDiffJ > |
| void | DNDS::CFV::AccumulateDiffOrderContributions (const Eigen::MatrixBase< TDiffI > &DiffI, const Eigen::MatrixBase< TDiffJ > &DiffJ, MatrixXR &Conj, const Eigen::Vector< real, Eigen::Dynamic > &wgd, int cnDiffs, real faceL) |
| | Accumulates the weighted diff-order tensor inner product into Conj across all polynomial orders present in the given diff vectors.
|
| |
◆ DNDS_VARIATIONALRECONSTRUCTION_LIMITERPROCEDURE_INS_EXTERN
| #define DNDS_VARIATIONALRECONSTRUCTION_LIMITERPROCEDURE_INS_EXTERN |
( |
|
dim, |
|
|
|
nVarsFixed, |
|
|
|
ext |
|
) |
| |
◆ DNDS_VARIATIONALRECONSTRUCTION_RECONSTRUCTION_INS_EXTERN
| #define DNDS_VARIATIONALRECONSTRUCTION_RECONSTRUCTION_INS_EXTERN |
( |
|
dim, |
|
|
|
nVarsFixed, |
|
|
|
ext |
|
) |
| |