<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in zmatnullf.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>2ae2db358559b5b4e2d021d6074243931b3b092d - Merge branch &apos;barry/2025-07-02/fortran-fix-some-get-array&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatnullf.c#2ae2db358559b5b4e2d021d6074243931b3b092d</link>
        <description>Merge branch &apos;barry/2025-07-02/fortran-fix-some-get-array&apos; into &apos;main&apos;Fixes for some function calls from FortranSee merge request petsc/petsc!8521

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatnullf.c</description>
        <pubDate>Mon, 14 Jul 2025 15:59:41 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8c31b63002ae1483e571198b4b0002b0c250c506 - Update MatNullSpaceGetVecs() for correct modern usage from Fortran</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatnullf.c#8c31b63002ae1483e571198b4b0002b0c250c506</link>
        <description>Update MatNullSpaceGetVecs() for correct modern usage from Fortran

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatnullf.c</description>
        <pubDate>Wed, 02 Jul 2025 20:20:43 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b0dcfd164860a975c76f90dabf1036901aab1c4e - Merge branch &apos;barry/2025-03-20/minor-fortran-cleanup&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatnullf.c#b0dcfd164860a975c76f90dabf1036901aab1c4e</link>
        <description>Merge branch &apos;barry/2025-03-20/minor-fortran-cleanup&apos; into &apos;main&apos;Minor cleanup of Fortran binding stuff to simplify future maintainanceSee merge request petsc/petsc!8218

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatnullf.c</description>
        <pubDate>Sun, 23 Mar 2025 00:45:48 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6dd63270497ad23dcf16ae500a87ff2b2a0b7474 - Minor cleanup of Fortran binding stuff to simplify future maintainance</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatnullf.c#6dd63270497ad23dcf16ae500a87ff2b2a0b7474</link>
        <description>Minor cleanup of Fortran binding stuff to simplify future maintainanceThere is no distinction between F90 and non-F90 code so combine ftn-custom and f90-custom directories and fortranimpl.h and f90impl.h files. Also move uses of f90 to ftn when simple

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatnullf.c</description>
        <pubDate>Thu, 20 Mar 2025 13:06:44 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a623e290c7eaa252b385564179837fe27521fbac - Merge branch &apos;barry/2024-05-29/minor-fortran-stub-cleanup&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatnullf.c#a623e290c7eaa252b385564179837fe27521fbac</link>
        <description>Merge branch &apos;barry/2024-05-29/minor-fortran-stub-cleanup&apos; into &apos;main&apos;More improvements to Fortran stubs and interfacesSee merge request petsc/petsc!7598

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatnullf.c</description>
        <pubDate>Wed, 12 Jun 2024 03:37:04 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5d83a8b16d06840f96948f1a43aa9c83c769a60a - This requires some changes to user FORTRAN code</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatnullf.c#5d83a8b16d06840f96948f1a43aa9c83c769a60a</link>
        <description>This requires some changes to user FORTRAN codePass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an arrayPass PETSC_NULL_ENUM when argument returns an enum instead of PETSC_NULL_INTEGERPass arrays (and not scalar values) when the argument is expecting an array; this means replace, for example, the argument v with [v]Use PetscObjectIsNull(obj) to check if the object is NULL, instead of obj == PETSC_NULL_XXXThe compiler will now automatically prevent you from using the wrong argument type for the first three bullets aboveThis will also require an update sowing with the new sowing branch this MR is using.

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatnullf.c</description>
        <pubDate>Thu, 30 May 2024 04:27:02 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>cef0416bfaf3f2eda18a772a528c82211592945c - Merge branch &apos;barry/2024-04-26/fix-sowing-viewers&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatnullf.c#cef0416bfaf3f2eda18a772a528c82211592945c</link>
        <description>Merge branch &apos;barry/2024-04-26/fix-sowing-viewers&apos; into &apos;main&apos;Remove manual Fortran stubs for PetscViewer and PetscObject arguments since now handled by sowingSee merge request petsc/petsc!7511

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatnullf.c</description>
        <pubDate>Wed, 15 May 2024 19:29:27 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ffeef943c8ee50edff320d8a3135bb0c94853e4c - Update to sowing version that supports PetscViewer and PetscObject</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatnullf.c#ffeef943c8ee50edff320d8a3135bb0c94853e4c</link>
        <description>Update to sowing version that supports PetscViewer and PetscObjectRemove manual Fortran stubs for PetscViewer and PetscObject arguments since now handled by sowingAlso handles the passing of null objects correctly

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatnullf.c</description>
        <pubDate>Sun, 28 Apr 2024 23:21:32 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a663c1dff89745b9e1982b54aa196ff99445d9a0 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatnullf.c#a663c1dff89745b9e1982b54aa196ff99445d9a0</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatnullf.c</description>
        <pubDate>Thu, 13 Apr 2023 05:01:02 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fafa78139c5fc557f20470fb5d6ffa3e3be80d85 - Merge branch &apos;barry/2023-04-11/run-clang-format-on-ftn-custom/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatnullf.c#fafa78139c5fc557f20470fb5d6ffa3e3be80d85</link>
        <description>Merge branch &apos;barry/2023-04-11/run-clang-format-on-ftn-custom/release&apos; into &apos;release&apos;Format the ftn-custom files with clang-format. Apparently no particular reason we did not format them initiallySee merge request petsc/petsc!6310

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatnullf.c</description>
        <pubDate>Thu, 13 Apr 2023 04:17:05 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5975b3b6e3931510e2a64a701673cbe1930c6f42 - Format the ftn-custom files with clang-format. Apparently no particular reason we did not format them initially</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatnullf.c#5975b3b6e3931510e2a64a701673cbe1930c6f42</link>
        <description>Format the ftn-custom files with clang-format. Apparently no particular reason we did not format them initially

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatnullf.c</description>
        <pubDate>Tue, 11 Apr 2023 16:48:42 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>16924cb147f0c1466c09c0b532357b3e2cef1ad7 - Merge branch &apos;barry/2020-08-16/fix-source-formatting&apos; into &apos;master&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatnullf.c#16924cb147f0c1466c09c0b532357b3e2cef1ad7</link>
        <description>Merge branch &apos;barry/2020-08-16/fix-source-formatting&apos; into &apos;master&apos;Turn on checkbadSource test to generate an error when found; fix all source code that causes errorsSee merge request petsc/petsc!3064

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatnullf.c</description>
        <pubDate>Wed, 26 Aug 2020 00:16:35 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2da392cc7c10228af19ad9843ce5155178acb644 - Turn on checkbadSource test to generate an error when found; fix all source code that causes errors</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatnullf.c#2da392cc7c10228af19ad9843ce5155178acb644</link>
        <description>Turn on checkbadSource test to generate an error when found; fix all source code that causes errorsCommit-type: portability-fix, testing-fix, style-fix, feature, maintainability/spend 1.5h

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatnullf.c</description>
        <pubDate>Mon, 17 Aug 2020 01:11:15 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f507b629d56552da62d0fe86c85192f61ce7729f - Merge branch &apos;balay/remove-stdcall&apos; into &apos;master&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatnullf.c#f507b629d56552da62d0fe86c85192f61ce7729f</link>
        <description>Merge branch &apos;balay/remove-stdcall&apos; into &apos;master&apos;Remove usage of PETSC_HAVE_FORTRAN_STDCALL, PETSC_BLASLAPACK_STDCALL,...See merge request petsc/petsc!2546

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatnullf.c</description>
        <pubDate>Fri, 21 Feb 2020 18:22:13 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>19caf8f3c08b1f0ca9f5469bde385c134aa76c82 - Remove usage of PETSC_HAVE_FORTRAN_STDCALL, PETSC_BLASLAPACK_STDCALL, HAVE_FORTRAN_MIXED_STR_ARG flags - as Compaq f90 compiler is no longer supported</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatnullf.c#19caf8f3c08b1f0ca9f5469bde385c134aa76c82</link>
        <description>Remove usage of PETSC_HAVE_FORTRAN_STDCALL, PETSC_BLASLAPACK_STDCALL, HAVE_FORTRAN_MIXED_STR_ARG flags - as Compaq f90 compiler is no longer supported

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatnullf.c</description>
        <pubDate>Fri, 21 Feb 2020 18:22:13 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a5a49157e8f0cda1ee246d4b38ccd40aa8bd8906 - Merge branch &apos;master&apos; into jpusztay/feature-swarm-symplectic-example</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatnullf.c#a5a49157e8f0cda1ee246d4b38ccd40aa8bd8906</link>
        <description>Merge branch &apos;master&apos; into jpusztay/feature-swarm-symplectic-example

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatnullf.c</description>
        <pubDate>Thu, 25 Oct 2018 15:44:39 +0000</pubDate>
        <dc:creator>Joseph Pusztay &lt;josephpusztay@Josephs-MacBook-Pro.local&gt;</dc:creator>
    </item>
