History log of /libCEED/rust/libceed-sys/c-src/interface/ceed-elemrestriction.c (Results 201 – 225 of 233)
Revision Date Author Comments
# 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 ...


# 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


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

Make style


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

Rename NDoF to NNodes and style updates


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

Merge pull request #302 from CEED/jeremy/dmplex

Create DMPlex PETSc BPs


# f02ca4a2 12-Jul-2019 Jed Brown <jed@jedbrown.org>

Refine PETSc DMPlex BPs

This currently only views shape, but could some day learn to view
values. Adding to public interface because it's a useful tool for
debugging user code.


# 56cf2fbb 10-Jul-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #291 from CEED/rstr-mult

Add ElemRestrGetMultiplicity and Tests


# 1469ee4d 10-Jul-2019 jeremylt <jeremy.thompson@colorado.edu>

Add ElemRestrGetMult and tests


# 1856ee7c 29-May-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #239 from CEED/decorator

Add delegates for specific objects


# aefd8378 29-Apr-2019 jeremylt <jeremy.thompson@colorado.edu>

Add delegates for specific objects


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

Merge pull request #228 from CEED/rstr-block

Restriction Block


# 1f37b403 14-May-2019 jeremylt <jeremy.thompson@colorado.edu>

Add block paramenter example in doc


# be9261b7 28-Mar-2019 jeremylt <jeremy.thompson@colorado.edu>

Add ElemRestrictionApplyBlock


# de686571 14-Mar-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Small clang-tidy fixes (#215)


# 5c32accb 18-Dec-2018 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #172 from CEED/setters

Setters


# 1dfeef1d 12-Dec-2018 jeremylt <jeremy.thompson@colorado.edu>

Make style


# fe2413ff 14-Nov-2018 jeremylt <jeremy.thompson@colorado.edu>

Add setters, remove impl header from CPU, OCCA backends


# 0a5a520a 06-Nov-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'getters' of github:ceed/libceed [PR #167]

* 'getters' of github:ceed/libceed:
Improved documentation
Add Operator/QFunction field getters
Update documentation
Separate to 3 hea

Merge branch 'getters' of github:ceed/libceed [PR #167]

* 'getters' of github:ceed/libceed:
Improved documentation
Add Operator/QFunction field getters
Update documentation
Separate to 3 header files
First round of getters

[Remove unnecessary ceed-impl.h in merge.]

show more ...


# 23617272 20-Oct-2018 jeremylt <jeremy.thompson@colorado.edu>

Update documentation


# d863ab9b 19-Oct-2018 jeremylt <jeremy.thompson@colorado.edu>

Separate to 3 header files


# 4ce2993f 17-Oct-2018 jeremylt <jeremy.thompson@colorado.edu>

First round of getters

Use Getters in ref backend

Add Getters to blocked backend

Convert OCCA backend to use Getters

Add getters for backend data


# 9e1c8ed3 12-Sep-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'remove-extra-ceed-args' [PR #148]

* remove-extra-ceed-args:
Restore ceed argument in TensorContractRef/Opt
Switch held ref ceed to delegate ceed recursively checked for
Refactor

Merge branch 'remove-extra-ceed-args' [PR #148]

* remove-extra-ceed-args:
Restore ceed argument in TensorContractRef/Opt
Switch held ref ceed to delegate ceed recursively checked for
Refactor to standardize backend create functions

show more ...


# 5fe0d4fa 29-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Switch held ref ceed to delegate ceed recursively checked for


# 667bc5fc 29-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Refactor to standardize backend create functions


12345678910