Re: [petsc-users] PetscPartitioner is missing for fortran

2018-11-26 Thread Klaij, Christiaan via petsc-users
reciated. Thank you very much. > > Best, > > Jiaoyan -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20181126/0b196ca9/attachment.html> dr. ir. Christiaan Klaij | Senio

Re: [petsc-users] Example 23 of ksp problems

2018-11-26 Thread Zhang, Hong via petsc-users
Huq: # define PETSC_MACHINE_EPSILON 2.2204460492503131e-16 See /petsc/include/petscmath.h Hong Hello PETSc developers, I went through the ex23.c of ksp section attached herewith but I don't understand the following part: ***

Re: [petsc-users] Problem to configure

2018-11-26 Thread Fazlul Huq via petsc-users
It works! Thanks. Sincerely, Huq On Tue, Nov 20, 2018 at 6:17 PM Balay, Satish wrote: > Try: > > rm -rf arch-linux2-c-debug > > And rebuild petsc. ie. redo configure and make > > Satish > > We don't know why this On Tue, 20 Nov 2018, Fazlul Huq via petsc-users > wrote: > > > Thanks. > >

[petsc-users] Example 23 of ksp problems

2018-11-26 Thread Fazlul Huq via petsc-users
Hello PETSc developers, I went through the ex23.c of ksp section attached herewith but I don't understand the following part: *** tol=1000.*PETSC_MACHINE_EPSILON and,

[petsc-users] PetscPartitioner is missing for fortran

2018-11-26 Thread Jiaoyan Li via petsc-users
Dear Petsc Users: I am developing a Fortran code which uses Petsc APIs. But, seems the interface between Fortran and Petsc is not completed, as replied by Barry. Is there anyone may have some experience on building the Fortran interface for Petsc? Any suggestions or comments are highly