History log of /libCEED/examples/solids/src/boundary.c (Results 1 – 25 of 27)
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


# 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


# 82bcd3d4 20-Jun-2023 James Wright <james@jameswright.xyz>

Merge pull request #1237 from CEED/jrwrigh/petsc-success

examples: Use PETSC_SUCCESS in PetscFunctionReturn


# ee4ca9cb 20-Jun-2023 James Wright <james@jameswright.xyz>

examples: Use PetscFunctionReturn in PETSC_SUCCESS


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


# 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


# 9be3b3b0 25-Aug-2021 Jed Brown <jed@jedbrown.org>

Merge pull request #801 from CEED/jeremy/no-switches

Refactoring Solids to Remove Switches


# 5754ecac 18-Aug-2021 Jeremy L Thompson <jeremy@jeremylt.org>

solids - refactor to separate problem formulations


# 7f565272 09-Apr-2021 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #735 from CEED/jeremy/style-guide

Style Unification


# d1d35e2f 09-Apr-2021 jeremylt <thompson.jeremy.luke@gmail.com>

style - updating C variable style


# 72d03b64 24-Feb-2021 Arash Mehraban <ArashMehraban@users.noreply.github.com>

WIP: Solids-GivensBC (#702)

* Givens boundary condition added.

Co-authored with: @jedbrown and @jeremylt

* Comments first letter capitalized


# 25a77dc8 09-Nov-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #655 from CEED/jeremy/solid-bcs

Solids - new BCs


# 56f0bea9 02-Nov-2020 jeremylt <thompson.jeremy.luke@gmail.com>

solids - fix missing ()s in clamp BCs


# c42cf402 16-Apr-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Solids - Add Twist BCs and Strain Energy (#504)

* Solids - add strain energy computations

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

Co-authored-by: Arash Mehraban <arashm81@gmail.com>

*

Solids - Add Twist BCs and Strain Energy (#504)

* Solids - add strain energy computations

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

Co-authored-by: Arash Mehraban <arashm81@gmail.com>

* Solids - add multi-direction clamp translation

* Solids - add clamped boundary rotation

* Solids - use KSPCG, not KSPPREONLY for degree=1 to get correct convergence

* Solids - add strain energy density to documentation
Co-authored-by: Arash Mehraban <arashm81@gmail.com>

* Solids - wJ->wdetJ

* Solids - specify direction of constant forcing function

* Solids - error on hyperFS and constant forcing

* Solids - fix PCMG printing

* Solids - fix translation boundary condition cl option

* Solids - refactor bcs to allow translation and rotation, set bc_zero as default for bc_clamp

* Solids - update documentation discussion of energy density

* make style

* Solids - update sample runs at top of file

Co-authored-by: Arash Mehraban <arashm81@gmail.com>

show more ...


# d642641f 16-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Solids - refactor bcs to allow translation and rotation, set bc_zero as default for bc_clamp


# 31dc5d86 07-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Solids - add clamped boundary rotation


# e4659345 07-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Solids - add multi-direction clamp translation


12