History log of /libCEED/rust/libceed-sys/c-src/interface/ceed-qfunction.c (Results 176 – 200 of 238)
Revision Date Author Comments
# 913efc9a 19-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

QFunction - update style in Calloc call


# 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


# 75affc3b 17-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

QFunction - add QFunctionView


# 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


# 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


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

QFunction - Refactor CreateIdentity to include inmode and outmode


# 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


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

QFunction - use CeedQFunctionUser for CeedQFunctionGetUserFunction


# 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


# 0131f7c4 17-Oct-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #389 from CEED/jeremy/doc-fixes

Doc - small fixes


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

Doc - small fixes


# 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


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


# 98c63b13 01-Oct-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #369 from CEED/jeremy/t412-fix

QFunction - Fix identity qfunction field size


# c0fea178 01-Oct-2019 jeremylt <jeremy.thompson@colorado.edu>

QFunction - Fix identity qfunction field size


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


# c042f62f 18-Sep-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Codecov Exceptions (#356)

* Tests - Add lcov exceptions to t304-f/t305-f

* Backends - add lcov exceptions for error messages intentionally not tested

* Interface - add lcov exceptions for erro

Codecov Exceptions (#356)

* Tests - Add lcov exceptions to t304-f/t305-f

* Backends - add lcov exceptions for error messages intentionally not tested

* Interface - add lcov exceptions for error messages intentionally not tested

* Tests - additional lcov exceptions

show more ...


# 0219ea01 17-Sep-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Add Identity QFunctions (#279)

* QFunction - add initial identity qfunction

* Identity - preformance optimization and add ctx memory free

* QFunction - Improve documentation and clean up destr

Add Identity QFunctions (#279)

* QFunction - add initial identity qfunction

* Identity - preformance optimization and add ctx memory free

* QFunction - Improve documentation and clean up destroy

* Doc - Improve identity QF and Operator documentation

* Gallery - doc and typo fixes

show more ...


12345678910