| #
356036fa
|
| 31-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE
|
| #
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
|
| #
1a2ffd0c
|
| 17-Aug-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1295 from CEED/sjg/petsc-examples-warnings
Silence compiler warnings for PETSc examples
|
| #
a8d73ac5
|
| 17-Aug-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix empty initializer braces compiler warnings
|
| #
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
|
| #
f7244641
|
| 07-Apr-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1191 from CEED/jrwrigh/fix_petsc_build
fix: Update DMGetRegionDS calls in examples/petsc
|
| #
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 ...
|
| #
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
|
| #
0a8fc04a
|
| 08-Nov-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
Got the correct order of accuracy for bp3/bp4
|
| #
ab1ff315
|
| 05-Nov-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
delete bcfunctions.c and some cleanup
|
| #
38f32c05
|
| 28-Oct-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
Compute L2 Error like ratel
|
| #
6c88e6a2
|
| 27-Oct-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
Added SetupContext for apply and error operators
|
| #
eb6a3b92
|
| 27-Oct-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
Added SETERRQ to break for BP5/6 + simplex
|
| #
d4d45553
|
| 13-Oct-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
Update dXdx, Added bp_data to CreateBasisFromPlex
|
| #
f755c37a
|
| 22-Sep-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
refactored CreateBasisFromPlex like ratel
|
| #
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
|
| #
345f5e33
|
| 12-Mar-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
used "PC_JACOBI_DIAGONAL" to work for tet element
|