| #
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.
|
| #
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
|
| #
4e2ba0c0
|
| 05-Mar-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #912 from CEED/jed/petsc-distribute
examples/petsc: let DMSetFromOptions manage distribution
|
| #
3fc8a154
|
| 04-Mar-2022 |
Jed Brown <jed@jedbrown.org> |
examples/petsc: let DMSetFromOptions manage distribution
Sphere meshes are automatically snapped to the unit sphere when refined.
I left explicit partitioning in solids (though Ratel uses the new p
examples/petsc: let DMSetFromOptions manage distribution
Sphere meshes are automatically snapped to the unit sphere when refined.
I left explicit partitioning in solids (though Ratel uses the new paradigm) because it has documented command-line arguments and maybe someone wants to know how to avoid this distribution.
show more ...
|
| #
f163c87f
|
| 01-Feb-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #885 from CEED/jeremy/min-petsc
PETSc - set minimum version for examples
|
| #
b8962995
|
| 31-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
petsc - set minimum version for examples
|
| #
f33ca575
|
| 19-Jan-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #866 from CEED/jeremy/petsc-offsets
Use DMPlexGetLocalOffsets
|
| #
7ed3e4cd
|
| 04-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
petsc - use DMPlexGetLocalOffsets for building restrictions
|
| #
9c774edd
|
| 17-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec/qf - initial valid/borrowed/owned split for data (#853)
* vec/qf - initial valid/borrowed/owned split for data
* vec/qf - tidy logic for checking active/stale data
* minor - add missing NU
vec/qf - initial valid/borrowed/owned split for data (#853)
* vec/qf - initial valid/borrowed/owned split for data
* vec/qf - tidy logic for checking active/stale data
* minor - add missing NULL
* doc - explain VectorTakeArray update
* minor - update error messages
* test - update error message in junit/tap
* gpu - fix stray CeedScalar vs void for QFunctionContext
* vec/qf - clarify/simplify access logic
* vec - calloc host arrays when no value set to make empty
* style - minor
* style - minor
* minor - fix error messages
* vec/qf - move data validity checking to backend interface
* gpu - add missing sync error checking for qfcontext
* gpu - homogonize use of impl for backend data to reduce confusion
* vec - clarify access conditions
* python - update test for stricter vector access
* vec - minor fixes
* minor - fix ipython change
* vec - add missing declarations in ceed/backend.h
* ctx - mirror vector borrowed data check in ctx interface
* vec - add CeedVectorGetArrayWrite
* vec - consistent use of CeedVectorGetArray vs CeedVectorGetArrayWrite
* python - small vec fixes
* doc - describe vector data semantics
* magma - update restriction
* gpu - fix restr bug I added, need to sum into target
* magma - fix restriction bug
* cpu - fix restriction bug here too
* op - fix evec allocations
* julia - fix ElemRestriction for new vector access rules
* op - double check GetArray vs Read vs Write usage
* doc - small fix
* restr - clean up read/write logic for restr
* python - add vec.array_write
* magma - typo fix
show more ...
|
| #
4e015973
|
| 21-May-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #764 from CEED/jeremy/ci-exit
junit - set CEED_ERROR_HANDLER to exit
|
| #
636cccdb
|
| 03-May-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
petsc - clean up some header inclusions
|
| #
caa531a7
|
| 14-Apr-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #726 from CEED/jeremy/petsc-ex-build
Refactor petsc examples to reduce redundant code
|
| #
9b072555
|
| 07-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
style - update to new style for petsc examples
|
| #
e83e87a5
|
| 06-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
petsc - refactor examples to reduce redundant code
|
| #
3d576824
|
| 29-Jan-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
headers - clearify includes to not rely on transitive includes (#701)
* headers - clearify includes to not rely on transitive includes
* style - add header recommendations from 'include-what-you-
headers - clearify includes to not rely on transitive includes (#701)
* headers - clearify includes to not rely on transitive includes
* style - add header recommendations from 'include-what-you-use'
* style - apply 'include-what-you-use' changes to CUDA backends
* style - 'include-what-you-use' for hip backends
* style - drop ceed.h includes in gallery qf source
* docs - add dev notes for header files
* style - header style and alphabetize
show more ...
|
| #
500adadc
|
| 30-Sep-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
resolve merge conflicts for v0.7 release
|