History log of /libCEED/rust/libceed-sys/c-src/backends/ref/ceed-ref-restriction.c (Results 126 – 150 of 167)
Revision Date Author Comments
# 9c36149b 28-Oct-2019 jeremylt <jeremy.thompson@colorado.edu>

Ref - make ncomp const for rstr as well


# 4d2a38ee 27-Oct-2019 jeremylt <jeremy.thompson@colorado.edu>

Ref - make restriction block size const


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


# 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


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

Documentation Typo Fixes (#321)

* Basis - fix typo in doc

* Ceed - fix typo in doc

* Operator - fix typo in doc

* QFunction - fix typo in doc

* Ceed.h - fix typos in doc

* Ref - fix t

Documentation Typo Fixes (#321)

* Basis - fix typo in doc

* Ceed - fix typo in doc

* Operator - fix typo in doc

* QFunction - fix typo in doc

* Ceed.h - fix typos in doc

* Ref - fix typos in doc

* Blocked - fix typos in doc

* READMEs - typo fixes

show more ...


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

Merge pull request #228 from CEED/rstr-block

Restriction Block


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

Add ElemRestrictionApplyBlock


# 486febe6 15-May-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #224 from CEED/mem-zero

Check QFunction Output Vecs


# 8d75ea1b 18-Apr-2019 jeremylt <jeremy.thompson@colorado.edu>

Fix include statements


# b99f7525 11-Mar-2019 Valeria Barra <39932030+valeriabarra@users.noreply.github.com>

Merge pull request #209 from CEED/jed/astyle

Make Style Updates


# cdf4f918 09-Mar-2019 jeremylt <jeremy.thompson@colorado.edu>

Apply style changes


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

Merge pull request #172 from CEED/setters

Setters


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


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


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

Refactor to standardize backend create functions


# f82d2baa 15-Aug-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'cleanup' [PR #118]

* cleanup:
make style, excluding backends/{occa,magma}
make style: fix interface and include paths
docs: fix capitalization
doc: add developer notes on shape

Merge branch 'cleanup' [PR #118]

* cleanup:
make style, excluding backends/{occa,magma}
make style: fix interface and include paths
docs: fix capitalization
doc: add developer notes on shape and adopt convention
Standardize CeedIntPow and CeedIntMin
Move and document CeedIntMin, document CeedPowInt
Add function levels
Update Doxygen output naming
Add Test List to Doxygen
Doxygen interface comment updates
Remove redundant doxygen comments
Documentation updating for t500
Move ceed* files to 'inteface' directory, comment cleanup
Further CPU backend commenting and cleaning
Reorder tests, renumber for future expansion
Clean up and tighten Opt and Ref backends

show more ...


# 4b8bea3b 15-Aug-2018 Jed Brown <jed@jedbrown.org>

make style, excluding backends/{occa,magma}


# ecf6354e 15-Aug-2018 Jed Brown <jed@jedbrown.org>

doc: add developer notes on shape and adopt convention

Tensor/matrix shapes are now consistently described using a
lexicographic convention in the documentation. Further details on the
convention i

doc: add developer notes on shape and adopt convention

Tensor/matrix shapes are now consistently described using a
lexicographic convention in the documentation. Further details on the
convention is described in new developer notes. I did not change
comments in backends/{occa,magma} because there is outstanding
development that may interfere with merging.

show more ...


# d7b241e6 09-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Move ceed* files to 'inteface' directory, comment cleanup


# 8d94b059 09-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Further CPU backend commenting and cleaning


1234567