From 1419e023780b8f0d88811b2b9e47af605e0ac747 Mon Sep 17 00:00:00 2001 From: guido Date: Wed, 21 Nov 2001 11:29:49 +0000 Subject: [PATCH] new FAQ git-svn-id: https://svn.dealii.org/trunk@5235 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/faq.html | 34 +++++++++++++++++++++++++++++ deal.II/doc/navbar.html | 7 ++++++ deal.II/doc/platforms/sgi-irix.html | 2 +- deal.II/doc/readme.html | 34 ++++++++++++++++++++++++----- 4 files changed, 70 insertions(+), 7 deletions(-) create mode 100644 deal.II/doc/faq.html diff --git a/deal.II/doc/faq.html b/deal.II/doc/faq.html new file mode 100644 index 0000000000..eea40f8421 --- /dev/null +++ b/deal.II/doc/faq.html @@ -0,0 +1,34 @@ + + + + + + The deal.II FAQ + + + + + +

The deal.II FAQ

+ +
    +
  1. How do I change the compiler? +
  2. Can I use/implement triangles/tetrahedra in deal.II? +
+ +

How do I change the compiler?

+ + See the according + section in the readme file + +

Can I use/implement + triangles/tetrahedra in deal.II?

+ + No, you cannot do either. The basic data structures are too much + tailored to quadrilaterals and hexahedra. Implementing other cells + amounts to re-implementing nearly all grid and DoF classes from + scratch. + + + \ No newline at end of file diff --git a/deal.II/doc/navbar.html b/deal.II/doc/navbar.html index bf3c575e08..37616d9a8c 100644 --- a/deal.II/doc/navbar.html +++ b/deal.II/doc/navbar.html @@ -21,6 +21,13 @@

+
  • +

    + + deal.II FAQ +

    +
  • +
  • diff --git a/deal.II/doc/platforms/sgi-irix.html b/deal.II/doc/platforms/sgi-irix.html index 3d6ded2cca..ffa83d2796 100644 --- a/deal.II/doc/platforms/sgi-irix.html +++ b/deal.II/doc/platforms/sgi-irix.html @@ -57,7 +57,7 @@ redefine LD_LIBRARY_PATH before execution of your program. Another possibility would be to used statically linked libraries instead of shared ones (see the - ReadMe file to + ReadMe file to find out how to do that).

    diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index ca047d4481..43ca5ebbac 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -19,7 +19,7 @@