From cb124b9b661f95eb5d2b3ffbda5f696c2757b950 Mon Sep 17 00:00:00 2001 From: schrage Date: Thu, 7 Jan 1999 15:57:41 +0000 Subject: [PATCH] First (partly) browsable version of the tutorial for DEAL git-svn-id: https://svn.dealii.org/trunk@725 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/index.html | 72 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/deal.II/doc/index.html b/deal.II/doc/index.html index e69de29bb2..48f0e8d411 100644 --- a/deal.II/doc/index.html +++ b/deal.II/doc/index.html @@ -0,0 +1,72 @@ + + + + + The DEAL Tutorial + + + + +

The DEAL Tutorial

+ +

or DEAL in several easy and some more hard lessons

+ +

Prerequisites

+

+ This tutorial is written in HTML + 4.0 which your browser may or may not support. If you run into problems + you are advised to try a recent browser or one that is able to parse Document + Type Definitions. The reason for this is the math support of HTML 4.0. Most + people should, however, not run into any + problems.

+

+ You yourself should have some background knowledge on numerical methods, finite + elements and C++. +

+ +

Usage of this document

+

+ This tutorial is split into several parts, starting with the stationary + Laplace problem and advancing to more complicated problems. If you have never + used DEAL we recommend that you begin at the beginning and + advance through the chapters in their proper order. This tutorial contains the + complete code for every example program and can be used as a reference, too, + if you are looking for code to solve a specific problem with + DEAL. +

+ +

On DEAL

+

+ DEAL is short for Differential Equations Analysis Library, + which says it all, really. Its purpose it the solution of partial differential + equations on unstructured grids with error control. You can find more + information on DEAL and some examples at + + http://gaia.iwr.uni-heidelberg.de/DEAL/. DEAL was written + by the numerics group at the IWR, University of Heidelberg. +

+ +

Chapter 1: The Laplace + problem

+

+ We will solve the stationary Laplace problem on a square grid with zero + boundary condition on three of the edges and a constant boundary condition on + one edge. +

+ +

Technical terms

+

+ There is a glossary available to explain technical terms. +

+ +
+ +
+ Jan Schrage
+

+ Last modified: Tue 5 Jan 1999 +

+ + + -- 2.39.5