<?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 ex123_3.out</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>de5d30bf95cf3e646f0e836696c2c87bc3976f4c - Merge branch &apos;stefanozampini/mathypre&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/output/ex123_3.out#de5d30bf95cf3e646f0e836696c2c87bc3976f4c</link>
        <description>Merge branch &apos;stefanozampini/mathypre&apos; into &apos;main&apos;cleanup mathypreSee merge request petsc/petsc!6528

            List of files:
            /petsc/src/mat/tests/output/ex123_3.out</description>
        <pubDate>Fri, 16 Jun 2023 15:45:49 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>651b1cf95e744fa8e8eb4540e0fb634cee609368 - Mat tests: add HYPRE COO tests</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/output/ex123_3.out#651b1cf95e744fa8e8eb4540e0fb634cee609368</link>
        <description>Mat tests: add HYPRE COO testssupport COO with hacking permutation array of AIJ

            List of files:
            /petsc/src/mat/tests/output/ex123_3.out</description>
        <pubDate>Wed, 31 May 2023 14:09:18 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>04346f8ccbfaa9fb73fb7dce6ecc10b18d1c2572 - Merge branch &apos;barry/2022-07-20/add-clang-format&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/output/ex123_3.out#04346f8ccbfaa9fb73fb7dce6ecc10b18d1c2572</link>
        <description>Merge branch &apos;barry/2022-07-20/add-clang-format&apos; into &apos;main&apos;Use clang-format to format PETSc source codeSee merge request petsc/petsc!5455

            List of files:
            /petsc/src/mat/tests/output/ex123_3.out</description>
        <pubDate>Tue, 09 Aug 2022 17:04:49 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>16406dc77e476f6098c901ee4dfb2a5f0eba2f01 - remove printing line numbers form example so output does not change with source code formatting</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/output/ex123_3.out#16406dc77e476f6098c901ee4dfb2a5f0eba2f01</link>
        <description>remove printing line numbers form example so output does not change with source code formatting

            List of files:
            /petsc/src/mat/tests/output/ex123_3.out</description>
        <pubDate>Thu, 28 Jul 2022 19:40:09 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5cab5458055e6544d97095d04e76587ba3d30732 - Merge branch &apos;barry/2022-07-23/add-petscbeginuser&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/output/ex123_3.out#5cab5458055e6544d97095d04e76587ba3d30732</link>
        <description>Merge branch &apos;barry/2022-07-23/add-petscbeginuser&apos; into &apos;main&apos;Add PetscFunctionBeginUser to all PETSc C/C++ examplesSee merge request petsc/petsc!5470

            List of files:
            /petsc/src/mat/tests/output/ex123_3.out</description>
        <pubDate>Tue, 26 Jul 2022 19:33:37 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>327415f76d85372a4417cf1aaa14db707d4d6c04 - Add PetscFunctionBeginUser to all PETSc C/C++ examples</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/output/ex123_3.out#327415f76d85372a4417cf1aaa14db707d4d6c04</link>
        <description>Add PetscFunctionBeginUser to all PETSc C/C++ examplesNow the stack frames will contain the main program and the correct line numbers in themgit ls-files | egrep &quot;(tutorials|tests)&quot; | xargs sed -i  &quot;s?\(PetscCall(PetscInitialize(&amp;argc\)?PetscFunctionBeginUser;\n  \1?g&quot;Commit-type: error-checking, testing-fix/spend 15m

            List of files:
            /petsc/src/mat/tests/output/ex123_3.out</description>
        <pubDate>Sat, 23 Jul 2022 12:34:06 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f882803cc229b3a4b5704278364815583f823089 - Merge branch &apos;jacobf/2022-02-23/variadic-chkerr&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/output/ex123_3.out#f882803cc229b3a4b5704278364815583f823089</link>
        <description>Merge branch &apos;jacobf/2022-02-23/variadic-chkerr&apos; into &apos;main&apos;Variadic CHKERRQ()See merge request petsc/petsc!4889

            List of files:
            /petsc/src/mat/tests/output/ex123_3.out</description>
        <pubDate>Sat, 26 Mar 2022 01:48:19 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b122ec5aa1bd4469eb4e0673542fb7de3f411254 - PetscInitialize() and PetscFinalize() wrapped:</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/output/ex123_3.out#b122ec5aa1bd4469eb4e0673542fb7de3f411254</link>
        <description>PetscInitialize() and PetscFinalize() wrapped:- ierr = PetscInitialize();if (ierr) return ierr;+ CHKERRQ(PetscInitialize());- ierr = PetscFinalize();- return ierr;+ CHKERRQ(PetscFinalize());+ return 0;

            List of files:
            /petsc/src/mat/tests/output/ex123_3.out</description>
        <pubDate>Thu, 24 Mar 2022 18:03:55 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6584f52a2da6c3fe060cfaa2d27a63f7a285940f - Merge branch &apos;stefanozampini/matis-negative-indices&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/output/ex123_3.out#6584f52a2da6c3fe060cfaa2d27a63f7a285940f</link>
        <description>Merge branch &apos;stefanozampini/matis-negative-indices&apos; into &apos;main&apos;matis negative indicesSee merge request petsc/petsc!4923

            List of files:
            /petsc/src/mat/tests/output/ex123_3.out</description>
        <pubDate>Fri, 11 Mar 2022 04:54:02 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>cbc6b2250e380677eada4bbc58a36dc55ca92067 - MatSetPreallocationCOO: avoid MatHeaderMerge</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/output/ex123_3.out#cbc6b2250e380677eada4bbc58a36dc55ca92067</link>
        <description>MatSetPreallocationCOO: avoid MatHeaderMerge

            List of files:
            /petsc/src/mat/tests/output/ex123_3.out</description>
        <pubDate>Thu, 10 Mar 2022 08:28:15 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9f90f53a771a585b2fce6bb1a7f4a7f787964fc3 - Merge branch &apos;stefanozampini/gamg-gpu-setup&apos; into &apos;master&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/output/ex123_3.out#9f90f53a771a585b2fce6bb1a7f4a7f787964fc3</link>
        <description>Merge branch &apos;stefanozampini/gamg-gpu-setup&apos; into &apos;master&apos;MatMat operations with CUSPARSESee merge request petsc/petsc!3391

            List of files:
            /petsc/src/mat/tests/output/ex123_3.out</description>
        <pubDate>Mon, 04 Jan 2021 04:33:33 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e61fc153f65e418a78e74067944ff386afa3a275 - MatSetValuesCOO: perform addition of repeated entries when INSERT_VALUES is specified</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/output/ex123_3.out#e61fc153f65e418a78e74067944ff386afa3a275</link>
        <description>MatSetValuesCOO: perform addition of repeated entries when INSERT_VALUES is specifieduse temporary data instead of persistent storage in cusparse implementation

            List of files:
            /petsc/src/mat/tests/output/ex123_3.out</description>
        <pubDate>Wed, 11 Nov 2020 22:48:51 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4e47ed040c120ffed79fa7586dd21ce722480aea - Mat ex123: test COO preallocation routines</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/output/ex123_3.out#4e47ed040c120ffed79fa7586dd21ce722480aea</link>
        <description>Mat ex123: test COO preallocation routines

            List of files:
            /petsc/src/mat/tests/output/ex123_3.out</description>
        <pubDate>Sun, 18 Oct 2020 16:52:47 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