<item>
        <title>e901d7f783378c340f80a71ad0d479b16cb27ec8 - Merge branch &apos;master&apos; into jpustay/feature-swarm-example</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatnullf.c#e901d7f783378c340f80a71ad0d479b16cb27ec8</link>
        <description>Merge branch &apos;master&apos; into jpustay/feature-swarm-example

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatnullf.c</description>
        <pubDate>Thu, 25 Oct 2018 15:37:37 +0000</pubDate>
        <dc:creator>Joseph Pusztay &lt;josephpusztay@Josephs-MacBook-Pro.local&gt;</dc:creator>
    </item>
<item>
        <title>baeaa64efad046693dfe8565b2a340832b8902ce - Merged petsc/petsc into master</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatnullf.c#baeaa64efad046693dfe8565b2a340832b8902ce</link>
        <description>Merged petsc/petsc into master

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatnullf.c</description>
        <pubDate>Thu, 25 Oct 2018 15:34:14 +0000</pubDate>
        <dc:creator>Joseph Pusztay &lt;josephpu@buffalo.edu&gt;</dc:creator>
    </item>
<item>
        <title>4a1557b5beb40106fadc36a402d358af0ca02a03 - Merged petsc/petsc into master</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatnullf.c#4a1557b5beb40106fadc36a402d358af0ca02a03</link>
        <description>Merged petsc/petsc into master

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatnullf.c</description>
        <pubDate>Wed, 12 Sep 2018 15:55:54 +0000</pubDate>
        <dc:creator>Andreas Selinger &lt;andreasselinger@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d49c373044de550505069e0c58a3843eb58576cd - Merge branch &apos;master&apos; into arcowie-rem/feature-error-logging</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatnullf.c#d49c373044de550505069e0c58a3843eb58576cd</link>
        <description>Merge branch &apos;master&apos; into arcowie-rem/feature-error-logging* master: (345 commits)  Update dev notes for the coming release  Increase patchlevel to 3.9.4  doc fixes  Added some AIJSELL tests that mirror the SELL tests.  Bib: More refs  Removed use of hardwired -1 to represent PETSC_NULL_XXX object, since the null value is now 0.  fix memleaks flagged by valgrind  ex62: disable long running test and workaround differences in iteration counts on various builds.  Add FAQ we can point to when users get error messages such as: &quot;PETSc was configured with one OpenMPI mpi.h version but now appears to be compiling using a different OpenMPI mpi.h version&quot;  swith test from mpich to openmpi as mpich ch3:sock is unuserable per PetscShmCommGet()  DM: Forgot to move include statement  fix nightlybuild issues - disable hypre [for openmp] and fix uninitialized variables  tests: enable openmp and hwloc with one of the mumps tests  Default BoomerAMG smoothers  Configure: Revert changes from debb90c, so that we are back to the original Libmesh  Configure: Reverted change for Libmesh from 83cd5d7  Split vecimpl.h into vecimpl.h and vecscatterimpl.h  SNES ex62: Turned off some tests for other precisions and shortened output of sensitive tests  Use mmap to allocate the shared pthread barrier if available  Add configure test for functional mmap  ...Conflicts:	include/petscconvest.h	src/snes/examples/tutorials/ex13.c	src/snes/interface/snes.c	src/snes/utils/convest.c

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatnullf.c</description>
        <pubDate>Tue, 11 Sep 2018 17:13:07 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
