History log of /libCEED/rust/libceed-sys/c-src/backends/ref/ceed-ref-basis.c (Results 51 – 75 of 115)
Revision Date Author Comments
# f643baed 15-Jun-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #558 from CEED/jeremy/func-rename

Rename Functions


# fd364f38 15-Jun-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

style - change Get*Status to Is*


# dc16b371 17-Apr-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #515 from CEED/jeremy/basis-public

Basis - move some functions to public API


# 6c58de82 17-Apr-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Basis - better protect basis data from user meddling

Co-Authored-By: Jed Brown <jed@jedbrown.org>


# 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


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

Basis - drop BasisGetValue in favor of BasisGetInterp/Grad


# 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


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

Merge pull request #384 from CEED/jeremy/collobasis-fix

Fix Bug in CPU Collocated Basis Grad


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

CPU - fix collocated basis grad error


# 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


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

Merge pull request #378 from CEED/natalie/non-tensor-test

change dim/ncomp ordering for CPU ref non-tensor gradient basis eval


# 475a782b 08-Oct-2019 nbeams <246972+nbeams@users.noreply.github.com>

change dim/ncomp ordering for CPU ref non-tensor gradient basis evaluation


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


# 288c0443 13-Sep-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

QFunction Create by Name (#311)

This PR adds a QFunction gallery to libCEED with 1D, 2D, and 3D mass and Poisson operators.

Closes issue #37, issue #340

* Add QFunction gallery, rename focca

QFunction Create by Name (#311)

This PR adds a QFunction gallery to libCEED with 1D, 2D, and 3D mass and Poisson operators.

Closes issue #37, issue #340

* Add QFunction gallery, rename focca

* Gallery - add initial QFunctions

* Add a test for using the QF gallery

* Modify ex1 to use gallery

* Add multiple test configs to tap

* Move output to test directory

* Update junit

* Add OCCA galley exception

* Add ex2

* Update ex2 for dim->ncompx

* Gallery - modify to work for CUDA as is

* Update Documentation

* Gallery - typo fix

* Gallery - convention change, postappend qfunction family variant

* Gallery - update template with new name checking convention

* Gallery - condense diff3DBuild QFunction

* Gallery - rename diff -> poisson

* Gallery - clarify poisson3DBuild comment

* Gallery - use Pragma SIMD, store Qdata in Voigt convention

* Examples - Convert BP3-6 to Voigt convention

* Examples - add cl option to switch between header and gallery qfs in CEED examples

* Examples - clean up construction of QF name

* Gallery - Switch to PascalCase for gallery names

* Doc - fix function type page

* Interface - Make sure strncpy result is null terminated

* Gallery - Update Poisson 2/3D Apply to new QF body

* make style

* make style - fix worst style problems

* make style - add gallery to make style

* Doc - update documentation errors and inconsistencies

* Examples - test ex1 ex2 with and without gallary

* Examples - reduce testing of ex1/ex2 without gallery, clean up non-gallery qfunctions

* MFEM - revert another make style mistake

* Manual make style updates

* Doc - update function documentation page

* Style updates, document test numbering conventions

* doc: resolve ambiguous image location warning, allow more Dot nodes

* Tests - style and cast cleanup

* Tests - fix README indentation

show more ...


# 91898e4d 31-Aug-2019 Jed Brown <jed@jedbrown.org>

Merge pull request #328 from CEED/jeremy/ref-basis-dead

Ref - remove dead code from basis collo grad


# a1dbd226 29-Aug-2019 jeremylt <jeremy.thompson@colorado.edu>

Ref - fix indentation


# a5b2249e 29-Aug-2019 jeremylt <jeremy.thompson@colorado.edu>

Ref - remove dead code from basis collo grad


# dfe03796 29-Aug-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Add Grad w/collo Interp mode to CPU backends (#290)

* Add Grad w/collo Interp mode to CPU backends

* Ref - Update dofs to nodes in basis documentation

* Ref - use memcpy for collo interp


# a62270dd 27-Aug-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #314 from CEED/jeremy/dof-to-node

Update DoF to Node and Style Changes


# 8795c945 22-Aug-2019 jeremylt <jeremy.thompson@colorado.edu>

Rename NDoF to NNodes and style updates


# 1226057f 27-Jun-2019 Yohann Dudouit <yohann.dudouit@gmail.com>

Merge branch 'master' into yohann/cuda-restr-opt

Conflicts:
backends/cuda-reg/ceed-cuda-reg-restriction.c
backends/cuda-shared/ceed-cuda-shared-basis.c


# 29187ef8 19-Jun-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #274 from CEED/underintegrate-basis-fix

Fix Underinterpolation in /cpu/self Backends


12345