| #
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
|
| #
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
|
| #
1c9a79db
|
| 09-Mar-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
Used "CeedOperatorMultigridLevelCreate" to create multigrid operators
|
| #
de1229c5
|
| 16-Feb-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
example/petsc: Added CreateDistributedDM in petscutils.c and some cleanup
|
| #
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
|
| #
3047f789
|
| 09-Mar-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - use PetscCount/ptrdiff_t for num COO entries
|
| #
4e2ba0c0
|
| 05-Mar-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #912 from CEED/jed/petsc-distribute
examples/petsc: let DMSetFromOptions manage distribution
|