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
Commits
d21f57ea
Commit
d21f57ea
authored
6 years ago
by
Dominic Kempf
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md after moving the project
parent
58159f09
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-8
11 additions, 8 deletions
README.md
with
11 additions
and
8 deletions
README.md
+
11
−
8
View file @
d21f57ea
# dune-codegen
dune-codegen is an active research project with the goal of
generating high-performance integration kernels for
dune-pdelab
.
generating high-performance integration kernels for
the Dune project
.
**Note**
: Due to the research character of the code things will change
a lot and there is no guarantee for interface stability ;).
It currently provides the following features:
*
Robust generation of integration kernels from the Unified Form Language (UFL) for use with dune-pdelab.
*
Integration of a code generation workflow into the Dune CMake build system
*
Code generation of DG methods exploiting finite element tensor product structure (sum factorization)
*
Code generation for block-structured FEM
[

](https://gitlab.dune-project.org/dominic/dune-codegen/commits/master)
[

](https://gitlab.dune-project.org/extensions/dune-codegen/commits/master)
## Dependencies
dune-codegen depends on the following software packages:
dune-codegen
currently
depends on the following software packages:
*
You need a working
[
dune-pdelab
][
1
]
.
...
...
@@ -27,13 +29,13 @@ dune-codegen depends on the following software packages:
We use several submodules so you should clone with the
`--recursive`
option:
```
git clone --recursive ssh://git@gitlab.dune-project.org:22022/
dominic
/dune-codegen.git
git clone --recursive ssh://git@gitlab.dune-project.org:22022/
extensions
/dune-codegen.git
```
or
```
git clone --recursive https://gitlab.dune-project.org/
dominic
/dune-codegen.git
git clone --recursive https://gitlab.dune-project.org/
extensions
/dune-codegen.git
```
If you have a feature branch
`feature/my-branch`
where you change the
...
...
@@ -101,6 +103,7 @@ make build_tests
ctest
```
Note that this takes quite a while.
## Links
...
...
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