From: schrage Date: Fri, 19 Feb 1999 16:22:49 +0000 (+0000) Subject: Move these files to the 'tutorial' subdir. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff8e1aefa281a3cd391d79522d2ee206a88d1dcd;p=dealii-svn.git Move these files to the 'tutorial' subdir. git-svn-id: https://svn.dealii.org/trunk@851 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/dealdoc.css b/deal.II/doc/dealdoc.css deleted file mode 100644 index 72976e20e3..0000000000 --- a/deal.II/doc/dealdoc.css +++ /dev/null @@ -1,5 +0,0 @@ - -BODY {background-color: white; background-image: none} - diff --git a/deal.II/doc/index.html b/deal.II/doc/index.html deleted file mode 100644 index 48f0e8d411..0000000000 --- a/deal.II/doc/index.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - 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 -

- - - diff --git a/deal.II/doc/validate b/deal.II/doc/validate deleted file mode 100755 index 2df9a75fe4..0000000000 --- a/deal.II/doc/validate +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -echo Validating $1 -cat $1 | sed -e 's/http:\/\/www.w3.org\/TR\/REC-html40\/strict.dtd//' -e 's/\"\"//' | nsgmls -s -m /home/people/schrage/lib/sgml/pubtext/HTML4.soc