Skip to content
Snippets Groups Projects
Commit cff80ff3 authored by Tobias Leibner's avatar Tobias Leibner
Browse files

fix headercheck

parent 39994cc8
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ class PointwiseLinearKineticReconstructionOperator
public:
using BoundaryValueType = BoundaryValueImp;
using E = XT::Grid::extract_entity_t<GV>;
using EigenVectorWrapperType = DummyEigenVectorWrapper<LocalVectorType>;
using EigenVectorWrapperType = internal::DummyEigenVectorWrapper<AnalyticalFluxType, LocalVectorType>;
using R = typename BoundaryValueType::R;
static constexpr size_t dimDomain = BoundaryValueType::d;
static constexpr size_t dimRange = BoundaryValueType::r;
......@@ -159,7 +159,6 @@ public:
const auto& grid_view = space_.grid_view();
const auto& index_set = grid_view.indexSet();
std::vector<LocalVectorType> source_values(index_set.size(0));
// Contains the evaluations of exp(alpha^T b(v_i)) at each quadrature point v_i
auto source_func = make_discrete_function(space_, source);
const auto local_source = source_func.local_function();
for (const auto& entity : Dune::elements(grid_view)) {
......
......@@ -23,7 +23,6 @@
#include <dune/gdt/operators/advection-fv-entropybased.hh>
#include <dune/gdt/operators/advection-fv.hh>
#include <dune/gdt/operators/generic.hh>
#include <dune/gdt/operators/reconstruction/linear_nocharacteristiccoords.hh>
#include <dune/gdt/operators/reconstruction/linear_kinetic.hh>
#include <dune/gdt/interpolations/default.hh>
#include <dune/gdt/momentmodels/hessianinverter.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment