<?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 ex77_1.out</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>4a6a4c7cc42fa564149da02adc76850f0c997875 - Merge branch &apos;knepley/fix-dm-field-facedata&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/output/ex77_1.out#4a6a4c7cc42fa564149da02adc76850f0c997875</link>
        <description>Merge branch &apos;knepley/fix-dm-field-facedata&apos; into &apos;main&apos;DMField: Quadrature was wrong for affine branch of facedataSee merge request petsc/petsc!7547

            List of files:
            /petsc/src/snes/tutorials/output/ex77_1.out</description>
        <pubDate>Wed, 29 May 2024 15:46:52 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>313f16f268d12d16bfdd28e6eb1cb3bddd13180d - DMField: Quadrature was wrong for affine branch of facedata</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/output/ex77_1.out#313f16f268d12d16bfdd28e6eb1cb3bddd13180d</link>
        <description>DMField: Quadrature was wrong for affine branch of facedata

            List of files:
            /petsc/src/snes/tutorials/output/ex77_1.out</description>
        <pubDate>Tue, 14 May 2024 16:06:03 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&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/snes/tutorials/output/ex77_1.out#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/snes/tutorials/output/ex77_1.out</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>0923d1d9c1f402ee92f3700329e9f6a3ad4a4aa4 - Remove trailing whitespace</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/output/ex77_1.out#0923d1d9c1f402ee92f3700329e9f6a3ad4a4aa4</link>
        <description>Remove trailing whitespace

            List of files:
            /petsc/src/snes/tutorials/output/ex77_1.out</description>
        <pubDate>Sun, 11 Feb 2024 06:31:22 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>68ce86a16c79cbec35048a5468160153699a2c90 - Merge branch &apos;knepley/feature-plex-ceed-integration&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/output/ex77_1.out#68ce86a16c79cbec35048a5468160153699a2c90</link>
        <description>Merge branch &apos;knepley/feature-plex-ceed-integration&apos; into &apos;main&apos;Plex: Initial CEED integrationSee merge request petsc/petsc!3918

            List of files:
            /petsc/src/snes/tutorials/output/ex77_1.out</description>
        <pubDate>Tue, 18 May 2021 04:08:48 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9318fe57260f91432aebecc154ea28ef5cb286a6 - Plex: Now meshes can be created automatically from the command line, and some more fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/output/ex77_1.out#9318fe57260f91432aebecc154ea28ef5cb286a6</link>
        <description>Plex: Now meshes can be created automatically from the command line, and some more fixes- Changed internal mesh creation functions to operate on a DM instead ofcreating a new one so that they can happen with options- Fixed coordinates in CreateCubeBoundary_Internal()- Added DMPlexShape for prebuilt meshes- Added DMPlexIsSimplex()- Added DMPlexCreateCoordinateSpace()- DMPlexDistributeCoordinates() should copy the coordinatediscretization- DMPlexInterpolateFaces_Internal() should be careful to preserve thelower bound when resetting the chart- PetscSectionSetChart() should ignore entries that match the currentones- Added DMPolytopeTypeSimpleShape()- Do not require an EGADS model for TetGen- Detail ASCII viewer shows all labels- Default viewer shows periodicity

            List of files:
            /petsc/src/snes/tutorials/output/ex77_1.out</description>
        <pubDate>Sun, 11 Apr 2021 20:27:58 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&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/snes/tutorials/output/ex77_1.out#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/snes/tutorials/output/ex77_1.out</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/snes/tutorials/output/ex77_1.out#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/snes/tutorials/output/ex77_1.out</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>
