From 9177a0261fc4b6098f885e6ab18bc0b12213a9db Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE> Date: Thu, 26 Mar 2009 13:11:49 +0000 Subject: [PATCH] Labouring towards a release. --- AUTHORS | 7 +------ HOWTO-port-ellipt.txt | 2 ++ README-ALBERTA-1.2 | 2 +- configure.ac | 2 +- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/AUTHORS b/AUTHORS index f96a1bc..0716ba9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,18 +1,14 @@ -ALBERTA: an Adaptive multi Level finite element toolbox using +ALBERTA: an Adaptive multi Level finite element toolbox using Bisectioning refinement and Error control by Residual Techniques authors: Alfred Schmidt - Zentrum fuer Technomathematik Fachbereich 3 Universitaet Bremen Germany - schmidt@math.uni-bremen.de - Kunibert G. Siebert - Institut fuer Mathematik Universitaet Augsburg Universitaetsstr. 14 @@ -33,7 +29,6 @@ ALBERTA: an Adaptive multi Level finite element toolbox using 79104 Freiburg Germany - http://www.alberta-fem.de (c) by A. Schmidt and K.G. Siebert (1996-2004), diff --git a/HOWTO-port-ellipt.txt b/HOWTO-port-ellipt.txt index ac04d1f..460d6f5 100644 --- a/HOWTO-port-ellipt.txt +++ b/HOWTO-port-ellipt.txt @@ -3,6 +3,8 @@ Hey, Emacs, we're -*- text -*- mode. Porting the v1.2 `ellipt.c' demo-program to post-V2.0 ALBERTA ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +by Rebekka Stotz and Claus-Justus Heine. + The source code of the changed ellipt program is attached at the end of this file. diff --git a/README-ALBERTA-1.2 b/README-ALBERTA-1.2 index 1c62fce..0a6aad5 100644 --- a/README-ALBERTA-1.2 +++ b/README-ALBERTA-1.2 @@ -1,4 +1,4 @@ -Main changes from ALBERTA 1.2 -> ALBERTA 2.0 +Major changes from ALBERTA 1.2 -> ALBERTA 2.0 - support of submeshes, DIM constant removed - support of parametric meshes, piecewise polynomial parameterisations diff --git a/configure.ac b/configure.ac index 11b5da7..0f4cac5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([alberta], [3.0-rc1], [Claus.Heine@Mathematik.Uni-Freiburg.DE,kosterdtp@ewi.uwente.nl]) +AC_INIT([alberta], [3.0-rc1], [Claus.Heine@Mathematik.Uni-Freiburg.DE]) AC_CONFIG_SRCDIR([alberta/src/Common/alberta.h]) AC_CONFIG_MACRO_DIR([m4]) -- GitLab