History log of /libCEED/backends/ref/ceed-ref-operator.c (Results 176 – 200 of 255)
Revision Date Author Comments
# dfffd467 20-Dec-2019 jeremylt <jeremy.thompson@colorado.edu>

Ref - reorganize AssembleLinearDiagonal loop for performance


# 65e7b5e8 17-Dec-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #431 from CEED/jeremy/diag-refactor

Operator - move AssembleDiagonal to fallback


# f10650af 17-Dec-2019 jeremylt <jeremy.thompson@colorado.edu>

CPU - add comment blocks at top of all backend functions


# 9289e5bf 16-Dec-2019 jeremylt <jeremy.thompson@colorado.edu>

Basis - update documentation for CeedMatrixMultiply


# 713f43c3 16-Dec-2019 jeremylt <jeremy.thompson@colorado.edu>

Operator - Switch CreateFDMElementInverse to fallback mechanism


# cdb3667f 16-Dec-2019 jeremylt <jeremy.thompson@colorado.edu>

PETSc - remove extra memcpy in Multigrid example


# 00f91b2b 13-Dec-2019 jeremylt <jeremy.thompson@colorado.edu>

Basis - drop BasisGetValue in favor of BasisGetInterp/Grad


# 7172caad 11-Dec-2019 jeremylt <jeremy.thompson@colorado.edu>

Operator - move AssembleDiagonal to fallback


# 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


# 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 ...


# 7af48cf9 17-Nov-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #417 from CEED/jeremy/none-args

None Args


# a7b7f929 16-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

Basis - Use CEED_VECTOR_NONE for EVAL_MODE_WEIGHT


# 196c9032 11-Nov-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #409 from CEED/jeremy/ident-cpu-opt

CPU - avoid extra memcpy for identity qfunctions


# 55e4cc5b 11-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

CPU - clean up qvecsout via increasing references


# 67db23e4 11-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

CPU - update identity qf assemby error message


# 53d298d0 06-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

make sytle


# 60f77c51 01-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

QFunction - Refactor CreateIdentity to include inmode and outmode


# 16911fda 01-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

CPU - avoid extra memcpy for identity qfunctions


# e6a04bf5 16-Oct-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #273 from CEED/p-multigrid

P Multigrid Example


# 112e3f70 16-Oct-2019 jeremylt <jeremy.thompson@colorado.edu>

Make tidy


# 7f823360 16-Oct-2019 jeremylt <jeremy.thompson@colorado.edu>

Make style


# 371dab76 11-Oct-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #379 from CEED/jeremy/qf-assemble-workvecs

CPU - Use work vectors for AssembleLinearQF


# 138d4072 10-Oct-2019 jeremylt <jeremy.thompson@colorado.edu>

LCOV - minor updates


1234567891011