<?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 ex3.cxx</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>732aec7a18f2199fb53bb9a2f3aef439a834ce31 - Merge branch &apos;jolivet/remove-cast&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/tests/ex3d/ex3.cxx#732aec7a18f2199fb53bb9a2f3aef439a834ce31</link>
        <description>Merge branch &apos;jolivet/remove-cast&apos; into &apos;main&apos;Use NULL or nullptr instead of casted 0See merge request petsc/petsc!7857

            List of files:
            /petsc/src/vec/is/ao/tests/ex3d/ex3.cxx</description>
        <pubDate>Sun, 22 Sep 2024 17:54:06 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c8025a5415d73fd1c6005393f2b0e60677bf5915 - Use NULL or nullptr instead of casted 0</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/tests/ex3d/ex3.cxx#c8025a5415d73fd1c6005393f2b0e60677bf5915</link>
        <description>Use NULL or nullptr instead of casted 0

            List of files:
            /petsc/src/vec/is/ao/tests/ex3d/ex3.cxx</description>
        <pubDate>Sat, 21 Sep 2024 07:20:33 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>970231d20df44f79b27787157e39d441e79f434b - Merge branch &apos;jolivet/clang-format-18&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/tests/ex3d/ex3.cxx#970231d20df44f79b27787157e39d441e79f434b</link>
        <description>Merge branch &apos;jolivet/clang-format-18&apos; into &apos;main&apos;clang-format version 18See merge request petsc/petsc!6902

            List of files:
            /petsc/src/vec/is/ao/tests/ex3d/ex3.cxx</description>
        <pubDate>Thu, 07 Mar 2024 12:36:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f4f49eeac7efa77fffa46b7ff95a3ed169f659ed - Remove multiple parentheses and extra semicolon</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/tests/ex3d/ex3.cxx#f4f49eeac7efa77fffa46b7ff95a3ed169f659ed</link>
        <description>Remove multiple parentheses and extra semicolongit grep -l -E &quot;\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]&quot; | xargs sed -r -i&apos;&apos; &apos;s#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g&apos;git grep -l -E &quot;Petsc(.)*\(\(\*[a-zA-Z0-9_]*\),&quot; | xargs sed -r -i&apos;&apos; &apos;s#Petsc([a-zA-Z0-9_]*)\(\(\*([a-zA-Z0-9_]*)\), #Petsc\1(*\2, #g&apos;git grep -l -E &quot;([\!\&amp;\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|-&gt;)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)&quot; | xargs sed -r -i&apos;&apos; &apos;s#([\!\&amp;\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|-&gt;)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)#\1\2#g&apos;

            List of files:
            /petsc/src/vec/is/ao/tests/ex3d/ex3.cxx</description>
        <pubDate>Sun, 11 Feb 2024 06:40:18 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>e8e8640d1cb9a3a2f50c0c0d7b26e5c4d521e2e4 - Merge branch &apos;jolivet/rm-first-empty-line&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/tests/ex3d/ex3.cxx#e8e8640d1cb9a3a2f50c0c0d7b26e5c4d521e2e4</link>
        <description>Merge branch &apos;jolivet/rm-first-empty-line&apos; into &apos;main&apos;Remove first and last empty linesSee merge request petsc/petsc!6892

            List of files:
            /petsc/src/vec/is/ao/tests/ex3d/ex3.cxx</description>
        <pubDate>Tue, 26 Sep 2023 16:50:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>92bec4eefde5b79327e7cea3b0266e7580ec8183 - Remove first and last empty lines</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/tests/ex3d/ex3.cxx#92bec4eefde5b79327e7cea3b0266e7580ec8183</link>
        <description>Remove first and last empty lines

            List of files:
            /petsc/src/vec/is/ao/tests/ex3d/ex3.cxx</description>
        <pubDate>Tue, 26 Sep 2023 16:50:22 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>061e922f3926be00487707c73b78dd3d40309129 - Merge branch &apos;jacobf/2022-09-21/2-bike-2-shed&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/tests/ex3d/ex3.cxx#061e922f3926be00487707c73b78dd3d40309129</link>
        <description>Merge branch &apos;jacobf/2022-09-21/2-bike-2-shed&apos; into &apos;main&apos;Feature: Bicycle Storage Facility 2See merge request petsc/petsc!5661

            List of files:
            /petsc/src/vec/is/ao/tests/ex3d/ex3.cxx</description>
        <pubDate>Thu, 22 Sep 2022 02:09:24 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d71ae5a4db6382e7f06317b8d368875286fe9008 - source code format changes due to .clang-format changes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/tests/ex3d/ex3.cxx#d71ae5a4db6382e7f06317b8d368875286fe9008</link>
        <description>source code format changes due to .clang-format changes

            List of files:
            /petsc/src/vec/is/ao/tests/ex3d/ex3.cxx</description>
        <pubDate>Wed, 21 Sep 2022 21:15:28 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>58d68138c660dfb4e9f5b03334792cd4f2ffd7cc - Merge branch &apos;barry/2022-08-21/clang-format-source&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/tests/ex3d/ex3.cxx#58d68138c660dfb4e9f5b03334792cd4f2ffd7cc</link>
        <description>Merge branch &apos;barry/2022-08-21/clang-format-source&apos; into &apos;main&apos;format repository with clang-formatSee merge request petsc/petsc!5541

            List of files:
            /petsc/src/vec/is/ao/tests/ex3d/ex3.cxx</description>
        <pubDate>Tue, 23 Aug 2022 05:26:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9371c9d470a9602b6d10a8bf50c9b2280a79e45a - clang-format: convert PETSc sources to comply with clang-format</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/tests/ex3d/ex3.cxx#9371c9d470a9602b6d10a8bf50c9b2280a79e45a</link>
        <description>clang-format: convert PETSc sources to comply with clang-format

            List of files:
            /petsc/src/vec/is/ao/tests/ex3d/ex3.cxx</description>
        <pubDate>Mon, 22 Aug 2022 15:20:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@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/vec/is/ao/tests/ex3d/ex3.cxx#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/vec/is/ao/tests/ex3d/ex3.cxx</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/vec/is/ao/tests/ex3d/ex3.cxx#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/vec/is/ao/tests/ex3d/ex3.cxx</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>e6abfd989d6ef9d1a783a9301be083db596da2e7 - Merge branch &apos;jacobf/2022-03-26/variadic-chkerrq-stragglers&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/tests/ex3d/ex3.cxx#e6abfd989d6ef9d1a783a9301be083db596da2e7</link>
        <description>Merge branch &apos;jacobf/2022-03-26/variadic-chkerrq-stragglers&apos; into &apos;main&apos;Clean Up Variadic-CHKERRQ StragglersSee merge request petsc/petsc!5033

            List of files:
            /petsc/src/vec/is/ao/tests/ex3d/ex3.cxx</description>
        <pubDate>Mon, 28 Mar 2022 21:41:07 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b8abcfde4cf799610cd89775278ac4145d1798ce - fixup some remaining stragglers from !4889</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/tests/ex3d/ex3.cxx#b8abcfde4cf799610cd89775278ac4145d1798ce</link>
        <description>fixup some remaining stragglers from !4889

            List of files:
            /petsc/src/vec/is/ao/tests/ex3d/ex3.cxx</description>
        <pubDate>Sat, 26 Mar 2022 23:17:08 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>eced7cd64e432dcabc07fedb7338856eabb7d520 - Merge branch &apos;jacobf/2022-02-21/checkbadsource-enforce-petsccheck&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/tests/ex3d/ex3.cxx#eced7cd64e432dcabc07fedb7338856eabb7d520</link>
        <description>Merge branch &apos;jacobf/2022-02-21/checkbadsource-enforce-petsccheck&apos; into &apos;main&apos;Enforce PetscCheck() and PetscAssert() usage via checkbadSourceSee merge request petsc/petsc!4874

            List of files:
            /petsc/src/vec/is/ao/tests/ex3d/ex3.cxx</description>
        <pubDate>Thu, 24 Feb 2022 18:05:32 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>54c59aa7ba77d4d887738e6cec7401f6ada2a201 - Enforce PetscCheck() and PetscAssert() usage via checkbadSource</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/tests/ex3d/ex3.cxx#54c59aa7ba77d4d887738e6cec7401f6ada2a201</link>
        <description>Enforce PetscCheck() and PetscAssert() usage via checkbadSource

            List of files:
            /petsc/src/vec/is/ao/tests/ex3d/ex3.cxx</description>
        <pubDate>Mon, 21 Feb 2022 21:00:31 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1241a2435f426d5975ea82fba64fedc0910e0d42 - Merge branch &apos;jacobf/2022-01-05/c99&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/tests/ex3d/ex3.cxx#1241a2435f426d5975ea82fba64fedc0910e0d42</link>
        <description>Merge branch &apos;jacobf/2022-01-05/c99&apos; into &apos;main&apos;Feature: C99 and C++11See merge request petsc/petsc!4700

            List of files:
            /petsc/src/vec/is/ao/tests/ex3d/ex3.cxx</description>
        <pubDate>Sun, 13 Feb 2022 23:23:58 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>98921bda46e76d7aaed9e0138c5ff9d0ce93f355 - SETERRQ[1-9]+ begone</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/tests/ex3d/ex3.cxx#98921bda46e76d7aaed9e0138c5ff9d0ce93f355</link>
        <description>SETERRQ[1-9]+ begone

            List of files:
            /petsc/src/vec/is/ao/tests/ex3d/ex3.cxx</description>
        <pubDate>Fri, 28 Jan 2022 18:04:30 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3fb5370ef2e785b9c6c4b76e4abddb3c4a35329e - Merge branch &apos;jacobf/2021-11-18/attribute-format-vec&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/tests/ex3d/ex3.cxx#3fb5370ef2e785b9c6c4b76e4abddb3c4a35329e</link>
        <description>Merge branch &apos;jacobf/2021-11-18/attribute-format-vec&apos; into &apos;main&apos;Feature: Attribute Format - VecSee merge request petsc/petsc!4565

            List of files:
            /petsc/src/vec/is/ao/tests/ex3d/ex3.cxx</description>
        <pubDate>Thu, 09 Dec 2021 17:43:51 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>05d37114d32dbc0e1c6335eb07be012574d7ef8c - Change to PetscInt_FMT in vec tests and tutorials</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/tests/ex3d/ex3.cxx#05d37114d32dbc0e1c6335eb07be012574d7ef8c</link>
        <description>Change to PetscInt_FMT in vec tests and tutorials

            List of files:
            /petsc/src/vec/is/ao/tests/ex3d/ex3.cxx</description>
        <pubDate>Thu, 18 Nov 2021 16:22:36 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
