From: kanschat Date: Sun, 20 Jun 2010 17:57:11 +0000 (+0000) Subject: discourage use of max_couplings... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d442252e94455b9b1d06ca9754aedae4fe4a9db8;p=dealii-svn.git discourage use of max_couplings... git-svn-id: https://svn.dealii.org/trunk@21236 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/dof_handler.h b/deal.II/deal.II/include/dofs/dof_handler.h index ca5f0067b8..854b674eed 100644 --- a/deal.II/deal.II/include/dofs/dof_handler.h +++ b/deal.II/deal.II/include/dofs/dof_handler.h @@ -309,6 +309,12 @@ class DoFHandler : public Subscriptor void renumber_dofs (const std::vector &new_numbers); /** + * @deprecated Use + * CompressedSparsityPattern + * instead of initializing + * SparsityPattern with this + * value. + * * Return the maximum number of * degrees of freedom a degree of freedom * in the given triangulation with the @@ -357,6 +363,12 @@ class DoFHandler : public Subscriptor unsigned int max_couplings_between_dofs () const; /** + * @deprecated Use + * CompressedSparsityPattern + * instead of initializing + * SparsityPattern with this + * value. + * * Return the number of degrees of freedom * located on the boundary another dof on * the boundary can couple with.