History log of /libCEED/examples/solids/elasticity.c (Results 1 – 25 of 100)
Revision Date Author Comments
# d4cc1845 30-Dec-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1912 from CEED/jeremy/copyright

minor - update copyright to 2026


# 9ba83ac0 19-Dec-2025 Jeremy L Thompson <jeremy@jeremylt.org>

minor - update copyright to 2026


# 20a16a5f 20-Mar-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1786 from CEED/jeremy/copy-headers

minor - upate copyright to 2025


# d275d636 19-Mar-2025 Jeremy L Thompson <jeremy@jeremylt.org>

minor - upate copyright to 2025


# d6ad0040 11-Jun-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1602 from CEED/jeremy/solids-simplify

solids - reduce to minimal example set, see Ratel for full


# c8565611 10-Jun-2024 Jeremy L Thompson <jeremy@jeremylt.org>

solids - reduce to minimal example set, see Ratel for full


# 73c23039 27-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1538 from CEED/jeremy/fluids-int64

Enable int64 testing for PETSc examples


# 4d00b080 26-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

ex - enable int64 testing for PETSc examples, small fixes for compatibility


# a171b6ef 27-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1537 from CEED/jeremy/pragma-once

Use #pragma once for non-JiT headers


# 5aed82e4 27-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

minor - update copyright headers


# 297d44ec 24-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1305 from CEED/jeremy/name-for-humans

Test case name can be human-readable now


# fa5adaf5 24-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

minor - test case name can be human-readable now


# 49aac155 24-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

IWYU fixes (#1182)

* iwyu - include fixes

* iwyu - silence some iwyu output

* minor - clearer macro names

* iwyu - fix suggestion of "ceed/ceed.h" externally

* iwyu - lighter petsc heade

IWYU fixes (#1182)

* iwyu - include fixes

* iwyu - silence some iwyu output

* minor - clearer macro names

* iwyu - fix suggestion of "ceed/ceed.h" externally

* iwyu - lighter petsc headers

* iwyu - ceed/ceed.h -> ceed.h

* iwyu - cuda/hip include fixes

show more ...


# 78a97f55 30-Nov-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1104 from CEED/jeremy/formatting

Minor Formatting Fixes


# ea61e9ac 30-Nov-2022 Jeremy L Thompson <jeremy@jeremylt.org>

minor - assorted formatting fixes


# 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 ...


# cb03979f 28-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1002 from CEED/jeremy/format-ceed-types

Add CeedInt_FMT


# 990fdeb6 21-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

fmt - add CeedInt_FMT


# 8183ae10 08-Jun-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #985 from CEED/solids/leak

Solids leak


# f8c2a97d 08-Jun-2022 rezgarshakeri <rezgar.shakeri@colorado.edu>

malloc_dump is fine, need to fix valgrind


# d92ccc1f 17-Apr-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #943 from CEED/jed/petsc-format-string

examples: use PetscInt_FMT instead of %D


# 08140895 17-Apr-2022 Jed Brown <jed@jedbrown.org>

examples: use PetscInt_FMT instead of %D

This fixes many warnings now that PETSc uses printf format string
attribute checkers.


# ce18bed9 17-Mar-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #858 from CEED/jeremy/dump-copy-stuff

Strip redundant/outdated license info duplication


# 3d8e8822 17-Mar-2022 Jeremy L Thompson <jeremy@jeremylt.org>

minor - update copyright headers


# 60224bc5 14-Mar-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #913 from CEED/jeremy/coo-ptrdiff

Create CeedSize as ptrdiff_t


1234