Skip to content
Snippets Groups Projects
Commit 93724b6c authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

prepare for release 0.2

parent 03c8bf81
Branches
No related tags found
1 merge request!1Releases/0.2
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)
......
The MIT License (MIT)
Copyright (c) 2016-2018 Simon Praetorius
2018 Felix Müller
Copyright (c) 2016-2019 Simon Praetorius
2019 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
......
......@@ -9,8 +9,8 @@ DEPENDENCIES=@REQUIRES@
Name: @PACKAGE_NAME@
Version: @VERSION@
Description: AMDiS dune-module
URL: https://gitlab.math.tu-dresden.de/spraetor/dune-amdis
URL: https://gitlab.mn.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}
......@@ -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"
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment