Re: [petsc-users] missing routines in the Fortran interfaces

2025-06-27 Thread Barry Smith
Randy, Thanks for trying this. I have started a merge request https://urldefense.us/v3/__https://gitlab.com/petsc/petsc/-/merge_requests/8501__;!!G_uCfscf7eWS!bceR7fahh0spEc8XRbLMfFNdOqIhH-v-WLSyDf6tadn0DTdqAVEV7w00DMInOOXFlqEF6dE7-UGW-sfYmO3DUMU$ with this requirement on all Fortran sour

Re: [petsc-users] missing routines in the Fortran interfaces

2025-06-23 Thread Barry Smith
VecSetValue should now have an interface (generated automatically in the main branch), I'll check the others. BTW: Since you are working on this you should switch to the main branch (until the next release), we are busying with a Summer of Code project improving the Fortran bindings an

[petsc-users] missing routines in the Fortran interfaces

2025-06-23 Thread Randall Mackie
After discovery of the implicit none (type, external) statement for disabling implicit procedures (thanks to Barry for the suggestion), I used that in my code to good effect. However, it also showed that were some routines I call that did not have explicit Fortran interfaces, and maybe they exi