| 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 |
| 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* |
| 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 |
| dde0b3d4 | 18-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Petsc BPs: Update comment |
| a5a27d2f | 18-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
PETSc BPs: Make style |
| e10d77f2 | 18-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
PETSc BPs: print Local Elements |
| 01dbfdd7 | 16-May-2020 |
Jed Brown <jed@jedbrown.org> |
examples/petsc/bps: make -local_nodes actually local |
| d5b2ba77 | 16-May-2020 |
Jed Brown <jed@jedbrown.org> |
examples/petsc: move utility functions to bps.c; make static |
| 153bcb04 | 16-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
PETSc BPs: Add -local_nodes CL option |
| 3edc4e64 | 14-May-2020 |
Jed Brown <jed@jedbrown.org> |
examples: support for PETSc-3.14 DMPlexGetClosureIndices |
| 88aa84d4 | 14-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Area: Refactoring - Allows the use of the command line option -degree in place of -petscspace_degree
Separate setup of libCEED objects and problem specific data in setuparea.h separate file |
| c9a3b9e2 | 14-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
BPssphere: remove some dead code, unused variables |
| bcc01d93 | 05-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Multigrid - fix memtype in CeedVecSetArray call |