Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
amdis-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
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
amdis
amdis-core
Commits
b2d73c11
Commit
b2d73c11
authored
3 years ago
by
Praetorius, Simon
Browse files
Options
Downloads
Patches
Plain Diff
Set version 2.9
parent
e7b9adc5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
.gitlab-ci.yml
+0
-12
0 additions, 12 deletions
.gitlab-ci.yml
CHANGELOG.md
+3
-1
3 additions, 1 deletion
CHANGELOG.md
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
LICENSE
+1
-1
1 addition, 1 deletion
LICENSE
amdis.pc.in
+2
-2
2 additions, 2 deletions
amdis.pc.in
dune.module
+5
-6
5 additions, 6 deletions
dune.module
with
12 additions
and
23 deletions
.gitlab-ci.yml
+
0
−
12
View file @
b2d73c11
...
...
@@ -3,18 +3,6 @@ variables:
GIT_SUBMODULE_STRATEGY
:
recursive
DUNECI_PARALLEL
:
2
dune-2.6
:
image
:
registry.dune-project.org/docker/ci/dune:2.6-debian-10-gcc-8-17
script
:
-
duneci-standard-test
-
dunecontrol --current make -j2 examples
dune-2.7
:
image
:
registry.dune-project.org/docker/ci/dune:2.7-debian-10-gcc-8-17
script
:
-
duneci-standard-test
-
dunecontrol --current make -j2 examples
dune-git-clang
:
image
:
registry.dune-project.org/docker/ci/dune:git-debian-10-clang-7-libcpp-17
script
:
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
3
−
1
View file @
b2d73c11
## Master (will become release v0.4)
## Master (will become release v2.9)
## Release 2.8
-
Restructuring of local operators. Introduce (global)
`Operator`
class and use type-erasure
for the storage of
`LocalOperator`
s in the operator list. In the
`GridFunctionLocalOperator`
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
b2d73c11
cmake_minimum_required
(
VERSION 3.13
)
project
(
amdis LANGUAGES CXX VERSION
0.3
)
project
(
amdis LANGUAGES CXX VERSION
2.9
)
# find dune-common and set the module path
find_package
(
dune-common REQUIRED
)
...
...
This diff is collapsed.
Click to expand it.
LICENSE
+
1
−
1
View file @
b2d73c11
The MIT License (MIT)
Copyright (c) 2016-202
0
Simon Praetorius
Copyright (c) 2016-202
1
Simon Praetorius
2019-2020 Felix Müller
Permission is hereby granted, free of charge, to any person obtaining a copy
...
...
This diff is collapsed.
Click to expand it.
amdis.pc.in
+
2
−
2
View file @
b2d73c11
...
...
@@ -8,8 +8,8 @@ DEPENDENCIES=@REQUIRES@
Name: @PACKAGE_NAME@
Version: @VERSION@
Description:
AMDiS dune-module
URL: https://gitlab.
mn.tu-dresden.de
/amdis/amdis
-core
Description:
The Adaptive Multi-Dimensional Simulation Toolbox (AMDiS)
URL: https://gitlab.
com
/amdis/amdis
Requires: dune-common dune-geometry dune-localfunctions dune-typetree dune-grid dune-functions
Suggests: dune-uggrid dune-alugrid dune-foamgrid dune-spgrid dune-ist
Libs: -L${libdir}
...
...
This diff is collapsed.
Click to expand it.
dune.module
+
5
−
6
View file @
b2d73c11
################################
# Dune module information file #
################################
Module
:
amdis
Version
:
0.3
Version
:
2.9
-
pre
Author
:
Insitute
of
Scientific
Computing
at
TU
-
Dresden
Maintainer
:
simon
.
praetorius
@
tu
-
dresden
.
de
Depends
:
dune
-
common
(
>=
2.6
)
dune
-
geometry
(
>=
2.6
)
dune
-
localfunctions
(
>=
2.6
)
dune
-
typetree
(
>=
2.6
)
dune
-
grid
(
>=
2.6
)
dune
-
functions
(
>=
2.6
)
dune
-
istl
(
>=
2.6
)
Description
:
The
Adaptive
Multi
-
Dimensional
Simulation
Toolbox
(
AMDiS
),
a
discretization
module
on
top
of
the
Dune
framework
.
Python
-
Requires
:
Depends
:
dune
-
common
(
>=
2.9
)
dune
-
geometry
(
>=
2.9
)
dune
-
localfunctions
(
>=
2.9
)
dune
-
typetree
(
>=
2.9
)
dune
-
grid
(
>=
2.9
)
dune
-
functions
(
>=
2.9
)
dune
-
istl
(
>=
2.9
)
Suggests
:
dune
-
uggrid
dune
-
alugrid
dune
-
foamgrid
dune
-
spgrid
dune
-
vtk
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