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
93724b6c
Commit
93724b6c
authored
6 years ago
by
Praetorius, Simon
Browse files
Options
Downloads
Patches
Plain Diff
prepare for release 0.2
parent
03c8bf81
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
Releases/0.2
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
LICENSE
+2
-2
2 additions, 2 deletions
LICENSE
amdis.pc.in
+2
-2
2 additions, 2 deletions
amdis.pc.in
bin/amdisproject
+3
-6
3 additions, 6 deletions
bin/amdisproject
dune.module
+2
-2
2 additions, 2 deletions
dune.module
with
10 additions
and
13 deletions
CMakeLists.txt
+
1
−
1
View file @
93724b6c
cmake_minimum_required
(
VERSION 3.1
)
project
(
amdis CXX
)
project
(
amdis CXX
VERSION 0.2
)
#find dune-common and set the module path
find_package
(
dune-common REQUIRED
)
...
...
This diff is collapsed.
Click to expand it.
LICENSE
+
2
−
2
View file @
93724b6c
The MIT License (MIT)
Copyright (c) 2016-201
8
Simon Praetorius
201
8
Felix Müller
Copyright (c) 2016-201
9
Simon Praetorius
201
9
Felix Müller
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
This diff is collapsed.
Click to expand it.
amdis.pc.in
+
2
−
2
View file @
93724b6c
...
...
@@ -9,8 +9,8 @@ DEPENDENCIES=@REQUIRES@
Name: @PACKAGE_NAME@
Version: @VERSION@
Description: AMDiS dune-module
URL: https://gitlab.m
ath
.tu-dresden.de/
spraetor/dune-amdis
URL: https://gitlab.m
n
.tu-dresden.de/
amdis/amdis-core
Requires: dune-common dune-geometry dune-localfunctions dune-typetree dune-grid dune-functions
Suggests: dune-uggrid dune-alugrid dune-foamgrid
Suggests: dune-uggrid dune-alugrid dune-foamgrid
dune-spgrid dune-ist
Libs: -L${libdir}
Cflags: -I${includedir}
This diff is collapsed.
Click to expand it.
bin/amdisproject
+
3
−
6
View file @
93724b6c
...
...
@@ -523,10 +523,6 @@ M_DELIM
################## PROJECT.CC ##################
echo
"-
$PROJECT
/src/
$MODULE
.cpp"
cat
>
"
$PROJECT
/src/
$MODULE
.cpp"
<<
CC_DELIM
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <amdis/AMDiS.hpp>
using namespace AMDiS;
...
...
@@ -684,7 +680,7 @@ mesh->global refinements: 0
$NAME
->mesh: mesh
$NAME
->solver->name: default
$NAME
->solver->tolerance: 1.e-
8
$NAME
->solver->
relative
tolerance: 1.e-
6
$NAME
->solver->info: 1
$NAME
->output[0]->filename:
$NAME_
...
...
@@ -801,4 +797,5 @@ echo
echo
"done."
echo
"------------------------------------------"
echo
"For further details read the Dune build system documentation at"
echo
"https://www.dune-project.org/buildsystem/"
echo
"https://www.dune-project.org/buildsystem/ or in the file"
echo
"dune-common/doc/buildsystem/dune-common.rst"
This diff is collapsed.
Click to expand it.
dune.module
+
2
−
2
View file @
93724b6c
...
...
@@ -3,7 +3,7 @@
################################
Module
:
amdis
Version
:
0.
1
Version
:
0.
2
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
)
Suggests
:
dune
-
uggrid
dune
-
alugrid
dune
-
foamgrid
dune
-
spgrid
Suggests
:
dune
-
uggrid
dune
-
alugrid
dune
-
foamgrid
dune
-
spgrid
dune
-
istl
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