History log of /libCEED/examples/petsc/README.md (Results 1 – 21 of 21)
Revision Date Author Comments
# 9f6b563e 13-May-2025 Jeremy L Thompson <jeremy@jeremylt.org>

doc - minor fixes (#1821)


# 4a46e67d 12-May-2025 Jeremy L Thompson <jeremy@jeremylt.org>

doc - minor fixes


# d9b78650 15-Dec-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1426 from CEED/jeremy/trailing

Fix trailing spaces in non-linted files


# cefb0a82 14-Dec-2023 Jeremy L Thompson <jeremy@jeremylt.org>

style - fix trailing spaces in non-linted files


# c97ca96e 25-Apr-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #949 from CEED/jeremy/small-doc-fix

Small doc update


# 2288fb52 25-Apr-2022 Jeremy L Thompson <jeremy@jeremylt.org>

minor - doc update and consistency for qextra


# f163c87f 01-Feb-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #885 from CEED/jeremy/min-petsc

PETSc - set minimum version for examples


# b8962995 31-Jan-2022 Jeremy L Thompson <jeremy@jeremylt.org>

petsc - set minimum version for examples


# caa531a7 14-Apr-2021 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #726 from CEED/jeremy/petsc-ex-build

Refactor petsc examples to reduce redundant code


# ccb3a226 07-Apr-2021 jeremylt <thompson.jeremy.luke@gmail.com>

style - use one sentence per line in docs for petsc examples


# 5f38a0bf 11-Jun-2020 Valeria Barra <39932030+valeriabarra@users.noreply.github.com>

Merge pull request #551 from CEED/valeria/benchmarking-petsc-bps

PETSc Bps: allow looping over degrees, problems and backends


# 6001b4f4 08-Jun-2020 valeriabarra <valeriabarra21@gmail.com>

petsc/bps/README: Use code style to avoid bold type and specify FEM nodes just to avoid confusion with compute nodes


# 565a3730 08-Jun-2020 Jed Brown <jed@jedbrown.org>

examples/petsc/bps: allow looping over problems and CEED resources.


# 32d2ee49 13-Jan-2020 Valeria Barra <39932030+valeriabarra@users.noreply.github.com>

PETSc example: Areasphere (#439)

* Initial development of area sphere

* Update examples/ceed/.gitignore with ex2

* Fix file path for OKL files


# cb32e2e7 24-Oct-2019 Valeria Barra <39932030+valeriabarra@users.noreply.github.com>

Add PETSc example areaplex (#394)


Update bps files with new subfolders structure

* Add header h and okl files

* Update REAMDE.md


# e6a04bf5 16-Oct-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #273 from CEED/p-multigrid

P Multigrid Example


# 6c5df90d 16-Oct-2019 jeremylt <jeremy.thompson@colorado.edu>

Multigrid - combine multigrid and petsc example code for reuse


# 288c0443 13-Sep-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

QFunction Create by Name (#311)

This PR adds a QFunction gallery to libCEED with 1D, 2D, and 3D mass and Poisson operators.

Closes issue #37, issue #340

* Add QFunction gallery, rename focca

QFunction Create by Name (#311)

This PR adds a QFunction gallery to libCEED with 1D, 2D, and 3D mass and Poisson operators.

Closes issue #37, issue #340

* Add QFunction gallery, rename focca

* Gallery - add initial QFunctions

* Add a test for using the QF gallery

* Modify ex1 to use gallery

* Add multiple test configs to tap

* Move output to test directory

* Update junit

* Add OCCA galley exception

* Add ex2

* Update ex2 for dim->ncompx

* Gallery - modify to work for CUDA as is

* Update Documentation

* Gallery - typo fix

* Gallery - convention change, postappend qfunction family variant

* Gallery - update template with new name checking convention

* Gallery - condense diff3DBuild QFunction

* Gallery - rename diff -> poisson

* Gallery - clarify poisson3DBuild comment

* Gallery - use Pragma SIMD, store Qdata in Voigt convention

* Examples - Convert BP3-6 to Voigt convention

* Examples - add cl option to switch between header and gallery qfs in CEED examples

* Examples - clean up construction of QF name

* Gallery - Switch to PascalCase for gallery names

* Doc - fix function type page

* Interface - Make sure strncpy result is null terminated

* Gallery - Update Poisson 2/3D Apply to new QF body

* make style

* make style - fix worst style problems

* make style - add gallery to make style

* Doc - update documentation errors and inconsistencies

* Examples - test ex1 ex2 with and without gallary

* Examples - reduce testing of ex1/ex2 without gallery, clean up non-gallery qfunctions

* MFEM - revert another make style mistake

* Manual make style updates

* Doc - update function documentation page

* Style updates, document test numbering conventions

* doc: resolve ambiguous image location warning, allow more Dot nodes

* Tests - style and cast cleanup

* Tests - fix README indentation

show more ...


# 8c91a0c9 27-Aug-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Documentation Typo Fixes (#321)

* Basis - fix typo in doc

* Ceed - fix typo in doc

* Operator - fix typo in doc

* QFunction - fix typo in doc

* Ceed.h - fix typos in doc

* Ref - fix t

Documentation Typo Fixes (#321)

* Basis - fix typo in doc

* Ceed - fix typo in doc

* Operator - fix typo in doc

* QFunction - fix typo in doc

* Ceed.h - fix typos in doc

* Ref - fix typos in doc

* Blocked - fix typos in doc

* READMEs - typo fixes

show more ...


# bde6980c 07-Aug-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #302 from CEED/jeremy/dmplex

Create DMPlex PETSc BPs


# 819eb1b3 30-Jul-2019 jeremylt <jeremy.thompson@colorado.edu>

PETSc DMPlex BP1-6 working in unified code