From 8313f73d07cb481c0681ca2270f2e95d9ac7e5ab Mon Sep 17 00:00:00 2001 From: Daniel Koester <Koester@Math.Uni-Augsburg.DE> Date: Fri, 24 Nov 2006 21:11:05 +0000 Subject: [PATCH] A README file for former users of ALBERTA 1.2. Lists some of the most important changes. --- README-ALBERTA-1.2 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README-ALBERTA-1.2 diff --git a/README-ALBERTA-1.2 b/README-ALBERTA-1.2 new file mode 100644 index 0000000..5a4df60 --- /dev/null +++ b/README-ALBERTA-1.2 @@ -0,0 +1,12 @@ +Main changes from ALBERTA 1.2 -> ALBERTA 2.0 +- support of submeshes, DIM constant removed +- support of parametric meshes +- more generalized node projection mechanism +- graphics output interface to GMV +- some new basis functions available +- get_fe_space() works at any time +- INDEX macro only available for ALBERTA_DEBUG=1 +- NEIGH_IN_EL, EL_INDEX macros removed +- former SOLVER package incorporated into "alberta_util", "PLOT_ANSI" package removed +- ALBERTA_DEBUG=1 introduces additional safety checks +- changed "preserve_coarse_dofs" mechanism \ No newline at end of file -- GitLab