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
8fcb643f
Commit
8fcb643f
authored
2 years ago
by
Praetorius, Simon
Browse files
Options
Downloads
Patches
Plain Diff
Update version number
parent
72a175a3
No related branches found
No related tags found
No related merge requests found
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
CHANGELOG.md
+12
-1
12 additions, 1 deletion
CHANGELOG.md
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
LICENSE
+1
-1
1 addition, 1 deletion
LICENSE
docs/Doxyfile
+5
-1
5 additions, 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
22 additions
and
7 deletions
CHANGELOG.md
+
12
−
1
View file @
8fcb643f
## Master (will become release v2.9)
## Master (will become release v2.10)
### Added
### Fixed
### Changed
### Removed
## Release 2.9
### Added
### Added
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
8fcb643f
cmake_minimum_required
(
VERSION 3.13
)
cmake_minimum_required
(
VERSION 3.13
)
project
(
amdis LANGUAGES CXX VERSION 2.
9
)
project
(
amdis LANGUAGES CXX VERSION 2.
10
)
# find dune-common and set the module path
# find dune-common and set the module path
find_package
(
dune-common REQUIRED
)
find_package
(
dune-common REQUIRED
)
...
...
This diff is collapsed.
Click to expand it.
LICENSE
+
1
−
1
View file @
8fcb643f
MIT License
MIT License
Copyright (c) 202
2
AMDiS
Copyright (c) 202
3
AMDiS
Permission is hereby granted, free of charge, to any person obtaining a copy
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
of this software and associated documentation files (the "Software"), to deal
...
...
This diff is collapsed.
Click to expand it.
docs/Doxyfile
+
5
−
1
View file @
8fcb643f
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
DOXYFILE_ENCODING = UTF-8
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = AMDiS
PROJECT_NAME = AMDiS
PROJECT_NUMBER =
0.3
PROJECT_NUMBER =
2.10
PROJECT_BRIEF = "The Adaptive Multi-Dimensional Simulation Toolbox"
PROJECT_BRIEF = "The Adaptive Multi-Dimensional Simulation Toolbox"
PROJECT_LOGO =
PROJECT_LOGO =
OUTPUT_DIRECTORY =
OUTPUT_DIRECTORY =
...
@@ -123,9 +123,12 @@ WARN_LOGFILE =
...
@@ -123,9 +123,12 @@ WARN_LOGFILE =
FILE_PATTERNS = *.hpp *.cpp *.md
FILE_PATTERNS = *.hpp *.cpp *.md
INPUT = ../amdis \
INPUT = ../amdis \
../amdis/algorithm \
../amdis/common \
../amdis/common \
../amdis/datatransfers \
../amdis/functions \
../amdis/functions \
../amdis/gridfunctions \
../amdis/gridfunctions \
../amdis/interpolators \
../amdis/io \
../amdis/io \
../amdis/linearalgebra \
../amdis/linearalgebra \
../amdis/linearalgebra/eigen \
../amdis/linearalgebra/eigen \
...
@@ -133,6 +136,7 @@ INPUT = ../amdis \
...
@@ -133,6 +136,7 @@ INPUT = ../amdis \
../amdis/linearalgebra/mtl \
../amdis/linearalgebra/mtl \
../amdis/linearalgebra/petsc \
../amdis/linearalgebra/petsc \
../amdis/localoperators \
../amdis/localoperators \
../amdis/nonlin \
../amdis/operations \
../amdis/operations \
../amdis/typetree \
../amdis/typetree \
../amdis/utility \
../amdis/utility \
...
...
This diff is collapsed.
Click to expand it.
dune.module
+
2
−
2
View file @
8fcb643f
Module
:
amdis
Module
:
amdis
Version
:
2.
9
-
pre
Version
:
2.
10
-
pre
Author
:
Insitute
of
Scientific
Computing
at
TU
-
Dresden
Author
:
Insitute
of
Scientific
Computing
at
TU
-
Dresden
Maintainer
:
simon
.
praetorius
@
tu
-
dresden
.
de
Maintainer
:
simon
.
praetorius
@
tu
-
dresden
.
de
Description
:
The
Adaptive
Multi
-
Dimensional
Simulation
Toolbox
(
AMDiS
),
a
discretization
module
on
top
of
the
Dune
framework
.
Description
:
The
Adaptive
Multi
-
Dimensional
Simulation
Toolbox
(
AMDiS
),
a
discretization
module
on
top
of
the
Dune
framework
.
Python
-
Requires
:
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
)
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
)
Suggests
:
dune
-
uggrid
dune
-
alugrid
dune
-
foamgrid
dune
-
spgrid
dune
-
vtk
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 @
8fcb643f
...
@@ -4,7 +4,7 @@ site_description: >
...
@@ -4,7 +4,7 @@ site_description: >
discretization module allowing for fast prototyping of PDEs on adaptively refined
discretization module allowing for fast prototyping of PDEs on adaptively refined
grids. It is implemented on top of the Dune framework.
grids. It is implemented on top of the Dune framework.
site_author
:
Simon Praetorius <simon.praetorius@tu-dresden.de>
site_author
:
Simon Praetorius <simon.praetorius@tu-dresden.de>
copyright
:
(c) 2018-202
2
Simon Praetorius
copyright
:
(c) 2018-202
3
Simon Praetorius
repo_url
:
https://gitlab.com/amdis/amdis
repo_url
:
https://gitlab.com/amdis/amdis
repo_name
:
GitLab
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