| eaf62fff | 02-Aug-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Refactor Preconditioning Ingredients (#795)
* op - split preconditioning into separate file
* pc - move FDM to interface level
* pc - initial move of diagonal assembly to interface
* interf
Refactor Preconditioning Ingredients (#795)
* op - split preconditioning into separate file
* pc - move FDM to interface level
* pc - initial move of diagonal assembly to interface
* interface - only return error code or error
* doc - improve preconditioning helper function documentation
* pc - use qdata layout for interface diagonal assembly
* pc - update for consistency in naming, use of CeedChk, and static
* doc - spelling
* style - minor
* doc - add doc for CeedBuildMassLaplace
* doc - update release notes
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| bde37e8c | 26-Jun-2021 |
Jed Brown <jed@jedbrown.org> |
CeedQRFactorization: handle last row of square matrix like LAPACK dgeqrf/dgeqr2 |
| 03d18186 | 13-May-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
fdm - add CeedPragmaOptimzeOff/On to disable complier optimizations that create floating point errors |
| 85cf89ea | 11-May-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
fdm - accuracy fixes: peturb diff matirx, sort eigenvalues in simultanious diag
Update backends/ref/ceed-ref-operator.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
Update backends/ref/ceed-ref-op
fdm - accuracy fixes: peturb diff matirx, sort eigenvalues in simultanious diag
Update backends/ref/ceed-ref-operator.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
Update backends/ref/ceed-ref-operator.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| 673160d7 | 06-May-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
test - refactor t304/5 to verify decomposition |
| a1e46e01 | 28-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
basis - modify QR routines for diagonal mats (fixes #645) and tidy up magic numbers
CeedSymmetricSchurDecomposition: fix Householder reflector |
| d3331725 | 19-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
fdm - support multiple components, minor style |
| 45f1e315 | 10-Jun-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
clang - silence some pedantic warnings, fixes #742 |
| 7eaaafce | 30-Apr-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #758 from CEED/jeremy/codecov
Small Code Coverage Updates |
| 8229195e | 28-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
codecov - minor updates |
| 958f7507 | 19-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
qf - allow identity qfunctions to have in and out EVAL_NONE |
| 891038de | 28-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
context - add QFunctionContextTakeData to silence docs warning about missing ref |
| 96b902e2 | 28-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
doc - small fixes |
| e0dd3b27 | 26-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
vec - add CeedVectorScale |
| 8aabebfe | 22-Apr-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #752 from CEED/jeremy/python-pointwise
python - add pointwisemult and axpy |
| cd4dfc48 | 20-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
op - allow number of quad points per element to be set for CeedOperators when using only collocated bases (such as restricting into broken space) |
| 0c1bc3c2 | 21-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
python - add pointwisemult and axpy |
| 2d04630d | 15-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
vec - add tests for ceed compatibility for AXPY and PointwiseMult |
| 0f7fd0f8 | 14-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
vec - add PointwiseMult and AXPY convenience functions |
| 14e5f016 | 15-Apr-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #743 from CEED/jeremy/tidy
tidy - small fixes |
| 78464608 | 14-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
tidy - small fixes |
| 9560d06a | 12-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
interface - add reference copying functions Co-authored-by: Jed Brown <jed@jedbrown.org> |
| 34359f16 | 12-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
interface - add Ceed*Reference functions |
| bcb0187b | 13-Apr-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #733 from CEED/jeremy/more-registration
Extra error message for uncompiled backends |
| 8b2d6f4a | 12-Apr-2021 |
Matthew Knepley <knepley@gmail.com> |
Update ceed.c (#737)
Fix function name in docs |