| #
7509a596
|
| 06-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Restriction - replace identity restrictions with strided restrictions
|
| #
4092d0ee
|
| 05-Feb-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #447 from CEED/jeremy/lmode-on-create
ElemRestriction Lmode in Create over Apply
|
| #
61dbc9d2
|
| 27-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
ElemRestriction - make lmode a separate enum
|
| #
a8d32208
|
| 24-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
ElemRestriction - move lmode to constructor over apply
|
| #
7af48cf9
|
| 17-Nov-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #417 from CEED/jeremy/none-args
None Args
|
| #
442e7f0b
|
| 16-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - add QFUNCTION_NONE
|
| #
aa0ba46f
|
| 30-Oct-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #403 from CEED/jeremy/test-tols
Tests - relax t412 tolerence and small style changes
|
| #
4e367ab1
|
| 30-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Tests - relax t412 tolerence and small style changes
|
| #
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
|
| #
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 ...
|
| #
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 ...
|