<?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-gaussianwave-IDL.bin</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>68ce66292abc42bfe5129ee48d1f359a4b97a9bf - Merge pull request #1681 from CEED/jrwrigh/fix_fluids_alpha</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/tests-output/fluids-navierstokes-gaussianwave-IDL.bin#68ce66292abc42bfe5129ee48d1f359a4b97a9bf</link>
        <description>Merge pull request #1681 from CEED/jrwrigh/fix_fluids_alphafix(fluids): Update tests for fixed ts_type alpha

            List of files:
            /libCEED/examples/fluids/tests-output/fluids-navierstokes-gaussianwave-IDL.bin</description>
        <pubDate>Tue, 08 Oct 2024 20:24:48 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>70952158361b9d75c803a361a1c499ca025d805a - fix(fluids): Update tests for fixed ts_type alpha</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/tests-output/fluids-navierstokes-gaussianwave-IDL.bin#70952158361b9d75c803a361a1c499ca025d805a</link>
        <description>fix(fluids): Update tests for fixed ts_type alphaThe startup logic for `ts_type: alpha` was fixed in petsc/petsc!7816, sothe reference solutions needed to be fixed as well.

            List of files:
            /libCEED/examples/fluids/tests-output/fluids-navierstokes-gaussianwave-IDL.bin</description>
        <pubDate>Fri, 04 Oct 2024 16:40:38 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>b9f1e9d905d793e4544acdc28de787ee3577dd16 - Merge pull request #1609 from CEED/jrwrigh/fix_riemann_solvers</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/tests-output/fluids-navierstokes-gaussianwave-IDL.bin#b9f1e9d905d793e4544acdc28de787ee3577dd16</link>
        <description>Merge pull request #1609 from CEED/jrwrigh/fix_riemann_solversfluids: Fix Riemann solvers *_fwd mode functions

            List of files:
            /libCEED/examples/fluids/tests-output/fluids-navierstokes-gaussianwave-IDL.bin</description>
        <pubDate>Thu, 20 Jun 2024 17:15:59 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>54f81801806a437fa03eeab77ebdba810797a95b - fix(fluids): Correct Riemann HLL *_fwd functions</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/tests-output/fluids-navierstokes-gaussianwave-IDL.bin#54f81801806a437fa03eeab77ebdba810797a95b</link>
        <description>fix(fluids): Correct Riemann HLL *_fwd functions

            List of files:
            /libCEED/examples/fluids/tests-output/fluids-navierstokes-gaussianwave-IDL.bin</description>
        <pubDate>Thu, 20 Jun 2024 14:31:16 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>7dc3a04a8fe8b90e22e1713fd5aa5ec816726a0e - Merge pull request #1568 from CEED/jrwrigh/fix_blasius_state</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/tests-output/fluids-navierstokes-gaussianwave-IDL.bin#7dc3a04a8fe8b90e22e1713fd5aa5ec816726a0e</link>
        <description>Merge pull request #1568 from CEED/jrwrigh/fix_blasius_statefix: Correct P0 deprecation

            List of files:
            /libCEED/examples/fluids/tests-output/fluids-navierstokes-gaussianwave-IDL.bin</description>
        <pubDate>Mon, 29 Apr 2024 16:30:35 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>2249ac91e41bcb38055c29b6427350f9214a7158 - fluids: Introduce -idl_pressure option</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/tests-output/fluids-navierstokes-gaussianwave-IDL.bin#2249ac91e41bcb38055c29b6427350f9214a7158</link>
        <description>fluids: Introduce -idl_pressure optionAlso re-instates the old P0 behavior with regard to the idl_pressure

            List of files:
            /libCEED/examples/fluids/tests-output/fluids-navierstokes-gaussianwave-IDL.bin</description>
        <pubDate>Sat, 27 Apr 2024 23:46:15 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>530ad8c4fcac036810a1c230b0a577d30882de6e - Ken/idl (#1138)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/tests-output/fluids-navierstokes-gaussianwave-IDL.bin#530ad8c4fcac036810a1c230b0a577d30882de6e</link>
        <description>Ken/idl (#1138)* inflow sponge pushing p towards P0 compiles and runs but unknown yet whether it is effective or not* looks like my first attempt at this is missing something as there is negligible effect from Jacobian addition* examples/fluids: IDL fixes and demo* Fix IDL sign error and rename variables/clang-format* Let newtonianwave.yaml use -reference_pressure and temperature* Propagate P0 = reference.pressure* Small tweak to add IDL to the 3 ramp parameters.* fluids: Extract fluids binary vector load function - Needs to be used in multiple places (for ICs and for testing data)* fluids: Correct typo in previous commits* fluids: Add IDL and newtonian wave test* fluids: Rename Newtonian Wave --&gt; Gaussian Wave* fluids: Move RampCoefficient into utils - Also change name to LinearRampCoefficient, as we may have different   kinds of ramps in the future* fluids: Change IDL commandline options* docs(fluids): Document internal damping layerCo-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;* fluids: Add ScaleN QF utility* fluids: Extract InternalDampingLayer QFunction helper---------Co-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;Co-authored-by: KennethEJansen &lt;jansenke@colorado.edu&gt;Co-authored-by: James Wright &lt;james@jameswright.xyz&gt;

            List of files:
            /libCEED/examples/fluids/tests-output/fluids-navierstokes-gaussianwave-IDL.bin</description>
        <pubDate>Sat, 11 Mar 2023 03:16:47 +0000</pubDate>
        <dc:creator>Kenneth E. Jansen &lt;Kenneth.Jansen@colorado.edu&gt;</dc:creator>
    </item>
</channel>
</rss>
