From: schrage void DoFHandler<dim>::constraints::close()
.
This method is needed because you might wish to implement additional constraints
(apart from those for the hanging nodes). This would have to be done before
-closing the object. So you can't have it closed automatically somewhere.
+closing the object; therefore you can't have it closed automatically somewhere.
ConstraintMatrix::condense(SparseMatrixStruct &)
.
diff --git a/deal.II/doc/tutorial/chapter-1.elements/grid_creation.html b/deal.II/doc/tutorial/chapter-1.elements/grid_creation.html
index 076e76bbd8..b6db83560b 100644
--- a/deal.II/doc/tutorial/chapter-1.elements/grid_creation.html
+++ b/deal.II/doc/tutorial/chapter-1.elements/grid_creation.html
@@ -38,6 +38,13 @@ default to 0 and 1, creating the unit hypercube. The hypercube will consist of
exactly one cell. In two dimensions, this amounts to a unit square, in three, to a unit cube.
+ + | +
Example - create the square [-1,1]x[-1,x]: Below we show the includes, definitions and @@ -101,6 +108,13 @@ a singular solution because of the reentrant corner; these singularities can be used to test the efficiency of error estimators.
++ + | +
Example: Below we show the includes, definitions and diff --git a/deal.II/doc/tutorial/chapter-1.elements/hanging_nodes.html b/deal.II/doc/tutorial/chapter-1.elements/hanging_nodes.html index 8caf594619..0712c7d89d 100644 --- a/deal.II/doc/tutorial/chapter-1.elements/hanging_nodes.html +++ b/deal.II/doc/tutorial/chapter-1.elements/hanging_nodes.html @@ -42,8 +42,8 @@ This is further discussed in the chapters on condensing the hanging nodes.
-diff --git a/deal.II/doc/tutorial/dealtut.css b/deal.II/doc/tutorial/dealtut.css index e0a2f44ffa..e1533d0524 100644 --- a/deal.II/doc/tutorial/dealtut.css +++ b/deal.II/doc/tutorial/dealtut.css @@ -18,7 +18,7 @@ pre.example { padding-left: 2 em; text-indent: 0; } -.image { font-weight: bold; +.figure { font-weight: bold; font-size: larger; } |