<?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 ex95.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>834855d6effb0d027771461c8e947ee1ce5a1e17 - Merge branch &apos;jolivet/clang-format-21&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex95.c#834855d6effb0d027771461c8e947ee1ce5a1e17</link>
        <description>Merge branch &apos;jolivet/clang-format-21&apos; into &apos;main&apos;clang-format-21See merge request petsc/petsc!8202

            List of files:
            /petsc/src/dm/impls/plex/tests/ex95.c</description>
        <pubDate>Wed, 27 Aug 2025 20:14:46 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3a7d0413a690b3ac55568f51e4c3dc23a888f57d - One-liners from petsc/petsc!5344 and petsc/petsc!5557</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex95.c#3a7d0413a690b3ac55568f51e4c3dc23a888f57d</link>
        <description>One-liners from petsc/petsc!5344 and petsc/petsc!5557Slightly reworked regular expressiongit ls-files -z -- &apos;*.c&apos; &apos;*.cxx&apos; &apos;*.cu&apos; &apos;*.h&apos; &apos;*.hpp&apos; &apos;*.cpp&apos; | while IFS= read -r -d &apos;&apos; file; do    cat $file | tr &apos;\n&apos; &apos;\r&apos; | sed -E &apos;s/\r([ ]*)(for|if|while|else) ([^\r]*)\{\r[ ]*Petsc([a-zA-Z]*)\(([^\r]*)\);\r[ ]*\}\r/\r\1\2 \3Petsc\4(\5);\r/g&apos; | tr &apos;\r&apos; &apos;\n&apos; &gt; ${file}.joe; mv ${file}.joe ${file}done

            List of files:
            /petsc/src/dm/impls/plex/tests/ex95.c</description>
        <pubDate>Mon, 12 May 2025 18:15:37 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>27f6a0efc922cc1c17da3f5f8db699f2da23a7f1 - Merge branch &apos;bourdin/exodusii-64bit&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex95.c#27f6a0efc922cc1c17da3f5f8db699f2da23a7f1</link>
        <description>Merge branch &apos;bourdin/exodusii-64bit&apos; into &apos;main&apos;exodusii: add PetscExodusIIInt, PetscExodusIIFloat, fixes src/dm/impls/plex/tests/ex26 with 64bit buildSee merge request petsc/petsc!7824

            List of files:
            /petsc/src/dm/impls/plex/tests/ex95.c</description>
        <pubDate>Wed, 25 Sep 2024 05:52:00 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>0a5cf5d8aa03b9d37350e0735e3cdfb377381335 - exodusii: add PetscExodusIIInt, PetscExodusIIFloat, fixes src/dm/impls/plex/tests/ex26 with 64bit build</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex95.c#0a5cf5d8aa03b9d37350e0735e3cdfb377381335</link>
        <description>exodusii: add PetscExodusIIInt, PetscExodusIIFloat, fixes src/dm/impls/plex/tests/ex26 with 64bit build

            List of files:
            /petsc/src/dm/impls/plex/tests/ex95.c</description>
        <pubDate>Wed, 25 Sep 2024 05:52:00 +0000</pubDate>
        <dc:creator>Blaise Bourdin &lt;bourdin@mcmaster.ca&gt;</dc:creator>
    </item>
<item>
        <title>a82fbe4e516d61f82c24927cf62abd3474dad806 - Merge branch &apos;ahmed/exodusii-improvements&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex95.c#a82fbe4e516d61f82c24927cf62abd3474dad806</link>
        <description>Merge branch &apos;ahmed/exodusii-improvements&apos; into &apos;main&apos;ExodusII: cache variable namesSee merge request petsc/petsc!7705

            List of files:
            /petsc/src/dm/impls/plex/tests/ex95.c</description>
        <pubDate>Mon, 09 Sep 2024 17:36:58 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>49c89c767329b4815515fe9047927c4fa12c2a65 - PetscViewer_ExodusII: Allow the viewer to set and query the name and number of variables (results) stored in an exodusII file. Cache this information to avoid repeated calls to exodusII functions.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex95.c#49c89c767329b4815515fe9047927c4fa12c2a65</link>
        <description>PetscViewer_ExodusII: Allow the viewer to set and query the name and number of variables (results) stored in an exodusII file. Cache this information to avoid repeated calls to exodusII functions.And update to use exodusII-v2024-06-27Co-authored-by: Sarah Ahmed ahmes134@mcmaster.ca

            List of files:
            /petsc/src/dm/impls/plex/tests/ex95.c</description>
        <pubDate>Mon, 09 Sep 2024 17:36:58 +0000</pubDate>
        <dc:creator>Blaise Bourdin &lt;bourdin@mcmaster.ca&gt;</dc:creator>
    </item>
</channel>
</rss>
