From d73d122f75e97ea36592dde734247366cb018ef7 Mon Sep 17 00:00:00 2001 From: David Wells Date: Tue, 11 Oct 2016 16:37:48 -0400 Subject: [PATCH] Remove a ProblemBase doc reference. ProblemBase was removed a long time ago (commit 57dc4ec4a3, March 2001), so point the user towards the current functions. --- include/deal.II/numerics/matrix_tools.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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

-- 2.39.5