Re: [petsc-users] SNESVISetComputeVariableBounds() is not available in Fortran interface

2024-06-29 Thread y...@mpie.de
() is not available in Fortran interface Yi, I have made a start of it in the branch barry/2024-06-29/add-fortran-snesvisetcomputevariablebounds but have not tested it. You should be able to do git fetch git checkout barry/2024-06-29/add-fortran-snesvisetcomputevariableb

Re: [petsc-users] SNESVISetComputeVariableBounds() is not available in Fortran interface

2024-06-29 Thread Barry Smith
Yi, I have made a start of it in the branch barry/2024-06-29/add-fortran-snesvisetcomputevariablebounds but have not tested it. You should be able to do git fetch git checkout barry/2024-06-29/add-fortran-snesvisetcomputevariablebounds make all Please let me know if you

[petsc-users] SNESVISetComputeVariableBounds() is not available in Fortran interface

2024-06-29 Thread y...@mpie.de
Dear PETSc team, I find SNES variational inequality capability (e.g. src/snes/tutorials/ex9.c example) very useful for my current problem. Since I am using fortran API of petsc, I explore a little bit about this functionality and it sems not there for fortran (a simple SNESVISetVariableBounds()