<?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 ex7.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>be37439ebbbdb2f81c3420c175a94aa72e59929c - Merge branch &apos;stefanozampini/useless-cast&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex7.c#be37439ebbbdb2f81c3420c175a94aa72e59929c</link>
        <description>Merge branch &apos;stefanozampini/useless-cast&apos; into &apos;main&apos;Remove useless castSee merge request petsc/petsc!7894

            List of files:
            /petsc/src/sys/tutorials/ex7.c</description>
        <pubDate>Mon, 21 Oct 2024 21:59:33 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>300f171239eac29652a6d3566e5722b07669eda1 - brain dead fixes for useless casts in examples</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex7.c#300f171239eac29652a6d3566e5722b07669eda1</link>
        <description>brain dead fixes for useless casts in examples

            List of files:
            /petsc/src/sys/tutorials/ex7.c</description>
        <pubDate>Sat, 05 Oct 2024 12:48:40 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>db37729f1e964689d8d4c872510a2940c081bc74 - Merge branch &apos;ex7-print-objects-destroyed&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex7.c#db37729f1e964689d8d4c872510a2940c081bc74</link>
        <description>Merge branch &apos;ex7-print-objects-destroyed&apos; into &apos;main&apos;Fix a typo in sys/tutorials/ex7.c.See merge request petsc/petsc!7099

            List of files:
            /petsc/src/sys/tutorials/ex7.c</description>
        <pubDate>Sat, 09 Dec 2023 05:38:16 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>93a9da4c04075215d80771f99ed44b2ea12b9d93 - Fix a typo in sys/tutorials/ex7.c.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex7.c#93a9da4c04075215d80771f99ed44b2ea12b9d93</link>
        <description>Fix a typo in sys/tutorials/ex7.c.

            List of files:
            /petsc/src/sys/tutorials/ex7.c</description>
        <pubDate>Fri, 08 Dec 2023 21:00:26 +0000</pubDate>
        <dc:creator>David Wells &lt;drwells@email.unc.edu&gt;</dc:creator>
    </item>
<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/ex7.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/ex7.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>dff009be1503132eb32dbaedc8512f49b68e5e4c - Profiling: Add composed functions for default log handler functions</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex7.c#dff009be1503132eb32dbaedc8512f49b68e5e4c</link>
        <description>Profiling: Add composed functions for default log handler functionsThis makes them extensible to other implementations.Where appropriate, the global log handler will now dispatchthese functions to all running log handlers.It is not always appropriate to dispatch to all running log handlers:when a single return value is expected or when a filenameis given, it will continue to dispatch only to the defaultlog handler.

            List of files:
            /petsc/src/sys/tutorials/ex7.c</description>
        <pubDate>Mon, 24 Jul 2023 16:40:30 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;toby.isaac@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>294de794fe123e610254afa1d3b5e86df4c0be38 - Profiling: Rename PETSC_LOG_HANDLER_XXX -&gt; PETSCLOGHANDLERXXX</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex7.c#294de794fe123e610254afa1d3b5e86df4c0be38</link>
        <description>Profiling: Rename PETSC_LOG_HANDLER_XXX -&gt; PETSCLOGHANDLERXXX

            List of files:
            /petsc/src/sys/tutorials/ex7.c</description>
        <pubDate>Thu, 20 Jul 2023 05:12:35 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;toby.isaac@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>936c8cb46dbed228e90bc02ae432d148ebb6df75 - Profiling: Add tutorial for implementing a PetscLogHandler</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex7.c#936c8cb46dbed228e90bc02ae432d148ebb6df75</link>
        <description>Profiling: Add tutorial for implementing a PetscLogHandlersys/tutorials/ex7.c implements all log handling callbacks using only thepublic interface and also demonstrates what to expect inPetscLogHandlerStagePush() and PetscLogHandlerStagePop()regarding the transition from old stage to new stage.

            List of files:
            /petsc/src/sys/tutorials/ex7.c</description>
        <pubDate>Fri, 14 Jul 2023 07:29:58 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;toby.isaac@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
