Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-codegen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Christian Heinigk
dune-codegen
Graph
1f995eb67e1d5ae40f0464e8d7c77005c1be4f5d
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
19
Jan
18
17
16
15
12
10
9
8
5
4
3
11
Dec
8
7
6
4
1
30
Nov
29
28
24
23
22
21
20
9
30
Oct
25
12
11
10
9
6
5
4
2
28
Sep
25
22
21
20
15
13
8
7
6
5
1
31
Aug
30
29
28
25
24
23
18
17
9
8
7
31
Jul
26
25
24
21
20
19
18
14
13
12
11
10
7
6
5
3
27
Jun
20
19
6
26
May
25
23
16
15
3
2
28
Apr
27
26
25
24
20
19
18
13
12
11
10
7
6
5
4
3
31
Mar
replaces alias with corresponding vector, adds needed vector instructions
let loopy handle the coefficient gradient so that it can be vectorized
fixes blockstructured basis shape
Run Navier Stokes test in parallel
reverts iname order to be consistent with definition of array alias
use plain array while creating the kernel, not afterwards in the vectorization
adds option for vectorization
Remove old executables
Solve some issues due to rebasing
Merge branch 'feature/small-fix' into 'master'
[skip ci] Small fix regarding floating point type consistency
Small bugfix
Remove old example 'dgstokes'
Cleanup handwritten example
Fix driver generation for taylor green vortex
Add documentation
Bugfix
Periodic case is doing something useful!
[WIP] More improvements and pressure normalization
[WIP] Get rho and mu from ini file
[WIP] Do not write vtk in every step
[WIP] Taylor green still broken but exactly like generated code
[WIP] Improve handwriten taylor green vortex (still not working)
[WIP] pdelab taylor green vortex example (not yet working)
Fix some small bugs
Add modified example from howto to test generated code
Add navier-stoke tests mimicing pdelab-howto
Add navier-stokes tests
Merge branch 'feature/remove-interactive-mode' into 'master'
Remove interactive mode
Merge branch 'feature/fixes-for-hyperbolic-stuff' into 'master'
fix pep8
[skip ci] Remove debug left overs
dirichlet_expression -> interpolate_expression
Adjust visitor to allow sums/conditionals of expressions of arbitrary shape
Fix CompositeGridFunctionSpaces with 1 child
use plain array alias for the coefficient and residual vectors
adjusts evaluate_coefficient* to changes in get_pymbolic_indices and nested basis loops
uses nested indices for basis functions, i.e. phi[ix+2*iy]
get_pymbolic_indices can handle sums and products as indices, i.e. a[i+3*j]
Loading