| 1a7105f7 | 24-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
make style |
| 62e9c006 | 23-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Solids - enable use of GPU vectors |
| 4531e7b5 | 23-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
PETSc - add missing address-of operator in prolongation matshell operation |
| 0ec79729 | 23-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
PETSc - adjust bpsraw test parameters to avoid too many threads for cuda backends |
| b04a8a52 | 22-Jun-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/solids: fix small typo |
| a6b7d09b | 18-Jun-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #560 from CEED/jeremy/diag-vec
LinearAssemble Improvements |
| ec5694db | 18-Jun-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #559 from CEED/jeremy/test-cuda-bps
PETSc - fix PETSc test parameters for CUDA backends |
| 2bba3ffa | 17-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Op - change LinearAssemble* to accept CeedVector instead of pointer to CeedVector, allows for less memory movement and interfaces with parent code better |
| 2fbc6e41 | 15-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
PETSc - fix PETSc test parameters for CUDA backends |
| 80ac2e43 | 15-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
style - rename AssembleLinear* to LinearAssemble* |
| c04a41a7 | 15-Jun-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Composite Operator support for AssembleLinearDiag/PBDiag (#552)
* ref - add composite operator support for building diagonal/pb diagonal
* ref - add error for non-composite mult-field operator di
Composite Operator support for AssembleLinearDiag/PBDiag (#552)
* ref - add composite operator support for building diagonal/pb diagonal
* ref - add error for non-composite mult-field operator diagonal/pb diagonal assembly
* tap - add t538 exclusion because OCCA does not support galleries
* tests - adjust test cases for ceed examples for test coverage
* Op - fix documentation
show more ...
|
| 5f284d84 | 09-Jun-2020 |
Jed Brown <jed@jedbrown.org> |
examples/petsc/bps: reuse the same DMPlex for all desired BPs and CEED resources
DM partitioning and redistribution for low-order discretizations are relatively much more expensive than a solve. Th
examples/petsc/bps: reuse the same DMPlex for all desired BPs and CEED resources
DM partitioning and redistribution for low-order discretizations are relatively much more expensive than a solve. This way we get more reuse from the DMPlex.
show more ...
|
| da9108ad | 08-Jun-2020 |
valeriabarra <valeriabarra21@gmail.com> |
PETSc bps & bpsraw: Remove benchmark_mode (not needed anymore) and always disregard first run performance
This is preferred for benchmarking purposes, so that we are preloading the cache; |
| 8d0bb2bb | 08-Jun-2020 |
valeriabarra <valeriabarra21@gmail.com> |
PETSc bpsraw: always print DoFs/Sec in CG info (except when in test mode) |
| 4c583f1f | 08-Jun-2020 |
valeriabarra <valeriabarra21@gmail.com> |
PETSc bps: always print DoFs/Sec in CG info (except when in test mode) |
| 6001b4f4 | 08-Jun-2020 |
valeriabarra <valeriabarra21@gmail.com> |
petsc/bps/README: Use code style to avoid bold type and specify FEM nodes just to avoid confusion with compute nodes |
| 565a3730 | 08-Jun-2020 |
Jed Brown <jed@jedbrown.org> |
examples/petsc/bps: allow looping over problems and CEED resources. |
| c36f77d8 | 08-Jun-2020 |
Jed Brown <jed@jedbrown.org> |
examples/petsc/bps: add -ksp_max_it_clip and apply DRY |
| 53a0f73b | 06-Jun-2020 |
Jed Brown <jed@jedbrown.org> |
examples/petsc/bps: support degree lists and local_nodes ranges
* print hostname, total number of ranks, and number of ranks per node * Allow number of ranks per node to be specified (mostly in case
examples/petsc/bps: support degree lists and local_nodes ranges
* print hostname, total number of ranks, and number of ranks per node * Allow number of ranks per node to be specified (mostly in case one has an old MPI that doesn't support MPI_Comm_split_type) and hostname to be specified at the command line.
show more ...
|
| 1e284482 | 05-Jun-2020 |
valeriabarra <valeriabarra21@gmail.com> |
PETSc BPs: Refactor benchmark mode to run in loop |
| 78f28f2e | 22-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Tutorials - use libceed.class for python notebooks |
| 5602de3a | 21-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Tutorials - add cell discussing GPU vector support |
| e9e07e3c | 19-May-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #535 from CEED/jeremy/solids-pressure
Solids - view diagnostic quantities |
| 86a4273e | 19-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Solids - use Pa in docs table |
| 43dae957 | 19-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
MFEM - increase polynomial order of BP1 for testing |