From: Timo Heister Date: Tue, 1 Mar 2016 16:47:48 +0000 (-0500) Subject: remove dead function X-Git-Tag: v8.5.0-rc1~1255^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60e58eb1caf54899fa5f9ce2a30b4435760f8bac;p=dealii.git remove dead function Conflicts: include/deal.II/numerics/matrix_tools.h --- diff --git a/include/deal.II/numerics/matrix_tools.h b/include/deal.II/numerics/matrix_tools.h index f4179c24a4..294b8f91f8 100644 --- a/include/deal.II/numerics/matrix_tools.h +++ b/include/deal.II/numerics/matrix_tools.h @@ -833,16 +833,6 @@ namespace MatrixTools PETScWrappers::MPI::Vector &right_hand_side, const bool eliminate_columns = true); - /** - * Same function, but for parallel PETSc matrices and a non-parallel vector. - */ - void - apply_boundary_values (const std::map &boundary_values, - PETScWrappers::MPI::SparseMatrix &matrix, - PETScWrappers::Vector &solution, - PETScWrappers::MPI::Vector &right_hand_side, - const bool eliminate_columns = true); - /** * Same as above but for BlockSparseMatrix. */