<?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 .gitignore</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>f63ecca4e342c87490318b4a937ccf05a8f235af - Merge pull request #1414 from CEED/zach/bps-swarm</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/petsc/.gitignore#f63ecca4e342c87490318b4a937ccf05a8f235af</link>
        <description>Merge pull request #1414 from CEED/zach/bps-swarmAdd support for running BPs with integration at particle points

            List of files:
            /libCEED/examples/petsc/.gitignore</description>
        <pubDate>Wed, 06 Dec 2023 18:33:38 +0000</pubDate>
        <dc:creator>Zach Atkins &lt;zach.atkins@colorado.edu&gt;</dc:creator>
    </item>
<item>
        <title>78f7fce354c760f980d0580f63d29ea51c63cedc - Add BPs with integration at arbitrary points</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/petsc/.gitignore#78f7fce354c760f980d0580f63d29ea51c63cedc</link>
        <description>Add BPs with integration at arbitrary points

            List of files:
            /libCEED/examples/petsc/.gitignore</description>
        <pubDate>Sat, 02 Dec 2023 22:47:04 +0000</pubDate>
        <dc:creator>Zach Atkins &lt;zach.atkins@colorado.edu&gt;</dc:creator>
    </item>
<item>
        <title>9dbcead6862c6d965f40afcd1255316d96af311a - DMSwarm Example with Interpolation and Projection (#1284)</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/petsc/.gitignore#9dbcead6862c6d965f40afcd1255316d96af311a</link>
        <description>DMSwarm Example with Interpolation and Projection (#1284)* petsc - initial DMSwarm example* swarm - links and runs* swarm - fixed default box dims* swarm - clearer error messages* swarm - clearer background mesh setup requirements* swarm - Tensor bad :(* Fix inequality direction for verification* swarm - add viewing command* swarm - DMSwarmPICField_coor* swarm - DMSwarmGetCellDM* swarm - dm_plex_hash_location true* fix coordinate ordering* &quot;working&quot; two-way projection* libceed mostly correct, off by a permutation or something* add tolerance parameter and make test succeed* Use DMProjectFunction to support high-order bases* minor clarity change* prefer PetscPrintf over printf* consistency* minor - make uniform vs sin distributed points cl option* fix VLA declaration* minor reorganizing* swarm value check in separate fn* minor reorg and rename* style* separate interpolate logic into its own fns* consistency* fix error message* woops, use field name arg* improve indexing, switch to uniform for test* fix multiple comp* drop unused function* draft documentation* style* Update PETSc style documentationCo-authored-by: Zach Atkins &lt;zach.atkins@colorado.edu&gt;* Update examples/petsc/dmswarm.c* add create/destroy for ceed ctx object* use libCEED rstr* add P2C/C2P utils* minor simplifications* add projection swarm to mesh* minor* update gitignore* add gauss point locations, lumped comparison* simplify uniform/gauss coords logic* fix segfault* drop comparison - can replicate with CL options* add polynomial target option* minor tidying* revert accidental change* lumped test* update tolerance option descriptionCo-authored-by: Zach Atkins &lt;zach.atkins@colorado.edu&gt;* add points_per_cell option* Fix siliness by JeremyCo-authored-by: Zach Atkins &lt;zach.atkins@colorado.edu&gt;* fix scoping and logic* style* discontinuous sphere target* add cellwise random swarm---------Co-authored-by: Zach Atkins &lt;zach.atkins@colorado.edu&gt;

            List of files:
            /libCEED/examples/petsc/.gitignore</description>
        <pubDate>Wed, 27 Sep 2023 19:18:55 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>dcb03abac2600bcf5044bfc3ec8e318f490b3f84 - Merge pull request #780 from CEED/jeremy/bps-gitignore</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/petsc/.gitignore#dcb03abac2600bcf5044bfc3ec8e318f490b3f84</link>
        <description>Merge pull request #780 from CEED/jeremy/bps-gitignoregit - add *.a to petsc gitignore

            List of files:
            /libCEED/examples/petsc/.gitignore</description>
        <pubDate>Mon, 07 Jun 2021 22:13:54 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>6ecdb17925f89d32b3ac633c8523af3e7b374698 - git - add *.a to petsc gitignore</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/petsc/.gitignore#6ecdb17925f89d32b3ac633c8523af3e7b374698</link>
        <description>git - add *.a to petsc gitignore

            List of files:
            /libCEED/examples/petsc/.gitignore</description>
        <pubDate>Mon, 07 Jun 2021 16:49:39 +0000</pubDate>
        <dc:creator>jeremylt &lt;thompson.jeremy.luke@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ed264d09f1c2ca67d20420ee135d5f5156727a4b - PETSc BPs on the cubed-sphere (#463)</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/petsc/.gitignore#ed264d09f1c2ca67d20420ee135d5f5156727a4b</link>
        <description>PETSc BPs on the cubed-sphere (#463)* Add setupsphere.c and bpssphere.c and improve doc of area problems* Improve doc of area.c* Areasphere: improve doc* Update Makefile for bpssphere* Use Sqr define in area/areasphere.okl* BPs on the sphere: Add BP1 and BP2* Update ./gitignore for bpssphere* BPs on the sphere: Use MatSetNullSpace for Laplace operator* BPs on the sphere: Add BP3* Style fix in navierstokes.c* ceed/ex2-surface: remove ununsed M_PI_2 define* BP3: Use different rhs and true_soln functions* bpssphere: normalize quadrature point coordinates to sphere* Remove extra DMSetFromOptions() call in SetupDMByDegree function* Add bp3sphere.okl* Update bpssphere problems after interface change in PR #447* Make style* Update TESTARGS* Fix make style change* Slightly increase the tolerance for test_mode* Update bp2sphere.h and bp2sphere.okl with asymmetric formulation consistent with PR #464* Add BP4* Enable BP5/BP6* Add bp4sphere.okl and style* Update after Strided Restrictions and latest updates in PETSc* change booleans to PetscBooleansNot to be pedantic, but this change was suggested by my IDE ^_^* examples: s,pysical,physical, and small comment* Simplify unnecessary bidimensional matricesCo-authored-by: jeremylt &lt;jeremy.thompson@colorado.edu&gt;Co-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;

            List of files:
            /libCEED/examples/petsc/.gitignore</description>
        <pubDate>Sat, 07 Mar 2020 06:26:35 +0000</pubDate>
        <dc:creator>Valeria Barra &lt;39932030+valeriabarra@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>e0e6f16b6267556a888478f42af6ad76513ffddb - Add directory separator to examples/petsc/.gitignore (#404)</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/petsc/.gitignore#e0e6f16b6267556a888478f42af6ad76513ffddb</link>
        <description>Add directory separator to examples/petsc/.gitignore (#404)

            List of files:
            /libCEED/examples/petsc/.gitignore</description>
        <pubDate>Wed, 30 Oct 2019 20:46:39 +0000</pubDate>
        <dc:creator>Valeria Barra &lt;39932030+valeriabarra@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>dc7d240c1c3ecbc40e893ea38e37c8e19d48593c - Some cleaning (#400)</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/petsc/.gitignore#dc7d240c1c3ecbc40e893ea38e37c8e19d48593c</link>
        <description>Some cleaning (#400)* Some cleaning* PETSc - update gitignore

            List of files:
            /libCEED/examples/petsc/.gitignore</description>
        <pubDate>Tue, 29 Oct 2019 02:01:45 +0000</pubDate>
        <dc:creator>Valeria Barra &lt;39932030+valeriabarra@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>cb32e2e7f026784d97a57f1901677e9727def907 - Add PETSc example areaplex (#394)</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/petsc/.gitignore#cb32e2e7f026784d97a57f1901677e9727def907</link>
        <description>Add PETSc example areaplex (#394)Update bps files with new subfolders structure* Add header h and okl files* Update REAMDE.md

            List of files:
            /libCEED/examples/petsc/.gitignore</description>
        <pubDate>Thu, 24 Oct 2019 02:40:49 +0000</pubDate>
        <dc:creator>Valeria Barra &lt;39932030+valeriabarra@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>4d537eea83dd2f1011134892241345b6ac537f56 - Single Source QFunction (#304)</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/petsc/.gitignore#4d537eea83dd2f1011134892241345b6ac537f56</link>
        <description>Single Source QFunction (#304)Introduce a new macro CEED_QFUNCTION that allows to define qFunctions in a single source code independently of the targeted backend.Thanks-to: Jeremy ThompsonThanks-to: Jed BrownThis work is the result of a fruitful discussion between Jed Brown, Jeremy Thompson and Yohann Dudouit. Jeremy Thompson also implemented important features in this commit and was very active and helpful all along the progress of this work.[NEWS] Breaking change: QFunctionField parameter &apos;ncomp&apos; changed to &apos;size&apos;. This change requires setting the previous value of &apos;ncomp&apos; to &apos;ncomp*dim&apos; when adding a QFunctionField with eval mode &apos;CEED_EVAL_GRAD&apos;.* First steps toward cuda-gen backend!* Closer to real code generation.* Generated code should be ready for nvrtc.* The code generation skeleton is ready.* Hack with the qfunction to make the operator kernel compile.* Some tweaks in the makefile + Input fields structure change.* Remove using cout.* 1d interp and grad device functions.* 1d readDofs, readQuads, writeDofs, writeQuads.* Remove dead code.* readDofs, readQuads, writeDofs, writeQuads for 2d and 3d* 2d interp and grad* 3d interp and grad* - weight functions for 1d,2d,3d- link the indices to the kernel- link the fields to the kernel- link the basis to the kernel* Add the qFunction reader + inlining* Add qf files for the tests.* Add qf file for ceed/ex1* Add qf file for mfem/bp1* All tests pass.* Add qFunction for mfem/bp3, petsc/bp1, and petsc/bp3.* mfem/bp1 passes + remove dead code* Fix a bug in n_quads_out for writeQuads* mfem/bp3 passes.* All tests all examples pass.* Temporary tweaks for mfem benchmarking* Add Context management.* Modify .qf files to take into account the context.* Enable optimizations.* First set of optimization for 2D and 3D.* double pointer format for the qFunction.* Change the .qf files to have the same code as the C functions.* Make previous Cuda backends use .qf files.* Add a return value to qFunctions.* Make cpu backends use .qf files.* Minor: clean commented code.* Add guarded math.h for petsc examples.* Remove previous nek qf files.* Remove .cu files.* Remove .qf files.* Remove dead code in the tests.* make style* Make style fix.* more make style fixes.* CEED_QFUNCTION - improve macro for CPU filenames* Add CEED_QFUNCTION macro to navierstokes.c* Fix PETSc gitignore* Change default NS problemtype to density_current (#307) in navierstokes.c* Fix petsc bp1.h* Real Fix for petsc bp1.h...* fix* README - Add /gpu/cuda/gen* PETSc - Update dmplex example to use *_loc* cuda/reg - fix typo* Revert a couple of small changes* Fix a bug in mfem bp3 similar to the previous bug in petsc bp3.* Make PETSc qfunctions look closer to master, and minor style for debugging.* More uniformity changes* Fix a strange CUDA_OUT_OF_RESSOURCE bug.* NS - fix fname variables* Use a different convention for qFunction ncomp.* update cuda-gen backend and bpsdmplex.* PETSc - style update* update mfem bp1 and bp3.* Interface - Use size instead of ncomp for QFunction fields* update ceed example and tests.* Tests - Update ncomp to size* CPU Backends - Update ncomp to size* CPU Backends - style* Nek - Update ncomp to size* Opt - fix style* CUDA - update ncomp to size* Doc - Update API documentation for QFunction \ncomp-&gt;size* OCCA - Patch QFunction ncomp -&gt; size, work but revamp will be better* OCCA - assert dim&gt;0 for clang-tidy* CUDA - Change GetNumComp to GetSize* Basis - Shift check for dim &gt; 0 to interface* Doc update* Update NS field size* NS - Fix problem options

            List of files:
            /libCEED/examples/petsc/.gitignore</description>
        <pubDate>Mon, 02 Sep 2019 19:30:21 +0000</pubDate>
        <dc:creator>Yohann &lt;dudouit1@llnl.gov&gt;</dc:creator>
    </item>
<item>
        <title>bde6980c6afb6a0311a79e3ac3641805ff72ebac - Merge pull request #302 from CEED/jeremy/dmplex</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/petsc/.gitignore#bde6980c6afb6a0311a79e3ac3641805ff72ebac</link>
        <description>Merge pull request #302 from CEED/jeremy/dmplexCreate DMPlex PETSc BPs

            List of files:
            /libCEED/examples/petsc/.gitignore</description>
        <pubDate>Wed, 07 Aug 2019 12:59:34 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>6bd9afcaf313bb7ac3bbee04731c2cb873b0c958 - PETSc - Update example output and DMPlex boundary conditions</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/petsc/.gitignore#6bd9afcaf313bb7ac3bbee04731c2cb873b0c958</link>
        <description>PETSc - Update example output and DMPlex boundary conditions

            List of files:
            /libCEED/examples/petsc/.gitignore</description>
        <pubDate>Tue, 06 Aug 2019 19:23:55 +0000</pubDate>
        <dc:creator>jeremylt &lt;jeremy.thompson@colorado.edu&gt;</dc:creator>
    </item>
<item>
        <title>819eb1b30fcf84443a62bdf37d6ca6a55a6c1c34 - PETSc DMPlex BP1-6 working in unified code</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/petsc/.gitignore#819eb1b30fcf84443a62bdf37d6ca6a55a6c1c34</link>
        <description>PETSc DMPlex BP1-6 working in unified code

            List of files:
            /libCEED/examples/petsc/.gitignore</description>
        <pubDate>Tue, 30 Jul 2019 20:18:08 +0000</pubDate>
        <dc:creator>jeremylt &lt;jeremy.thompson@colorado.edu&gt;</dc:creator>
    </item>
<item>
        <title>0c59ef1511c1854d5530d4fa574b4e491f68e03a - Add PETSc BP2, BP4, BP5, BP6 (#243)</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/petsc/.gitignore#0c59ef1511c1854d5530d4fa574b4e491f68e03a</link>
        <description>Add PETSc BP2, BP4, BP5, BP6 (#243)* Add PETSc BP2, BP4, BP5, BP6* Documentation update* Update make benchmark* Minor changes* Add PETSc bpData structure* Update make benchmarks* Benchmark - use default qextra* Documentation fix* Clean up PETSc bps.c, add benchmarking first run* Drop -ksp_max_it from benchmarkscript

            List of files:
            /libCEED/examples/petsc/.gitignore</description>
        <pubDate>Wed, 29 May 2019 19:14:44 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>b8c86f25c5cc229a1f3f370fe1b87d8286f44f36 - Ns fix alignment (#226)</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/petsc/.gitignore#b8c86f25c5cc229a1f3f370fe1b87d8286f44f36</link>
        <description>Ns fix alignment (#226)* Fix alignment* remove #include &lt;ceed-impl.h&gt; from tests/t306-basis.c* Update examples/pets/Makefile

            List of files:
            /libCEED/examples/petsc/.gitignore</description>
        <pubDate>Thu, 28 Mar 2019 19:33:38 +0000</pubDate>
        <dc:creator>Valeria Barra &lt;39932030+valeriabarra@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>3f4acda580efcffb9fef59523492dffb4c9a70e7 - Merge branch &apos;master&apos; into fortran_interface</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/petsc/.gitignore#3f4acda580efcffb9fef59523492dffb4c9a70e7</link>
        <description>Merge branch &apos;master&apos; into fortran_interface

            List of files:
            /libCEED/examples/petsc/.gitignore</description>
        <pubDate>Thu, 01 Feb 2018 05:20:03 +0000</pubDate>
        <dc:creator>Thilina Rathnayake &lt;thilinarmtb@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cf72fa5c0790eb7b7baf0a384397d294794a0587 - .gitignore for examples</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/examples/petsc/.gitignore#cf72fa5c0790eb7b7baf0a384397d294794a0587</link>
        <description>.gitignore for examples

            List of files:
            /libCEED/examples/petsc/.gitignore</description>
        <pubDate>Tue, 02 Jan 2018 15:40:08 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
</channel>
</rss>
