Re: [petsc-users] error messages while using snes

2018-11-22 Thread Mark Adams via petsc-users
Note, your FormInitialGuess does not initialize bb[0] and bb[1]. On Thu, Nov 22, 2018 at 11:23 AM barry via petsc-users < petsc-users@mcs.anl.gov> wrote: > Hi, > > I want to solve a nonlinear equation tan(x) = x, and the code i wrote > occur some error. > > In the error, it say that I need to

Re: [petsc-users] Configure Mumps with 64-bit integers

2018-11-22 Thread Matthew Knepley via petsc-users
This should be sent to the MUMPS list. So far we did not see a way to tell them about the integer type. They might say they rely on Fortran to do it, but we can't since that is unreliable from configure. Thanks, Matt On Thu, Nov 22, 2018 at 3:41 AM Najib Alia via petsc-users <

[petsc-users] Configure Mumps with 64-bit integers

2018-11-22 Thread Najib Alia via petsc-users
Hello, I am getting an "INFOG(1) = -51 integer overflow" error from Mumps because the linear system I am solving is very big. I have tried to configure Mumps in a full 64-bit integer version using === ./configure --with-64-bit-indices --with-cc=gcc