History log of /libCEED/interface/ceed.c (Results 251 – 275 of 331)
Revision Date Author Comments
# 547d9b97 03-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

Vector - add CeedVectorNorm


# 8a37b0ef 20-Jan-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

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

AssembleLinearDiag Optimizations


# 0ace9bf2 03-Jan-2020 jeremylt <jeremy.thompson@colorado.edu>

Operator - fix fallback ceed mem leak


# 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


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

Doc - update doc for make doc errors


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

Operator - Switch CreateFDMElementInverse to fallback mechanism


# 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


# 13873f79 08-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

Ceed - minor codecov updates


# 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


# d79b80ec 19-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

Ceed - update documentation: CEED -> Ceed context


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


# 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


# cb0b5415 30-Oct-2019 jeremylt <jeremy.thompson@colorado.edu>

Style - Fix indentation errors


# 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


# e07206de 17-Oct-2019 jeremylt <jeremy.thompson@colorado.edu>

Ceed - Add CeedGetResource


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


# a82821c1 19-Sep-2019 Jed Brown <jed@jedbrown.org>

Merge pull request #360 from CEED/jed/config-flags

Jed/config flags and string processing


# 07a02837 19-Sep-2019 Jed Brown <jed@jedbrown.org>

Clean up string processing code smells; -Wstringop-truncation

This pattern is detected by gcc-9 at high optimization:

warning: ‘strncpy’ output truncated before terminating nul copying as many byte

Clean up string processing code smells; -Wstringop-truncation

This pattern is detected by gcc-9 at high optimization:

warning: ‘strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
87 | strncpy(source_copy, source, strlen(source));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

show more ...


1...<<11121314