From: David Wells Date: Tue, 11 Oct 2016 20:37:48 +0000 (-0400) Subject: Remove a ProblemBase doc reference. X-Git-Tag: v8.5.0-rc1~580^2~6 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d73d122f75e97ea36592dde734247366cb018ef7;p=dealii.git Remove a ProblemBase doc reference. ProblemBase was removed a long time ago (commit 57dc4ec4a3, March 2001), so point the user towards the current functions. --- diff --git a/include/deal.II/numerics/matrix_tools.h b/include/deal.II/numerics/matrix_tools.h index a9b6950024..d0e0c19160 100644 --- a/include/deal.II/numerics/matrix_tools.h +++ b/include/deal.II/numerics/matrix_tools.h @@ -132,7 +132,8 @@ namespace TrilinosWrappers * If you want to use boundary conditions with the matrices generated by the * functions of this namespace in addition to the ones in a possible * constraint matrix, you have to use a function like - * ProblemBase<>::apply_dirichlet_bc to matrix and right hand side. + * apply_boundary_values with the matrix, solution, and right hand + * side. * * *

Supported matrices