| #
713f43c3
|
| 16-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - Switch CreateFDMElementInverse to fallback mechanism
|
| #
7172caad
|
| 11-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - move AssembleDiagonal to fallback
|
| #
854cbf70
|
| 04-Dec-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #372 from CEED/jeremy/element-fdm-inv
FDM Element Inverse
|
| #
5fc5d8e2
|
| 04-Dec-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #399 from CEED/jeremy/rstr-opt
Restriction Optimizations
|
| #
0e4d4210
|
| 03-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Ceed - Define CEED_EPSILON for interface use
|
| #
3c1eb631
|
| 06-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
make style
|
| #
eca5d4a3
|
| 02-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
make style
|
| #
3bd813ff
|
| 23-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - Add CreateElementFDMInverse
|
| #
a8c14239
|
| 02-Dec-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #423 from CEED/jeremy/small-fixes
Small fixes from Python Work
|
| #
c00ee0d7
|
| 23-Nov-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #413 from CEED/jeremy/op-add
Add CeedOperatorApplyAdd
|
| #
250756a7
|
| 08-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - provide default impl of Composite Operators
|
| #
cae8b89a
|
| 07-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - Add OperatorApplyAdd, implement for CPU, OCCA backends
|
| #
34138859
|
| 20-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Doc - small updates for correctness
|
| #
5107b09f
|
| 18-Nov-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Delegate AssembleLinearQF to ref/serial when not impl (#406)
* Operator - delegate AssembleLinearQF to ref/serial when not impl by backend
* Occa - Fix restriction summing error
* Tests - fix
Delegate AssembleLinearQF to ref/serial when not impl (#406)
* Operator - delegate AssembleLinearQF to ref/serial when not impl by backend
* Occa - Fix restriction summing error
* Tests - fix error in t534-f qfunction for CPU
* make style
* Operator - clarify fallback mechanism, allow backends to provide fallback other than /cpu/self/ref/serial
* Operator - update fallback to avoid copying vectors, restrictions
* Operator - move fallback to ceed level
* Operator - explicitly check for falling back to onself
* Update interface/ceed-operator.c
Co-Authored-By: Jed Brown <jed@jedbrown.org>
show more ...
|
| #
0614b1d0
|
| 18-Nov-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #419 from CEED/jeremy/view-qf
QFunction - add QFunctionView
|
| #
23f23fac
|
| 18-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
make style
|
| #
2da88da5
|
| 18-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator/QFunction - Update view formatting
|
| #
2ebaca42
|
| 18-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - add OperatorView
|
| #
7af48cf9
|
| 17-Nov-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #417 from CEED/jeremy/none-args
None Args
|
| #
e97ff134
|
| 16-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - enable CEED_VECTOR_NONE as OperatorApply argument
|
| #
442e7f0b
|
| 16-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - add QFUNCTION_NONE
|
| #
c360dbdf
|
| 18-Oct-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #392 from CEED/jeremy/get-ceed
Get Full Ceed Resource Name
|
| #
692c2638
|
| 18-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Style - fix array pointer and function arg style
|
| #
aa8da7d5
|
| 17-Oct-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #388 from CEED/jeremy/op-qf-fields
Move Op/Qf fields to ceed-backend.h
|
| #
2cb0afc5
|
| 17-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - small clarification on hasrestriction
|