<?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 fluids-navierstokes-dc-explicit.bin</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>6249180fa43fb7930a51018af592a6afe4e1937c - Merge pull request #1496 from CEED/jrwrigh/ksp_mass</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/tests-output/fluids-navierstokes-dc-explicit.bin#6249180fa43fb7930a51018af592a6afe4e1937c</link>
        <description>Merge pull request #1496 from CEED/jrwrigh/ksp_massFluids: Fix mass operator for explicit timestepping, move to KSP for mass operator

            List of files:
            /libCEED/examples/fluids/tests-output/fluids-navierstokes-dc-explicit.bin</description>
        <pubDate>Mon, 04 Mar 2024 21:12:37 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>0f2fa9b4e1deb19c1ee4421d58b5dd7bd7f4a799 - fluids: Fix mass matrix for explicit time stepping</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/tests-output/fluids-navierstokes-dc-explicit.bin#0f2fa9b4e1deb19c1ee4421d58b5dd7bd7f4a799</link>
        <description>fluids: Fix mass matrix for explicit time steppingThe local vector should be initialized to zero so that all the essentialnodes (ie. strong boundary condition nodes) are not factored in for thematrix multiply. The PR associated with this commit should have adocument attached detailing why this is the case.Previous tests used this incorrect mass matrix and so now fail. Theresults for these tests are corrected as well.

            List of files:
            /libCEED/examples/fluids/tests-output/fluids-navierstokes-dc-explicit.bin</description>
        <pubDate>Sun, 03 Mar 2024 00:17:25 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>645ad15b7be208ace04a1509139662bfb7a095b2 - Merge pull request #1371 from CEED/kjansen/DropPotentialFromEtot</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/tests-output/fluids-navierstokes-dc-explicit.bin#645ad15b7be208ace04a1509139662bfb7a095b2</link>
        <description>Merge pull request #1371 from CEED/kjansen/DropPotentialFromEtotDrop Potential Energy from Etot conservation variable

            List of files:
            /libCEED/examples/fluids/tests-output/fluids-navierstokes-dc-explicit.bin</description>
        <pubDate>Fri, 13 Oct 2023 22:08:59 +0000</pubDate>
        <dc:creator>Kenneth E. Jansen &lt;Kenneth.Jansen@colorado.edu&gt;</dc:creator>
    </item>
<item>
        <title>61b461789351e83fd512a9c6d847734d2974ec77 - test: Add corrected tests for removing E_potential from E_total</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/tests-output/fluids-navierstokes-dc-explicit.bin#61b461789351e83fd512a9c6d847734d2974ec77</link>
        <description>test: Add corrected tests for removing E_potential from E_total

            List of files:
            /libCEED/examples/fluids/tests-output/fluids-navierstokes-dc-explicit.bin</description>
        <pubDate>Fri, 13 Oct 2023 18:08:34 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>2f439227254593e594d6ab1b51afd92f56e9ee04 - test: Add corrected tests for removing E_potential from E_total</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/tests-output/fluids-navierstokes-dc-explicit.bin#2f439227254593e594d6ab1b51afd92f56e9ee04</link>
        <description>test: Add corrected tests for removing E_potential from E_total

            List of files:
            /libCEED/examples/fluids/tests-output/fluids-navierstokes-dc-explicit.bin</description>
        <pubDate>Fri, 13 Oct 2023 18:08:34 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>dc8efd83546faf0200bf0bfcfb1678fae1874cc5 - Fluids - More Regression Tests (#687)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/tests-output/fluids-navierstokes-dc-explicit.bin#dc8efd83546faf0200bf0bfcfb1678fae1874cc5</link>
        <description>Fluids - More Regression Tests (#687)* examples/fluids: Regression tests: Changed the reference files&apos; names andthe flags to associate with the corresponding example (so fardensity_current only)Changed the files&apos; namesChanged the flags* examples/fluids: added new regression tests for advection(2d)* examples/fluids: regression tests: removed the enums and passed defined command-line options for filepath and test tolerance.Removed solver controls and assigned testtol=1E-11 for explicit cases.styleexamples/fluids: regression tests: fixed the pathfile issue (it needs to be relative)examples/fluids: Specified a name for each testexamples/fluids: TESTARGS - trying absolute path for the test files* tests/tap.sh: Print out test names for fluids examplesinspired-by: @jeremylttests/tap.sh: drop quotation marks from the printed test names* tests: specify test name for ceed and nek examples and print the names when there are multiple test arguments* examples/fluids: remove test_ from test names* style* tests/junit.py: Add name for tests with multiple test cases* examples/ceed/ex1-volume.c: make the naming of the tests consistent* tests/junit.py: a more compact if statementhelped-by: @jeremylt* examples/fluids: drop the broken supg test of density_current for nowThe stabilization enum is not passed to density_current QFunction hencethe test doesn&apos;t work. We need to create a new test when the code isdebugged.

            List of files:
            /libCEED/examples/fluids/tests-output/fluids-navierstokes-dc-explicit.bin</description>
        <pubDate>Wed, 31 Mar 2021 18:35:39 +0000</pubDate>
        <dc:creator>Leila Ghaffari &lt;49916147+LeilaGhaffari@users.noreply.github.com&gt;</dc:creator>
    </item>
</channel>
</rss>
