<?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 gaussianwave.yaml</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>780fa44f322c16f1ede72eea78134f661774db6e - Merge pull request #1539 from CEED/jrwrigh/explicit_ns</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/gaussianwave.yaml#780fa44f322c16f1ede72eea78134f661774db6e</link>
        <description>Merge pull request #1539 from CEED/jrwrigh/explicit_nsfluids: Make Newtonian BCs compatible with explicit timestepping, add test

            List of files:
            /libCEED/examples/fluids/gaussianwave.yaml</description>
        <pubDate>Tue, 02 Apr 2024 19:08:39 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>5ebd836c59d60a2e5e1cb67f6731404c7da26f85 - test(fluids): Add explicit NS test</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/gaussianwave.yaml#5ebd836c59d60a2e5e1cb67f6731404c7da26f85</link>
        <description>test(fluids): Add explicit NS test

            List of files:
            /libCEED/examples/fluids/gaussianwave.yaml</description>
        <pubDate>Tue, 26 Mar 2024 23:52:12 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>eff337b5e128a4d9e45773f9d24fa63e3fd4d398 - Merge pull request #1443 from CEED/jrwrigh/riemann_slip</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/gaussianwave.yaml#eff337b5e128a4d9e45773f9d24fa63e3fd4d398</link>
        <description>Merge pull request #1443 from CEED/jrwrigh/riemann_slipfluids: Change slip boundary condition formulation

            List of files:
            /libCEED/examples/fluids/gaussianwave.yaml</description>
        <pubDate>Wed, 06 Mar 2024 21:44:45 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>7c5bba50effac2f172c1bac4d5ef42318aada6db - fluids: Change -bc_slip_x -&gt; -bc_symmetry_x</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/gaussianwave.yaml#7c5bba50effac2f172c1bac4d5ef42318aada6db</link>
        <description>fluids: Change -bc_slip_x -&gt; -bc_symmetry_x

            List of files:
            /libCEED/examples/fluids/gaussianwave.yaml</description>
        <pubDate>Wed, 06 Dec 2023 17:43:39 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>1ca28fe18cd782d43097b3f85452a07ecf3c15e6 - Merge pull request #1286 from CEED/jrwrigh/refactor_gravity</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/gaussianwave.yaml#1ca28fe18cd782d43097b3f85452a07ecf3c15e6</link>
        <description>Merge pull request #1286 from CEED/jrwrigh/refactor_gravityfluids: Refactor gravity option

            List of files:
            /libCEED/examples/fluids/gaussianwave.yaml</description>
        <pubDate>Mon, 14 Aug 2023 19:25:29 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>a2726bdb9fd61fabb582ae382b2c690391714ff5 - fluids: Refactor gravity option</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/fluids/gaussianwave.yaml#a2726bdb9fd61fabb582ae382b2c690391714ff5</link>
        <description>fluids: Refactor gravity option - Use `-gravity` instead of `-g` - Enforce that the input should be a length 3 vector - Update documentationMisc: Also update documented default value for `mu`.

            List of files:
            /libCEED/examples/fluids/gaussianwave.yaml</description>
        <pubDate>Mon, 14 Aug 2023 16:31:32 +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/gaussianwave.yaml#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/gaussianwave.yaml</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>
