<?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 ex6.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>6c37f76f2ace6b1ab1a4a8f1d7a04dee3e7f2aa9 - Merge branch &apos;tisaac/feature-log-handler&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex6.c#6c37f76f2ace6b1ab1a4a8f1d7a04dee3e7f2aa9</link>
        <description>Merge branch &apos;tisaac/feature-log-handler&apos; into &apos;main&apos;Deglobalize logging into PetscLogHandler and PetscLogStateSee merge request petsc/petsc!6709

            List of files:
            /petsc/src/sys/tutorials/ex6.c</description>
        <pubDate>Thu, 27 Jul 2023 15:06:19 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9de6b0b6e81799bfdfbece7f1f5e07a4003f5640 - Profiling: Add a tutorial showing how to adapt logging callbacks</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex6.c#9de6b0b6e81799bfdfbece7f1f5e07a4003f5640</link>
        <description>Profiling: Add a tutorial showing how to adapt logging callbackssrc/sys/tutorials/ex6.c shows how legacy callbacks can be adaptedto the new logging infrastructure.

            List of files:
            /petsc/src/sys/tutorials/ex6.c</description>
        <pubDate>Fri, 14 Jul 2023 07:28:39 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;toby.isaac@gmail.com&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/sys/tutorials/ex6.c#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/sys/tutorials/ex6.c</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/sys/tutorials/ex6.c#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/sys/tutorials/ex6.c</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>d404321054fa2c7ba5f4abd374f79e53ad1968bb - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex6.c#d404321054fa2c7ba5f4abd374f79e53ad1968bb</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/tutorials/ex6.c</description>
        <pubDate>Wed, 06 Apr 2022 12:00:35 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6b51dbe656a721552c9aaa6ea3ff4c3750fc01e6 - Merge branch &apos;psanan/docs-remove-concepts&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex6.c#6b51dbe656a721552c9aaa6ea3ff4c3750fc01e6</link>
        <description>Merge branch &apos;psanan/docs-remove-concepts&apos; into &apos;release&apos;Docs: remove ConceptsSee merge request petsc/petsc!5065

            List of files:
            /petsc/src/sys/tutorials/ex6.c</description>
        <pubDate>Wed, 06 Apr 2022 11:58:21 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1bb3edfd3d106a9ce6e99783e45c9200c8e18d90 - Docs: remove &quot;Concepts:&quot; and related comments in /*T .. T*/ blocks</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex6.c#1bb3edfd3d106a9ce6e99783e45c9200c8e18d90</link>
        <description>Docs: remove &quot;Concepts:&quot; and related comments in /*T .. T*/ blocksRemove all \*T ... comment blocks with e.g.   cd src &amp;&amp; find . -type f -exec sed -i &apos;/^[! ] *\/\*T$/,/^[! ]*T\*\/$/d&apos; {} \;Clean up resulting double blank lines with e.g.   cd src &amp;&amp;  find . type f \( -name &quot;*.c&quot; -o -name &quot;*.cxx&quot; -o -name &quot;*.F&quot; -o -name &quot;*.F90&quot; \) -exec sh -c &quot;cat -s {} &gt; tmp &amp;&amp; mv tmp {}&quot; \;Manually revert those changes from the vendored code (src/sys/yaml)Manually restore a few comments from these blocks.Manually remove &quot;Concepts:&quot; and &quot;Processors:&quot; comments from fileswhich have these outside of &quot;\*T&quot; blocks automatically deleted above.

            List of files:
            /petsc/src/sys/tutorials/ex6.c</description>
        <pubDate>Wed, 06 Apr 2022 08:24:26 +0000</pubDate>
        <dc:creator>Patrick Sanan &lt;patrick.sanan@gmail.com&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/sys/tutorials/ex6.c#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/sys/tutorials/ex6.c</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/sys/tutorials/ex6.c#b8abcfde4cf799610cd89775278ac4145d1798ce</link>
        <description>fixup some remaining stragglers from !4889

            List of files:
            /petsc/src/sys/tutorials/ex6.c</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>a8cf78f8ba7de1c454a604310d727fd2be405418 - Merge branch &apos;barry/2021-05-16/fix-double-lines&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex6.c#a8cf78f8ba7de1c454a604310d727fd2be405418</link>
        <description>Merge branch &apos;barry/2021-05-16/fix-double-lines&apos; into &apos;main&apos;Fix typos in sourceSee merge request petsc/petsc!3984

            List of files:
            /petsc/src/sys/tutorials/ex6.c</description>
        <pubDate>Mon, 24 May 2021 05:08:33 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4e278199b78715991f5c71ebbd945c1489263e6c - Remove all double blank lines from source</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex6.c#4e278199b78715991f5c71ebbd945c1489263e6c</link>
        <description>Remove all double blank lines from sourceCommit-type: petsc-style/2h

            List of files:
            /petsc/src/sys/tutorials/ex6.c</description>
        <pubDate>Sun, 16 May 2021 12:35:27 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c20d77252dee0f9c80fc6f8b1a6f948e11175edb - Merge branch &apos;jed/promote-examples-tests-tutorials&apos; [petsc/petsc!2610]</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex6.c#c20d77252dee0f9c80fc6f8b1a6f948e11175edb</link>
        <description>Merge branch &apos;jed/promote-examples-tests-tutorials&apos; [petsc/petsc!2610]* jed/promote-examples-tests-tutorials:  Promote examples/{tests,tutorials}/ to {tests,tutorials}/

            List of files:
            /petsc/src/sys/tutorials/ex6.c</description>
        <pubDate>Sun, 22 Mar 2020 01:49:31 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>c4762a1b19cd2af06abeed90e8f9d34fb975dd94 - Promote examples/{tests,tutorials}/ to {tests,tutorials}/</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex6.c#c4762a1b19cd2af06abeed90e8f9d34fb975dd94</link>
        <description>Promote examples/{tests,tutorials}/ to {tests,tutorials}/This shortens paths and improves consistency between test target namesand paths to the source and output files.  Most of the work wascompleted by this script, followed by mild cleanup of nonconformingcases.for makefile in `git ls-files &apos;src/*makefile&apos;`; do    if rg -q &apos;DIRS.*\bexamples\b&apos; $makefile; then        base=$(dirname $makefile)        dirs=$(cd $base/examples &amp;&amp; ls -d tests tutorials 2&gt;/dev/null | xargs echo)        perl -pi -e &quot;s#^(DIRS.*)\bexamples\b#\1${dirs}#&quot; $makefile        git rm $base/examples/makefile        for t in $dirs; do            git mv $base/examples/$t $base/            perl -pi -e &quot;s#^(LOCDIR[[:space:]]*=).*#\1 $base/$t/#&quot; $base/$t        done    fidonegit grep -l -E -z &apos;examples/(tutorials|tests)&apos; | xargs -0 perl -pi -e &apos;s#examples/(tutorials|tests)#\1#g&apos;git checkout @ \    src/docs/website/documentation/changes/ \    src/benchmarks/results/

            List of files:
            /petsc/src/sys/tutorials/ex6.c</description>
        <pubDate>Wed, 18 Mar 2020 15:41:21 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
</channel>
</rss>
