<?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 log_events.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>d4cc18453651bd0f94c1a2e078b2646a92dafdcc - Merge pull request #1912 from CEED/jeremy/copyright</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/include/log_events.h#d4cc18453651bd0f94c1a2e078b2646a92dafdcc</link>
        <description>Merge pull request #1912 from CEED/jeremy/copyrightminor - update copyright to 2026

            List of files:
            /libCEED/examples/fluids/include/log_events.h</description>
        <pubDate>Tue, 30 Dec 2025 21:15:37 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>9ba83ac0e4b1fca39d6fa6737a318a9f0cbc172d - minor - update copyright to 2026</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/include/log_events.h#9ba83ac0e4b1fca39d6fa6737a318a9f0cbc172d</link>
        <description>minor - update copyright to 2026

            List of files:
            /libCEED/examples/fluids/include/log_events.h</description>
        <pubDate>Fri, 19 Dec 2025 19:03:59 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>20a16a5fde8c37c2820b3798c7dd8f97d46128bb - Merge pull request #1786 from CEED/jeremy/copy-headers</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/include/log_events.h#20a16a5fde8c37c2820b3798c7dd8f97d46128bb</link>
        <description>Merge pull request #1786 from CEED/jeremy/copy-headersminor - upate copyright to 2025

            List of files:
            /libCEED/examples/fluids/include/log_events.h</description>
        <pubDate>Thu, 20 Mar 2025 15:40:42 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>d275d636ccaa61e594421fac80252590e7a77ccf - minor - upate copyright to 2025</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/include/log_events.h#d275d636ccaa61e594421fac80252590e7a77ccf</link>
        <description>minor - upate copyright to 2025

            List of files:
            /libCEED/examples/fluids/include/log_events.h</description>
        <pubDate>Wed, 19 Mar 2025 22:27:57 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>91d8b1ea738b1f1e2da477a71d3db5b7a7ff033b - Merge pull request #1623 from CEED/jeremy/disable-smartsim</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/include/log_events.h#91d8b1ea738b1f1e2da477a71d3db5b7a7ff033b</link>
        <description>Merge pull request #1623 from CEED/jeremy/disable-smartsimfluids - drop SGS, SmartSim, Torch (moved to HONEE)

            List of files:
            /libCEED/examples/fluids/include/log_events.h</description>
        <pubDate>Fri, 28 Jun 2024 14:45:11 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>3e0c2f3f098a94aa29497d10cd3cab29dd4ca6e3 - fluids - Remove SGS, SmartSim, Torch (moved to HONEE)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/include/log_events.h#3e0c2f3f098a94aa29497d10cd3cab29dd4ca6e3</link>
        <description>fluids - Remove SGS, SmartSim, Torch (moved to HONEE)

            List of files:
            /libCEED/examples/fluids/include/log_events.h</description>
        <pubDate>Thu, 27 Jun 2024 21:03:40 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>9702fad555bca64ebadd65b6683823bdeee0498a - Merge pull request #1581 from CEED/jrwrigh/pytorch_external_sgs</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/include/log_events.h#9702fad555bca64ebadd65b6683823bdeee0498a</link>
        <description>Merge pull request #1581 from CEED/jrwrigh/pytorch_external_sgsfluids: Add PyTorch external DD SGS evaluation

            List of files:
            /libCEED/examples/fluids/include/log_events.h</description>
        <pubDate>Wed, 12 Jun 2024 23:28:06 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>9d9921469e04172ec2c38394694d3e721744c768 - fluids: Add log_events.c/h, PetscLogEvent for torch</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/include/log_events.h#9d9921469e04172ec2c38394694d3e721744c768</link>
        <description>fluids: Add log_events.c/h, PetscLogEvent for torchTo have the log_events accessbile to torch (in C++), I needed toseparate out the header file containing the extern PetscLogEventdeclarations. While I was at it, I figured it&apos;d be more clear to have aseparate log_events.c file as well to have the actual &quot;storage&quot; of thePetscLogEvents and the RegisterLogEvents function itself.

            List of files:
            /libCEED/examples/fluids/include/log_events.h</description>
        <pubDate>Sat, 11 May 2024 14:50:53 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
</channel>
</rss>
