<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>9b9f6113f51e15913d7f93f3cfe1286cbb8f166e - Merge pull request #1881 from CEED/SirAlienTheGreat/rust-qfunctions</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/Makefile#9b9f6113f51e15913d7f93f3cfe1286cbb8f166e</link>
        <description>Merge pull request #1881 from CEED/SirAlienTheGreat/rust-qfunctionsRust and cuda clang support (#1873)

            List of files:
            /libCEED/examples/Makefile</description>
        <pubDate>Fri, 08 Aug 2025 15:43:27 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>2027fb9d13fe34211738d8539f90542a9801ae2c - Rust and cuda clang support (#1873)</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/Makefile#2027fb9d13fe34211738d8539f90542a9801ae2c</link>
        <description>Rust and cuda clang support (#1873)* Switch compiler to clang (not portable)* test add_num* compile with llvm tools* not working linking* not fixed* Update ex1-volume.h* update* remove global path* changes* changes 2* crate works* basic gpu rust compilation* still not working* rust source roots basic support* nvrtc/clang selection* cleanup* update example (not working)* add rust example* fix merge issue* delete temp files* cleanup* rust qfunc 2d array (needs doc)* cleanup* more cleanup* downgrade back to c++11* format* final draft cleanup* formatting + CUDA_CLANG -&gt; GPU_CLANG* Update cuda CEED_QFUNCTION_RUST* fix python* fix python and format* format fr* update comment* fix python fr* Apply error suggestions from code review* update errors to libceed format* Apply suggestions from code review* add optimization flag* remove line breaks* Apply suggestions from code review* avoid python in macro better* add rust example* format* Apply suggestions from code review* move rust example to own directory* Simplify python exclusion logic* re-fix python* Update python/build_ceed_cffi.py* change names and simplify makefile* Revert &quot;change names and simplify makefile&quot;This reverts commit 96e762f9f5d50d8ed9d3673e7fda850dfc390abe.* Apply Jeremy&apos;s diff* Simplify CeedCallSystem* use rust-install llvm tools* add gitignores* update paths* example absolute path* fix comments* apply partial diff* add newline* add makefile* Update examples/rust-qfunctions/Makefile* update makefile---------Co-authored-by: Allen MacFarland &lt;alma4974@noether&gt;

            List of files:
            /libCEED/examples/Makefile</description>
        <pubDate>Thu, 31 Jul 2025 18:43:27 +0000</pubDate>
        <dc:creator>SirAlienTheGreat &lt;79958059+SirAlienTheGreat@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>ce18bed930e8f3bfebcf709a18844aba97fe4630 - Merge pull request #858 from CEED/jeremy/dump-copy-stuff</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/Makefile#ce18bed930e8f3bfebcf709a18844aba97fe4630</link>
        <description>Merge pull request #858 from CEED/jeremy/dump-copy-stuffStrip redundant/outdated license info duplication

            List of files:
            /libCEED/examples/Makefile</description>
        <pubDate>Thu, 17 Mar 2022 18:35:22 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>3d8e882215d238700cdceb37404f76ca7fa24eaa - minor - update copyright headers</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/Makefile#3d8e882215d238700cdceb37404f76ca7fa24eaa</link>
        <description>minor - update copyright headers

            List of files:
            /libCEED/examples/Makefile</description>
        <pubDate>Thu, 17 Mar 2022 15:41:22 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>b250684e6ab7a947684c360148fcfb7c3899437a - Merge branch &apos;master&apos; into valeria/jupyter-notebook-tutorials</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/Makefile#b250684e6ab7a947684c360148fcfb7c3899437a</link>
        <description>Merge branch &apos;master&apos; into valeria/jupyter-notebook-tutorials

            List of files:
            /libCEED/examples/Makefile</description>
        <pubDate>Thu, 26 Mar 2020 21:05:59 +0000</pubDate>
        <dc:creator>Valeria Barra &lt;39932030+valeriabarra@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>ccaff0309dc399f656ea11018b919b30feb8b0fa - Solid Mechanics Example (#474)</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/Makefile#ccaff0309dc399f656ea11018b919b30feb8b0fa</link>
        <description>Solid Mechanics Example (#474)libCEED + PETSc Solid Mechanics exampleCo-authored-by: Jeremy L Thompson &lt;jeremy.thompson@colorado.edu&gt;Co-authored-by: Arash Mehraban &lt;arashm81@gmail.com&gt;Co-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;Co-authored-by: Valeria Barra &lt;valeriabarra21@gmail.com&gt;* Solids - initial commit of elasticity exampleCo-authored-by: Jeremy L Thompson &lt;jeremy.thompson@colorado.edu&gt;Co-authored-by: Arash Mehraban &lt;arashm81@gmail.com&gt;* Solids - add VLA macro* Solids - fix test for mesh file output string* Solids - update documentationCo-authored-by: Jeremy L Thompson &lt;jeremy.thompson@colorado.edu&gt;Co-authored-by: Arash Mehraban &lt;arashm81@gmail.com&gt;* Solids - update README* Solids - update ctx struct and casting for CUDA* Tests - clean up test conditions for GPU backends* GPU - fix falbacks identified* CUDA - whitelist FDM Inverse* make style* doc: solids editing/correctness* Solids - separate FE boilerplate into its own function* Solids - clean up double includes* doc: add more complete explanation of hyperelasticity and formulation* Solids - Use ISGetSize for global number of face sets (had no effect on PETSc bug in MR 2615)* edited docs for hyperFS* Improve doc of solids example with some constitent notation and fonts* HyperSS docs modified* edited typo* linearization added* fixed a typo* Improved doc* doc: more writing on hyperelasticity and implementation tradeoffs* Solids - fix typo* Solids - compute and store C, Cinv, and S as symmetric* Solids - use new Newton linearization, but its not converging* Solids - update BC handling* Solids - update README with new BC options* removed old notation* Solids - whitespace changes only in documentation* doc: adjust differential notation and derive dP(dF)* Solids - small documentation flow edits* Solids - simplify setting BCs* Solids - Symmetritize e in SS* Solids - set more reasonable default number of steps for nonlinear* Solids - fix documentation typo* Solids - clean up computation of deltaS* Solids - fix sample runs* Solids - fix hyperSS jacobian* Solids - fix hyperSS documentation* Solids - clean up code for hyperSS* Solids - add file and function docstrings* doc: commutative diagram of linearization and stable stress expression* Solids - update hyperSS documentation with linearization* doc: further tips on stable computation* Solids - fix typo with trace in hyperSS* Solids - intro and hyperSS documentation updates* Solids - update hyperFS for numerical stability with small E and nearly incompressible* examples/solids: simpler C = I + 2E* Solids - more compact/readable E computation* Solids - minor style consistency change* Solids - replace log1p with series approximation, log1p is not vectorized in libc* Solids - refactor common components between hyperFSF and hyperFSdF* examples/solids: use PETSc dependency flags for incremental rebuild* examples/solids: extend range of log1p_series via shift/scale* Solids - add bc_clamp_max option to specify maximum displacement for clamped boundary* make style* Solids - update with sample run informantion and spellchecking* Doc - typo fixes* Solids - homogonize presentation of command line options* examples/solids: fix -Wmisleading-indentation* examples/fluids: PETSc 3.13 compatibility* examples/solids: use log1p for numerical stability in hyperSS* doc: copy editing in examples/solids* Solids - update documentation on running the code* Solids - convert README to rst and include in documentation* Solids - clean dependency file* Solids - use log1p approximation in hyperSS as well* Solids - update README to explain mms* Solids - switch range on hyperSS log1p series approximation* Solids - update README to clarify mandatory options* Solids - add link to sample meshes* Solids - simplify listing of mesh options* Travis - use newer PETSc* Solids - update sample run to list [.exo file] instead of name of sample mesh* Solids - update make clean to remove src/*.d* examples/solids: makefile cleanup* make style* doc examples/solids: clean up and explain nondimensionalization* examples/solids: document algebraic solver* examples/solids: use CG for Chebyshev eig estimation* doc: fix references to examples/fluids* Solids - remove mesh folder* Solids - drop expicit ExodusII requirement, PETSc supports many types of meshes* doc: mention PETSc --download-exodusii for Exodus* doc: fix latexpdf* Fix \longrightarrow rendering in PDF* Solids - fix toctree link to README for pdflatex* Examples and BPs Docs: Homogenize math with dS and dV and other tiny esthetics* Solids - fix unshifted series for hyperSS log1p* Improve doc of bpssphere: Add differential for consistency with all other examples and explain domain for clarity* Solids - include sample mesh image* Move mesh figure after note and slightly rename inclusion markerCo-authored-by: Arash Mehraban &lt;arashm81@gmail.com&gt;Co-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;Co-authored-by: valeriabarra &lt;valeriabarra21@gmail.com&gt;

            List of files:
            /libCEED/examples/Makefile</description>
        <pubDate>Thu, 26 Mar 2020 21:03:55 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>6c5df90db8677641a04ff505ccfa313a57dff4e5 - Multigrid - combine multigrid and petsc example code for reuse</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/Makefile#6c5df90db8677641a04ff505ccfa313a57dff4e5</link>
        <description>Multigrid - combine multigrid and petsc example code for reuse

            List of files:
            /libCEED/examples/Makefile</description>
        <pubDate>Wed, 16 Oct 2019 04:07:05 +0000</pubDate>
        <dc:creator>jeremylt &lt;jeremy.thompson@colorado.edu&gt;</dc:creator>
    </item>
<item>
        <title>3630284b1409acb80bfb7cd63f63caf76ed5aceb - Multigrid - Add multigrid example</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/Makefile#3630284b1409acb80bfb7cd63f63caf76ed5aceb</link>
        <description>Multigrid - Add multigrid example

            List of files:
            /libCEED/examples/Makefile</description>
        <pubDate>Fri, 30 Aug 2019 16:51:59 +0000</pubDate>
        <dc:creator>jeremylt &lt;jeremy.thompson@colorado.edu&gt;</dc:creator>
    </item>
<item>
        <title>936e86bd1bb3a53665a76eff1e3256dff7fc2602 - Merge pull request #322 from CEED/jeremy/clean-jobserver</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/Makefile#936e86bd1bb3a53665a76eff1e3256dff7fc2602</link>
        <description>Merge pull request #322 from CEED/jeremy/clean-jobserverMakefile - enable clean in parallel

            List of files:
            /libCEED/examples/Makefile</description>
        <pubDate>Wed, 28 Aug 2019 17:51:02 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>8757e0d27947d1d0fb57325df9b29772e68acecb - Makefile - enable clean in parallel</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/Makefile#8757e0d27947d1d0fb57325df9b29772e68acecb</link>
        <description>Makefile - enable clean in parallel

            List of files:
            /libCEED/examples/Makefile</description>
        <pubDate>Wed, 28 Aug 2019 17:40:33 +0000</pubDate>
        <dc:creator>jeremylt &lt;jeremy.thompson@colorado.edu&gt;</dc:creator>
    </item>
<item>
        <title>52a50202029355ae9d7b43b94f2c0f9a99207748 - Merge pull request #308 from CEED/jeremy/clean-fix</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/Makefile#52a50202029355ae9d7b43b94f2c0f9a99207748</link>
        <description>Merge pull request #308 from CEED/jeremy/clean-fixMakefile: Fix make clean for examples

            List of files:
            /libCEED/examples/Makefile</description>
        <pubDate>Fri, 16 Aug 2019 00:29:55 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>607d6a8b4e8e1a277117208c6ca95865aaffcc06 - Makefile: Fix make clean for eamples</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/Makefile#607d6a8b4e8e1a277117208c6ca95865aaffcc06</link>
        <description>Makefile: Fix make clean for eamples

            List of files:
            /libCEED/examples/Makefile</description>
        <pubDate>Fri, 16 Aug 2019 00:23:20 +0000</pubDate>
        <dc:creator>jeremylt &lt;jeremy.thompson@colorado.edu&gt;</dc:creator>
    </item>
<item>
        <title>86a4271f02baafab377de162285a9b890a25166a - Update nek5000 example scripts (#241)</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/Makefile#86a4271f02baafab377de162285a9b890a25166a</link>
        <description>Update nek5000 example scripts (#241)* Update nek5000 examples to use NEKTOOLS_DIR* Remove +x* Nek: Fix a bug in generate-boxes.sh script* Use one script for nek exaamples* Update make-nek-tests.sh* Update nek-examples.sh* Change permissions of make-nek-tests.sh* Update examples Makefile to use new nek script* Update nek5000 examples build process* Trying to make travis happy* Polishing the script* This should make Travis happy* Polish nek-examples.sh* Update examples/Makefile* Update top-level makefile* Delete make-nek-tests.sh &amp; update nek-examples.sh* Update Makefile and examples/Makefile* Update nek-examples.sh* Update TESTARGS in bp .usr files* Update Makefile* Update .travis.yml* Update nek-examples.sh* Add CEED_DIR to tap.sh* Uncomment OCCA_DIR in Makefile* Fix make prove and update tap.sh* Pass NEK5K_DIR and CEED_DIR in prove-all* Set MPI=0 default for Nek examples/tests* Nek5K make updates* Make prove update* Update make-prove to make all ex except Nek5K in parallel* Set Nek5K examples to use MPI by default* Makefile: Improved Nek5k handling* Makefile: build Nek bps in separate directories* Nek: rename dir for f77 file length* debugging* Nek: use single source* Makefile: fix Nek mpif.h issue* Nek: Clean up build proces, improve documentation* Makefile: enable building single Nek example in parallel with other examples* Nek: Fix CC/FC and TESTARGS

            List of files:
            /libCEED/examples/Makefile</description>
        <pubDate>Mon, 22 Jul 2019 22:08:53 +0000</pubDate>
        <dc:creator>Thilina Rathnayake &lt;thilinarmtb@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>1856ee7c6e410767ada564c63bec4e302186a699 - Merge pull request #239 from CEED/decorator</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/Makefile#1856ee7c6e410767ada564c63bec4e302186a699</link>
        <description>Merge pull request #239 from CEED/decoratorAdd delegates for specific objects

            List of files:
            /libCEED/examples/Makefile</description>
        <pubDate>Wed, 29 May 2019 15:44:47 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>1048f70dd04f571b453a801f25f7ee1030615af0 - Nek examples: work around some error messages due to unset env</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/Makefile#1048f70dd04f571b453a801f25f7ee1030615af0</link>
        <description>Nek examples: work around some error messages due to unset env

            List of files:
            /libCEED/examples/Makefile</description>
        <pubDate>Mon, 27 May 2019 21:02:54 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>2774d5cba221882c6b4100a2009c80f26d4c6f5c - Explicit time stepping NS solver (#152)</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/Makefile#2774d5cba221882c6b4100a2009c80f26d4c6f5c</link>
        <description>Explicit time stepping NS solver (#152)* Squash NS example to single commit* Update name of NS example and explicitly zero unused outputs* rename Theta -&gt;theta, deltaTheta -&gt; deltatheta and make style* Incorporate Valeria&apos;s latest changes* Fix small bug in Advection header* Add Valeria&apos;s latest updates from ns-working* Update after Jed&apos;s revision* Improve documentation* Drop navier-stokes from allexamples

            List of files:
            /libCEED/examples/Makefile</description>
        <pubDate>Tue, 26 Mar 2019 19:48:35 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>4d1cd9fced9d3348a69bfa814c29cdf42f409211 - Add Nek to Travis (#169)</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/Makefile#4d1cd9fced9d3348a69bfa814c29cdf42f409211</link>
        <description>Add Nek to Travis (#169)* Add test mode to Nek BP1 and BP3, improve Nek BPs* Fix OCCA identity rst for multifield, minor NekBP1 fix* Improve Nek run script* Add Nek5K to prove-all* Update travis yml for Nek5K* Make style* Adjust Travis yml* Combine Nek run bash scripts* Minor Nek script improvements* Update to Nek 18.0 and reduce number of Nek compiler warnings* Document required Nek5k version* Remove stray command* Remove extra file* Adapt Nek for CUDA backend* Fix Nek script string comparison* Modify Nek script for better exit codes* typo fix* Modify the CU function names in nek/bp1.cu and nek/bp3.cu* .cu file consistency* Tidy Travis* Tidy Travis* Operator fixes

            List of files:
            /libCEED/examples/Makefile</description>
        <pubDate>Wed, 06 Feb 2019 09:22:53 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>e17b31aff3d63f284e5a9f3497b05ba6bd34d3c7 - Merge branch &apos;master&apos; into evector_support</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/Makefile#e17b31aff3d63f284e5a9f3497b05ba6bd34d3c7</link>
        <description>Merge branch &apos;master&apos; into evector_support

            List of files:
            /libCEED/examples/Makefile</description>
        <pubDate>Sat, 05 May 2018 18:50:33 +0000</pubDate>
        <dc:creator>Thilina Rathnayake &lt;thilinarmtb@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d02a0cf1408194f952139c432c7f93f7e4a92a0b - Merge branch &apos;nek_example_update&apos; of github:thilinarmtb/libceed [PR #70]</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/Makefile#d02a0cf1408194f952139c432c7f93f7e4a92a0b</link>
        <description>Merge branch &apos;nek_example_update&apos; of github:thilinarmtb/libceed [PR #70]* &apos;nek_example_update&apos; of github:thilinarmtb/libceed:  Examples: single makefile for all the examples  Nek: Remove a redundant echo statement  Nek: Add a Makefile for Nek5000 examples

            List of files:
            /libCEED/examples/Makefile</description>
        <pubDate>Sat, 28 Apr 2018 15:19:18 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>7f299f712e78ec4a470e3e5eea93ce08ebc09043 - Examples: single makefile for all the examples</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/Makefile#7f299f712e78ec4a470e3e5eea93ce08ebc09043</link>
        <description>Examples: single makefile for all the examples

            List of files:
            /libCEED/examples/Makefile</description>
        <pubDate>Wed, 18 Apr 2018 19:37:50 +0000</pubDate>
        <dc:creator>Thilina Rathnayake &lt;thilinarmtb@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
