Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dune-fem-dg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
dune-fem
dune-fem-dg
Merge requests
!14
Feature/add python bindings
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/add python bindings
feature/addPythonBindings
into
master
Overview
0
Commits
11
Pipelines
16
Changes
14
Merged
Andreas Dedner
requested to merge
feature/addPythonBindings
into
master
5 years ago
Overview
0
Commits
11
Pipelines
16
Changes
14
Expand
0
0
Merge request reports
Compare
master
version 14
0f0f46a5
5 years ago
version 13
9ca53443
5 years ago
version 12
27bd4baf
5 years ago
version 11
f2957306
5 years ago
version 10
35e8c5c4
5 years ago
version 9
50e6e0cf
5 years ago
version 8
1fdd765e
5 years ago
version 7
879bb930
5 years ago
version 6
67f5967c
5 years ago
version 5
66b9dd6c
5 years ago
version 4
2c4d28ef
5 years ago
version 3
ce3ceab8
5 years ago
version 2
86deff11
5 years ago
version 1
a8d42cb2
5 years ago
master (base)
and
latest version
latest version
bc6c4ec0
11 commits,
5 years ago
version 14
0f0f46a5
10 commits,
5 years ago
version 13
9ca53443
14 commits,
5 years ago
version 12
27bd4baf
14 commits,
5 years ago
version 11
f2957306
13 commits,
5 years ago
version 10
35e8c5c4
12 commits,
5 years ago
version 9
50e6e0cf
11 commits,
5 years ago
version 8
1fdd765e
10 commits,
5 years ago
version 7
879bb930
9 commits,
5 years ago
version 6
67f5967c
8 commits,
5 years ago
version 5
66b9dd6c
7 commits,
5 years ago
version 4
2c4d28ef
5 commits,
5 years ago
version 3
ce3ceab8
4 commits,
5 years ago
version 2
86deff11
3 commits,
5 years ago
version 1
a8d42cb2
2 commits,
5 years ago
14 files
+
233
−
198
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
dune/fem-dg/models/modelwrapper.hh
+
0
−
2
Options
@@ -14,9 +14,7 @@
#include
<dune/fem/misc/boundaryidprovider.hh>
#include
<dune/fem/space/common/functionspace.hh>
#if HAVE_DUNE_PYTHON
#include
<dune/fem/schemes/diffusionmodel.hh>
#endif
// fem-dg includes
#include
<dune/fem-dg/models/defaultmodel.hh>
Loading