[petsc-users] PetscOptionsGetBool error
Anthony Paul Haas
aph at email.arizona.edu
Wed Jan 8 16:01:30 CST 2020
Hello,
I am using Petsc 3.7.6.0. with Fortran code and I am getting a segmentation
violation for the following line:
call
PetscOptionsGetBool(PETSC_NULL_CHARACTER,"-use_mumps_lu",flg_mumps_lu,flg,self%ierr_ps)
in which:
flg_mumps_lu and flg are defined as PetscBool and
flg_mumps_lu = PETSC_TRUE
Is the option -use_mumps_lu deprecated?
Thanks,
Anthony
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20200108/e7d45416/attachment.html>
More information about the petsc-users
mailing list