[petsc-users] 3.22 fortran changes

Barry Smith bsmith at petsc.dev
Wed Oct 2 15:14:19 CDT 2024


  Arguments that expect an array of integers and you want to pass nothing you should use PETSC_NULL_INTEGER_ARRAY

> On Oct 2, 2024, at 4:08 PM, Sanjay Govindjee via petsc-users <petsc-users at mcs.anl.gov> wrote:
> 
> In the release notes, it mentions the introduction of PETSC_NULL_INTEGER_ARRAY.  Am I correct in interpreting this to mean that I can/should change my usage of
> PETSC_NULL_INTEGER(1) in function calls to PETSc routines to PETSC_NULL_INTEGER_ARRAY?
> 
> -sanjay

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20241002/1c5972a7/attachment.html>


More information about the petsc-users mailing list