| 9525855c | 17-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Ceed - add IsDeterministic |
| 9e9210b8 | 17-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Op - add AssembleAdd version of diagonal assembly functions, will be helpful for MFEM integration |
| 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 |
| 80ac2e43 | 15-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
style - rename AssembleLinear* to LinearAssemble* |
| fd364f38 | 15-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
style - change Get*Status to Is* |
| 2db7ab32 | 15-Jun-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Doc - fix L-vector indexing in dev docs (#557)
* Doc - fix L-vector indexing in dev docs
* Doc - fix same issue in ElemRestriction doc |
| 95e93d34 | 15-Jun-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Improve Developer Documentation (#556)
* doc - document l/e/q vector layouts and object inheritance
* doc - clean up some referencing
* doc - fix some reference errors
* doc - fix enumerati
Improve Developer Documentation (#556)
* doc - document l/e/q vector layouts and object inheritance
* doc - clean up some referencing
* doc - fix some reference errors
* doc - fix enumeration in inheritance list
* doc - include note for dissimilar E/Q layouts
show more ...
|
| 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 ...
|
| 49fd234c | 12-Jun-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Convert CUDA ref/reg/shared E-Layout (#554)
* tests - update tests for multiple e-layouts
* CUDA - convert ref and reg restrictions to Q-layout
* CUDA - ref/reg/shared use gen/magma E-Layout f
Convert CUDA ref/reg/shared E-Layout (#554)
* tests - update tests for multiple e-layouts
* CUDA - convert ref and reg restrictions to Q-layout
* CUDA - ref/reg/shared use gen/magma E-Layout for multi elememnt basis apply and operator apply
* CUDA/MAGMA - drop eandqdiffer and separate MAGMA operator code
* CUDA - update operator comment
* reg - clarify read/write dofs/quads
* CUDA - drop dead code
show more ...
|
| d965c7a7 | 06-Jun-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
CPU Impl of AssemblePointBlockDiagonal (#503)
* Operator - add AssemblePointBlockDiagonal for CPU backends, with test
* CUDA - add point block diagonal not supported message
* make style
*
CPU Impl of AssemblePointBlockDiagonal (#503)
* Operator - add AssemblePointBlockDiagonal for CPU backends, with test
* CUDA - add point block diagonal not supported message
* make style
* Operator - improve point block description
* OCCA - explicitly remove OCCA fallback to CPU assembly functions, will update after new OCCA backend
* Op - remove gap removal in point block diagonal
* Op - update diagonal assembly documentation
* Update backends/ref/ceed-ref-operator.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
* style - fix extra space in * with nopad
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| b3b7035f | 29-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Operator - expand check for valid QFunction |
| 4cc79fe7 | 01-May-2020 |
Jed Brown <jed@jedbrown.org> |
doc: add @ref for enum mentions |
| 3ac43b2c | 24-Apr-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
ElemRestriction - add check for strided status |
| 430758c8 | 24-Apr-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
ElemRestriction - add state counter for reading offsets array |
| bd33150a | 24-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
ElemRestriction - add ElemRestrictionGetOffsets |
| 68d8d928 | 22-Apr-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #513 from CEED/jeremy/restriction-no-interlace
Convert restriction to offsets |
| 6c58de82 | 17-Apr-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Basis - better protect basis data from user meddling
Co-Authored-By: Jed Brown <jed@jedbrown.org> |
| 9d007619 | 17-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Basis - move some functions to public API |
| d979a051 | 14-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Restriction - convert restiction to use offsets instead of interlace mode. CPU and Python impl only, CUDA and MAGMA left to do. |
| b0d62198 | 29-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
codecov - add a couple of more exlcusion tags |
| 8079b1e4 | 27-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
CeedInit: better diagnostic when no suitable backend is found |
| 399bb197 | 27-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
fortran: appease Intel compiler with int/enum |
| 0a0da059 | 20-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Ceed - add CeedView() |
| 9a00868b | 11-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
make style |
| a681ae63 | 10-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Restriction -reorder ceed-.l.mrestriction.c to get correct documentation grouping |