| 460bf743 | 15-Nov-2019 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Fix t301-basis.c (#416)
* Fix bug in t301-basis.c
* Minor fix in ceed-basis.c documentation |
| 93e877c1 | 13-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Tests - add t106 SyncArray and t107 VectorView |
| 60f77c51 | 01-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
QFunction - Refactor CreateIdentity to include inmode and outmode |
| 619d0d8a | 30-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Tests - add exception for petsc-multigrid because OCCA does not support qfunction reuse |
| 7c903a07 | 06-Nov-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #405 from CEED/jeremy/astyle
Fix Style Indentation Errors |
| 8f8026dd | 04-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Fortran - reduce number of basis tests
|
| 670f46e7 | 04-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Fortran - reduce number of elem rstr tests
|
| 316562b8 | 04-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Tests - update t001 description |
| 4b330c0f | 04-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Fortran - remove vector error tests |
| ccf0fe6f | 30-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
make style |
| cb0b5415 | 30-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Style - Fix indentation errors |
| 4e367ab1 | 30-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Tests - relax t412 tolerence and small style changes |
| e07206de | 17-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Ceed - Add CeedGetResource |
| a05f9790 | 17-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Tests - drop duplicate qfunction files |
| 361afa9a | 17-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Tests - add t503 to test all passive input/output eval modes |
| e6a04bf5 | 16-Oct-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #273 from CEED/p-multigrid
P Multigrid Example |
| 7f823360 | 16-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Make style |
| 022b1e29 | 14-Oct-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #376 from CEED/jeremy/nontensor-test
Add Non-tensor Basis Transpose Grad Tests |
| b7ec98d8 | 11-Oct-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Assemble Linear Operator Diagonal (#375)
* Operator - Interface for CeedOperatorAssembleyLinearDiagonal
* Operator - Initial AssembleLinearDiagonal
* Tests - Add t533, t534, t535 assemble diag
Assemble Linear Operator Diagonal (#375)
* Operator - Interface for CeedOperatorAssembleyLinearDiagonal
* Operator - Initial AssembleLinearDiagonal
* Tests - Add t533, t534, t535 assemble diag
* Tests - add t536, nontensor operator diag
* AssembleDiag - small changes
show more ...
|
| 280af619 | 08-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Tests - add t325 multicomponent non-tensor grad transpose |
| 9a53e505 | 08-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Gallery - update poisson 2d build comment |
| edcde79d | 07-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Tetst - add t324, check matvec for Grad transpose |
| b6faaefa | 07-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Test - add t522, test nontensor diff against constant = 0 |
| 1d102b48 | 03-Oct-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Assemble Linear QFunction (#306)
* Operator - add interface for AssembleLinearQF
* Operator - Refactor Ref/Blocked/Opt basis apply
* Operator - Add AssembleLinearQF impl for Ref/Blocked/Opt, n
Assemble Linear QFunction (#306)
* Operator - add interface for AssembleLinearQF
* Operator - Refactor Ref/Blocked/Opt basis apply
* Operator - Add AssembleLinearQF impl for Ref/Blocked/Opt, not impl message for OCCA/CUDA
* AssembleQF - Add grad test and clean up code
* CPU - Add operator eval mode error, remove opt inlineing
* Operator - clarify QF assemble documentation, style updates
* Interface - style and consistency updates
* Tests - add more complex assembled qfunction test
* Tests - add fortran test for assemble linear qfunction
* Tests - Update t53* tests for new Fortran source macro
* Merge - small fixes
* Operator - convert to backend creating assembled qdata vector
* Operator - zero qvecs before using in assembly of qf
* Operator - expand assemble QF documentation
* CPU - minor fix in AssembleLineaorQF to prevent uninitalized memory
* Tests - fix wording in t531, t532
show more ...
|
| 5156dd89 | 19-Sep-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
README - revert 1d5e3c8, whitespace needed for proper indentation on GitHub |