Re: [petsc-users] [petsc-dev] IMPORTANT PETSc repository changed from Bucketbit to GitLab

2019-09-06 Thread Balay, Satish via petsc-users
On Thu, 5 Sep 2019, Balay, Satish via petsc-dev wrote: > On Thu, 22 Aug 2019, Balay, Satish via petsc-users wrote: > All, > > We now have a preliminary CI in place that can process merge requests (MRs) - > so please go ahead and submit them. We have a notice on 'Data Center Outage, starting

[petsc-users] Block Tridiagonal Solver

2019-09-06 Thread John L. Papp via petsc-users
Hello, I need a parallel block tridiagonal solver and thought PETSc would be perfect.  However, there seems to be no specific example showing exactly which VecCreate and MatCreate functions to use.  I searched the archive and the web and there is no explicit block tridiagonal examples

[petsc-users] error at run time

2019-09-06 Thread Konstantinos Kontzialis via petsc-users
Hi all, I run my code as follows: mpiexec -np 2 ./hoac test1.cgns and I get the following error: ./hoac: error while loading shared libraries: libpetsc.so.3.11: cannot open shared object file: No such file or directory ./hoac: error while loading shared libraries: libpetsc.so.3.11: cannot open

Re: [petsc-users] Block Tridiagonal Solver

2019-09-06 Thread Jed Brown via petsc-users
Where do your tridiagonal systems come from? Do you need to solve one at a time, or batches of tridiagonal problems? Although it is not in PETSc, we have some work on solving the sort of tridiagonal systems that arise in compact discretizations, which it turns out can be solved much faster than