From f5077193fc048a144b4588e9f858297aba67a917 Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Thu, 14 Jan 2016 20:17:46 +0100 Subject: [PATCH] add a note to set_initial_space() --- include/deal.II/lac/slepc_solver.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/deal.II/lac/slepc_solver.h b/include/deal.II/lac/slepc_solver.h index 96da5c0124..ecb5cbf329 100644 --- a/include/deal.II/lac/slepc_solver.h +++ b/include/deal.II/lac/slepc_solver.h @@ -213,6 +213,8 @@ namespace SLEPcWrappers /** * Set the initial vector space for the solver. + * + * By default, SLEPc initializes the starting vector or the initial subspace randomly. */ template void -- 2.39.5