Skip to content
Snippets Groups Projects
Commit 9177a026 authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Labouring towards a release.
parent 49cc234f
No related branches found
No related tags found
No related merge requests found
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),
......
......@@ -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.
......
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
......
# 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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment