History log of /libCEED/doc/sphinx/source/libCEEDdev.md (Results 1 – 24 of 24)
Revision Date Author Comments
# 9b05cfb0 25-Feb-2026 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1932 from CEED/jeremy/dev-docs

Expand style conventions in dev docs


# 53ee81ee 24-Feb-2026 Jeremy L Thompson <jeremy@jeremylt.org>

doc - expand style conventions in dev docs


# 48203ff5 05-Jan-2026 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1911 from CEED/jeremy/drop-occa

occa - retire backends


# 346c77e6 16-Dec-2025 Jeremy L Thompson <jeremy@jeremylt.org>

occa - retire backends


# 8da1e4ae 18-Jul-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1856 from CEED/zach/remove-op-fallback-parent

ceed - replace usage of `ceed->op_fallback_parent` with `ceed->parent`


# 8a3c90c8 18-Jul-2025 Zach Atkins <zach.atkins@colorado.edu>

Update libCEEDdev.md with fallback changes


# d538d163 16-Jun-2025 Jeremy L Thompson <jeremy@jeremylt.org>

doc - improve internal API documentation (#1834)

* doc - improve internal API documentation

* doc - clarify delegation

* doc - update wording for clarity

Co-authored-by: James Wright <james@james

doc - improve internal API documentation (#1834)

* doc - improve internal API documentation

* doc - clarify delegation

* doc - update wording for clarity

Co-authored-by: James Wright <james@jameswright.xyz>

* doc - clarify memcheck==valgrind

* doc - clarify shared gpu backends

* doc - clarify l/e/q-vecs

* doc - clarify occa backend status

* doc - more inheritance clarification

* doc - minor claification to QF fields

* minor - remove unneeded variables

* doc - update inheritance language

* doc - update shared description

* doc - more gpu notes

* doc - update fallback description

* doc - clarify fallback is only for pc support

* doc - minor updates to user facing GPU section

* doc - minor reordering of major sections

---------

Co-authored-by: James Wright <james@jameswright.xyz>

show more ...


# de2b189d 04-Oct-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1362 from CEED/jeremy/doc-clarify

Update Delegation/Fallback Docs + CPU Usage


# 13d7dc18 04-Oct-2023 Jeremy L Thompson <jeremy@jeremylt.org>

doc - clarify delegation/fallback with an example


# fdf20d15 20-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1339 from CEED/jeremy/spelling

Spelling is hard


# ac5aa7bc 19-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

minor - spelling is hard


# 2b730f8b 17-Nov-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Switch to clang-format (#1051)

* style - switch to clang-format

* ci - use newer libxsmm

* action - update format action

* format - consistent use of {} for multi-line if/for

* make - re

Switch to clang-format (#1051)

* style - switch to clang-format

* ci - use newer libxsmm

* action - update format action

* format - consistent use of {} for multi-line if/for

* make - remove stray newline

* make - simpler 'make format' target

* ci - use newer libxsmm

* doc - minor release note claification

* minor - minor fix

* minor - minor fix

* minor - minor fix

* minor - minor fix

* make format

* format - less aggressive alignment rules

* tidy - check for argument name mismatches

* fix newline

* format - mirror Ratel update to .clang-format

* fix merge error

* fix merge conflict

* fix merge error

* drop style in .phony list

* Update .clang-format

Co-authored-by: Jed Brown <jed@jedbrown.org>

* apply updated format

Co-authored-by: Jed Brown <jed@jedbrown.org>

show more ...


# eca1b09c 27-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1008 from CEED/jeremy/doc-fixes

Small Doc Fixes


# 17be3a41 23-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

doc - update style since I'm touching the file


# 9c774edd 17-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

vec/qf - initial valid/borrowed/owned split for data (#853)

* vec/qf - initial valid/borrowed/owned split for data

* vec/qf - tidy logic for checking active/stale data

* minor - add missing NU

vec/qf - initial valid/borrowed/owned split for data (#853)

* vec/qf - initial valid/borrowed/owned split for data

* vec/qf - tidy logic for checking active/stale data

* minor - add missing NULL

* doc - explain VectorTakeArray update

* minor - update error messages

* test - update error message in junit/tap

* gpu - fix stray CeedScalar vs void for QFunctionContext

* vec/qf - clarify/simplify access logic

* vec - calloc host arrays when no value set to make empty

* style - minor

* style - minor

* minor - fix error messages

* vec/qf - move data validity checking to backend interface

* gpu - add missing sync error checking for qfcontext

* gpu - homogonize use of impl for backend data to reduce confusion

* vec - clarify access conditions

* python - update test for stricter vector access

* vec - minor fixes

* minor - fix ipython change

* vec - add missing declarations in ceed/backend.h

* ctx - mirror vector borrowed data check in ctx interface

* vec - add CeedVectorGetArrayWrite

* vec - consistent use of CeedVectorGetArray vs CeedVectorGetArrayWrite

* python - small vec fixes

* doc - describe vector data semantics

* magma - update restriction

* gpu - fix restr bug I added, need to sum into target

* magma - fix restriction bug

* cpu - fix restriction bug here too

* op - fix evec allocations

* julia - fix ElemRestriction for new vector access rules

* op - double check GetArray vs Read vs Write usage

* doc - small fix

* restr - clean up read/write logic for restr

* python - add vec.array_write

* magma - typo fix

show more ...


# e92bacf0 19-Nov-2021 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #838 from CEED/jeremy/iwyu

Fix iwyu target


# 9c06f60a 08-Nov-2021 Jeremy L Thompson <jeremy@jeremylt.org>

make - fix iwyu target


# 83057686 08-Nov-2021 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #831 from CEED/jeremy/minor-typo

doc - minor typo


# db52d626 08-Nov-2021 Jeremy L Thompson <jeremy@jeremylt.org>

make - add iwyu makefile target


# 30eee506 22-Oct-2021 Jeremy L Thompson <jeremy@jeremylt.org>

doc - other minor typo, a legacy RST hack I think


# d4805b58 22-Oct-2021 Jeremy L Thompson <jeremy@jeremylt.org>

doc - minor typo


# ae718e2f 02-Sep-2021 Jed Brown <jed@jedbrown.org>

doc: add note on restrict qualified semantics for QFunctions


# cd300322 13-Aug-2021 Jed Brown <jed@jedbrown.org>

Merge pull request #703 from CEED/jed/doc-myst-nb

doc: replace recommonmark with MyST


# bcb2dfae 04-Feb-2021 Jed Brown <jed@jedbrown.org>

doc: replace recommonmark with MyST and migrate ReST to MyST

This offers more familiar syntax for most writing, as well as natural
$\pi$ math (versus :math:`\pi`) and markdown syntax for all ReST
fe

doc: replace recommonmark with MyST and migrate ReST to MyST

This offers more familiar syntax for most writing, as well as natural
$\pi$ math (versus :math:`\pi`) and markdown syntax for all ReST
features.

The API doc stubs remain in ReST as recommended for autodoc.

https://myst-parser.readthedocs.io/en/latest/sphinx/use.html#use-sphinx-ext-autodoc-in-markdown-files

The change was largely implemented using
https://github.com/executablebooks/rst-to-myst/ with some manual
fix-ups. Tables (both ReST built-in tables and list-table) remain under
eval-rst until they can be manually updated.

show more ...