]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add a reference to step-22 where we use a ConstraintMatrix for implementing inhomogen...
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 17 Apr 2009 17:39:46 +0000 (17:39 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 17 Apr 2009 17:39:46 +0000 (17:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@18642 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/constraint_matrix.h

index bd34947289d3f5027299ef8538f22d5ee7fb6c3b..61e56f735437cb173b9a5d27362274343829aadf 100644 (file)
@@ -239,6 +239,9 @@ class BlockIndices;
  * called without any matrix (or if the matrix has already been condensed
  * before).
  *
+ * The use of ConstraintMatrix for implementing Dirichlet boundary conditions
+ * is discussed in the @ref step_22 "step-22" tutorial program.
+ *
  * 
  * <h3>Avoiding explicit condensation</h3>
  *
@@ -246,15 +249,18 @@ class BlockIndices;
  * after it has been built at all. There are two main reasons for wanting to
  * do so:
  *
- * <ul>
- * <li>Condensation is an expensive operation, in particular if there are
- * many constraints and/or if the matrix has many nonzero entries. Both is
- * typically the case for 3d, or high polynomial degree computations, as well
- * as for hp finite element methods, see for example the @ref hp_paper "hp
- * paper". This is the case discussed in the hp tutorial program,
- * @ref step_27 "step-27", as well as in @ref step_31 "step-31".
+ * <ul> 
+ * <li>
+ * Condensation is an expensive operation, in particular if there
+ * are many constraints and/or if the matrix has many nonzero entries. Both
+ * is typically the case for 3d, or high polynomial degree computations, as
+ * well as for hp finite element methods, see for example the @ref hp_paper
+ * "hp paper". This is the case discussed in the hp tutorial program, @ref
+ * step_27 "step-27", as well as in @ref step_22 "step-22" and @ref step_31
+ * "step-31".
  *
- * <li> There may not be a condense() function for the matrix you use (this
+ * <li>
+ * There may not be a condense() function for the matrix you use (this
  * is, for example, the case for the PETSc and Trilinos wrapper classes,
  * where we have no access to the underlying representation of the matrix,
  * and therefore cannot efficiently implement the condense()

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.