From 4e52b2b25058eaf11a0650bdc8553138ba27f65b Mon Sep 17 00:00:00 2001 From: schrage Date: Tue, 23 Mar 1999 17:13:24 +0000 Subject: [PATCH] Changed navigation bar and fixed HTML git-svn-id: https://svn.dealii.org/trunk@1038 0785d39b-7218-0410-832d-ea1e28bc413d --- .../tutorial/chapter-1.elements/index.html | 63 ++++++++++++++----- 1 file changed, 48 insertions(+), 15 deletions(-) diff --git a/deal.II/doc/tutorial/chapter-1.elements/index.html b/deal.II/doc/tutorial/chapter-1.elements/index.html index 7689217575..54efccfe2b 100644 --- a/deal.II/doc/tutorial/chapter-1.elements/index.html +++ b/deal.II/doc/tutorial/chapter-1.elements/index.html @@ -12,6 +12,7 @@

Structure of a Finite Element Program

About this tutorial

+

This part of the deal.II documentation will discuss how to build a finite element program. We will take a look at the general structure of programs of this kind and at the various possibilities @@ -19,12 +20,15 @@ in that respect offered by deal.II. The order of the table of contents below reflects the order in which you need to do perform the tasks. Some things may be left out according to your needs. +

Table of contents

  1. - Creation of a grid +

    + Creation of a grid +

    dealing with grid creation, grid input from a file and grid refinement. The various kinds of grid are also discussed. @@ -32,59 +36,81 @@ your needs.

  2. - Degrees of Freedom +

    + Degrees of Freedom +

    where degrees of freedom are distriuted and numbered.

  3. - Hanging Nodes +

    + Hanging Nodes +

    where hanging nodes are discussed.

  4. - Matrix Structure +

    + Matrix Structure +

    where efficient structures for sparse matrices are discussed.

  5. - Matrix and Vector Generation +

    + Matrix and Vector Generation +

    where the different kinds of matrices and vectors are discussed.

  6. - The Problem Matrix and the Right Hand Side +

    + The Problem Matrix and the Right Hand Side +

    which shows how to implement a particular problem.

  7. - Boundary Conditions +

    + Boundary Conditions +

    which shows how to set boundary conditions in deal.II.

  8. - Condensing the Hanging Nodes +

    + Condensing the Hanging Nodes +

    which shows how, when and why to condense hanging nodes.

  9. - Solving the Problem +

    + Solving the Problem +

    explaining the different solvers available and how to use them.

  10. - Postprocessing +

    + Postprocessing +

    where the data is postprocessed and stored and the error is calculated.

  11. - Error Estimate and Adaptivity +

    + Error Estimate and Adaptivity +

    explaining how to use adaptive refinement with error estimates.

  12. - Parameter Input +

    + Parameter Input +

    explaining how to use a parameter file for configuration of your program.

    @@ -93,9 +119,16 @@ your needs.
    -

    -Back to the tutorial index -

    + + + + + +
    + Back to this chapter's index + + Back to the tutorial index +

    Jan Schrage
    -- 2.39.5