Ekkehard Ellmann,
> Changes-notes in slepc-3.1-p3 advise me to replace > EPSSetInitialVector > in deal.II > lac/source/slepc_solver.cc > by > EPSSetInitialSpace > but > ierr = EPSSetInitialSpace(solver_data->eps, ini_vec->size(), > *ini_vec ); in SolverBase::solve does not work. This is correct for deal.II 6.3.1 however that release of deal.II covers upto slepc-3.0 series only (since deal.II-6.3.1 was released *before* the slepc-3.* series the later is not supported there). Yes, your proposition is correct, an alternative is to switch to the subversion of deal.II where all current slepc-3.* all supported. svn checkout http://www.dealii.org/svn/dealii/trunk/deal.II Best, Toby -- Toby D. Young Assistant Professor Philosophy & Physics Polish Academy of Sciences www: http://www.ippt.gov.pl/~tyoung skype: stenografia _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
