[deal.II] Problem with PETScWrappers::SolverCG

2016-10-15 Thread Hamed Babaei
Hi freinds, I have parallelized a code for a Thermoelastic problem based on step-40 . Although the non-parallel code works for all the initial values and boundary conditions, the parallel one fails giving this error : "PETSC ERROR: Caught signal number 11 SEGV: Segmentation Violation, probably

[deal.II] Re: How to use Trilinos instead of Petsc in step-40

2016-10-15 Thread Hamed Babaei
Hi Jean-Paul, I have installed latest version of Dealii (8.4.1) and all of its library dependencies (Petsc, P4est, Trilinos,...) all together via Candi ( the bash script installer tool) https://github.com/koecher/candi. Thanks On Saturday, October 15, 2016 at 12:25:44 AM UTC-5, Jean-Paul Pelt