| #
1622892d
|
| 07-Apr-2023 |
James Wright <james@jameswright.xyz> |
examples/petsc: Remove unneeded PETSC_VERSION_LT
- We now require greater than 3.19 anyways
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
|
| #
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 ...
|
| #
b559d91b
|
| 15-Feb-2023 |
Jed Brown <jed@jedbrown.org> |
ci: upgrade to clang-format-15 (#1157)
|
| #
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 ...
|
| #
4f19f491
|
| 11-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #900 from CEED/rez/bps-tetra
PETSc BPs with tetrahedral elements
|
| #
d4d45553
|
| 13-Oct-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
Update dXdx, Added bp_data to CreateBasisFromPlex
|
| #
751eb813
|
| 02-Sep-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
Created label like ratel, added DMViewFromOptions
|
| #
51ad7d5b
|
| 19-Apr-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
Fixed the uncompatible restriction size.
|
| #
a9b2c5dd
|
| 13-Mar-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
Added TESTARGS for simplex in bps.c and multigrid.c
|
| #
4a64a794
|
| 06-Sep-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1061 from CEED/jed/noether-cuda
ci: use noether for CUDA
|
| #
5dfaedb8
|
| 02-Sep-2022 |
Jed Brown <jed@jedbrown.org> |
examples/petsc: fix missing PetscFunctionBegin
|
| #
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
|
| #
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.
|
| #
11dfcfe2
|
| 13-Apr-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #940 from CEED/jeremy/petsc-options
petsc - update for PetscOptionsBegin/End
|
| #
67490bc6
|
| 13-Apr-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
petsc - update for PetscOptionsBegin/End
|
| #
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
|
| #
1f9221fe
|
| 11-Mar-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec - use CeedSize for vector lengths
|
| #
3c17d89b
|
| 29-Aug-2021 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #803 from CEED/jed/test-junit
testing updates: junit classname, bpsraw tolerances, CUDA on lv
|
| #
a22c4fb5
|
| 14-Aug-2021 |
Jed Brown <jed@jedbrown.org> |
tests: match bpsraw tolerance to bps
|