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
3f66040e
Commit
3f66040e
authored
6 months ago
by
Praetorius, Simon
Browse files
Options
Downloads
Patches
Plain Diff
Update version to 2.11
parent
1161c416
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
docs/Doxyfile
+1
-1
1 addition, 1 deletion
docs/Doxyfile
dune.module
+2
-2
2 additions, 2 deletions
dune.module
mkdocs.yml
+1
-1
1 addition, 1 deletion
mkdocs.yml
with
7 additions
and
5 deletions
CHANGELOG.md
+
2
−
0
View file @
3f66040e
## Master (will become release v2.11)
## Release 2.10
### Added
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
3f66040e
cmake_minimum_required
(
VERSION 3.16
)
project
(
amdis LANGUAGES CXX VERSION 2.1
0
)
project
(
amdis LANGUAGES CXX VERSION 2.1
1
)
# find dune-common and set the module path
find_package
(
dune-common REQUIRED
)
...
...
This diff is collapsed.
Click to expand it.
docs/Doxyfile
+
1
−
1
View file @
3f66040e
...
...
@@ -6,7 +6,7 @@
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = AMDiS
PROJECT_NUMBER = 2.1
0
PROJECT_NUMBER = 2.1
1-git
PROJECT_BRIEF = "The Adaptive Multi-Dimensional Simulation Toolbox"
PROJECT_LOGO =
OUTPUT_DIRECTORY =
...
...
This diff is collapsed.
Click to expand it.
dune.module
+
2
−
2
View file @
3f66040e
Module
:
amdis
Version
:
2.1
0
Version
:
2.1
1
-
git
Author
:
Insitute
of
Scientific
Computing
at
TU
-
Dresden
Maintainer
:
simon
.
praetorius
@
tu
-
dresden
.
de
Description
:
The
Adaptive
Multi
-
Dimensional
Simulation
Toolbox
(
AMDiS
),
a
discretization
module
on
top
of
the
Dune
framework
.
Python
-
Requires
:
Depends
:
dune
-
common
(
>=
2.10
)
dune
-
geometry
(
>=
2.10
)
dune
-
localfunctions
(
>=
2.10
)
dune
-
typetree
(
>=
2.10
)
dune
-
grid
(
>=
2.10
)
dune
-
functions
(
>=
2.10
)
dune
-
istl
(
>=
2.10
)
Depends
:
dune
-
common
dune
-
geometry
dune
-
localfunctions
dune
-
typetree
dune
-
grid
dune
-
functions
dune
-
istl
Suggests
:
dune
-
uggrid
dune
-
alugrid
dune
-
foamgrid
dune
-
spgrid
dune
-
vtk
This diff is collapsed.
Click to expand it.
mkdocs.yml
+
1
−
1
View file @
3f66040e
...
...
@@ -4,7 +4,7 @@ site_description: >
discretization module allowing for fast prototyping of PDEs on adaptively refined
grids. It is implemented on top of the Dune framework.
site_author
:
Simon Praetorius <simon.praetorius@tu-dresden.de>
copyright
:
(c) 2018-202
3
Simon Praetorius
copyright
:
(c) 2018-202
4
Simon Praetorius
repo_url
:
https://gitlab.com/amdis/amdis
repo_name
:
GitLab
...
...
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