Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-gdt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ag-ohlberger
dune-community
dune-gdt
Commits
cff80ff3
Commit
cff80ff3
authored
5 years ago
by
Tobias Leibner
Browse files
Options
Downloads
Patches
Plain Diff
fix headercheck
parent
39994cc8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dune/gdt/operators/reconstruction/linear_kinetic.hh
+1
-2
1 addition, 2 deletions
dune/gdt/operators/reconstruction/linear_kinetic.hh
dune/gdt/test/entropic-coords-mn-discretization.hh
+0
-1
0 additions, 1 deletion
dune/gdt/test/entropic-coords-mn-discretization.hh
with
1 addition
and
3 deletions
dune/gdt/operators/reconstruction/linear_kinetic.hh
+
1
−
2
View file @
cff80ff3
...
...
@@ -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
))
{
...
...
This diff is collapsed.
Click to expand it.
dune/gdt/test/entropic-coords-mn-discretization.hh
+
0
−
1
View file @
cff80ff3
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment