History log of /libCEED/rust/libceed-sys/c-src/interface/ceed-vector.c (Results 126 – 150 of 160)
Revision Date Author Comments
# ec3da8bc 26-Mar-2021 Jed Brown <jed@jedbrown.org>

Install install backend headers under include/ceed/

This makes it possible to distribute source plugins that provide
additional backends. It's also used in MFEM, perhaps temporarily.

Deprecate ceed

Install install backend headers under include/ceed/

This makes it possible to distribute source plugins that provide
additional backends. It's also used in MFEM, perhaps temporarily.

Deprecate ceed-backend.h, which was not previously installed, but some
users accessed it from an in-place build.

Also install CUDA and HIP headers that allow users to provide CUfunction
and hipFunction_t.

Co-authored-by: Jeremy L. Thompson <jeremy.thompson@colorado.edu>
Requested-by: Andrew T. Barker <barker29@llnl.gov>

show more ...


# e15f9bd0 20-Mar-2021 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Error Handling Improvement [fix #696] (#691)

* Operator - add operator/qfunction field compatibility checks

* QFunction - do not allow adding fields to QFunction in use with an operator

* Exam

Error Handling Improvement [fix #696] (#691)

* Operator - add operator/qfunction field compatibility checks

* QFunction - do not allow adding fields to QFunction in use with an operator

* Examples - add some extra exclusion markers in ceed example

* error - add error enum

* error - update error enum names and numbering

* error - use CEED_ERROR_BACKEND in all backend errors

* error - begin classifying interface errors

* error - update backends to use CEED_ERROR_SUCCESS and CeedChkBackend

* error - use new errors in gallery

* error - add some unsaved modifications

* error - improve documentation

* error - define CEED_ERROR_SUCCESS in GPU JiT; we really should have a common header to pipe defines to the JiT code

* error - more error code editing

* error - fix error string

* operator - fix setting field qpts

* basis - add input/output dimension error checking

* python - move basis utility methods to ceed object, no basis required or used

* python - force exit with negative error code

* make style-py

* rust - initial work to add error handling logic

* rust - add ceed.resource method

* rust - add results for methods that may fail

* rust - also format doctests

* minor - drop unused CeedChk()

* error - rename terminal/nonterminal to major/minor

* rust - set ErrorStore as default errorhandler

* python - revert error handing change for python

* python - use success error code from C bindings

* error - only upgrade error code in backend if positive

show more ...


# 3d576824 29-Jan-2021 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

headers - clearify includes to not rely on transitive includes (#701)

* headers - clearify includes to not rely on transitive includes

* style - add header recommendations from 'include-what-you-

headers - clearify includes to not rely on transitive includes (#701)

* headers - clearify includes to not rely on transitive includes

* style - add header recommendations from 'include-what-you-use'

* style - apply 'include-what-you-use' changes to CUDA backends

* style - 'include-what-you-use' for hip backends

* style - drop ceed.h includes in gallery qf source

* docs - add dev notes for header files

* style - header style and alphabetize

show more ...


# 500adadc 30-Sep-2020 nbeams <246972+nbeams@users.noreply.github.com>

resolve merge conflicts for v0.7 release


# 187168c7 29-Sep-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Jeremy/py debugging (#637)

* Ceed - only store error with parent

* Python - assert state is not in write status

* Vector - add reader check to destructor

* make style

* remove debugging

Jeremy/py debugging (#637)

* Ceed - only store error with parent

* Python - assert state is not in write status

* Vector - add reader check to destructor

* make style

* remove debugging assertion

* Python - minor documentation correctness

* Python - hold reference to data array for USE_POINTER to prevent gc

* Python - hold reference to data array for USE_POINTER to prevent gc for restriction and context

* Python - use None object for initial ref back to ceed objects

* Python - add USE_POINTER to imports as needed

* Junit - update valid error message for writable access lock

* Python - change exception raised test to help gc

show more ...


# 249b1cba 29-Sep-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #636 from CEED/jed/python-debugging

Jed/python debugging


# 27312b0f 28-Sep-2020 Jed Brown <jed@jedbrown.org>

vector: fix typo in man page


# 777ff853 14-Aug-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

QFunction Context Data Object (#596)

* Ctx - create context object for QFunction context data

* Context - rename UserContext -> QFunctionContext

* Ctx - add lcov markers

* Ctx - fix leak in

QFunction Context Data Object (#596)

* Ctx - create context object for QFunction context data

* Context - rename UserContext -> QFunctionContext

* Ctx - add lcov markers

* Ctx - fix leak in identity QFunctions

* Hip/Cuda - rename sync functions for vector/context

* Tests - lcov marker update

* QFunction - drop unused function

* Python - fix copy-paste errors

* Ctx - update notes for Fortran usage

* Fortran - drop unneeded cast

Co-authored-by: Jed Brown <jed@jedbrown.org>

* Interface - use void* for SetData interfaces

* Make - use call quiet for NVCC

* Interface - use void* for GetData interfaces

* Make - add quiet call option for examples

* Makefile - create common makefile to reduce duplication/complexity in example makefiles

Co-authored-by: Jed Brown <jed@jedbrown.org>

show more ...


# 752c3701 28-Jul-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Fix CodeCov Reports (#597)

* Tests - use qfunction headers for Fortran tests to improve bypass gcov issue

* Gitlab - use latest gcc on Noether

* Cuda/Hip - add case in reciprocal for completen

Fix CodeCov Reports (#597)

* Tests - use qfunction headers for Fortran tests to improve bypass gcov issue

* Gitlab - use latest gcc on Noether

* Cuda/Hip - add case in reciprocal for completeness

* Cuda - remove duplicate case

* Makefile - exclude fortran test headers from make style

* Travis - update to Focal

* Cov - adjust style to be consistent and avoid false misses

* Travis - update comments and style

show more ...


# d99fa3c5 28-Jul-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Op - add interface for multigrid level creation (#579)

* Op - add interface for multigrid level creation

* Op - add implementation for OperatorMultigridLevelCreate

* make style

* make tidy

Op - add interface for multigrid level creation (#579)

* Op - add interface for multigrid level creation

* Op - add implementation for OperatorMultigridLevelCreate

* make style

* make tidy

* Op - add test t550, fix errors

* Tests - add Fortran version of t550

* Tests - add t511 for testing tensor basis multigrid level setup

* make style and tidy

* Tests - fix t55* memory leaks

* Tests - add t552 for non-tensor basis multigrid levels

* CUDA - use CeedIntMax in shared CUDA backend

* Tests - add OCCA test exception for t55*

* Op - add lvector global prolongation multiplicity, simplifies user interface

* Solids - convert example to new interface

* make style

* Tests - convert t550 to multicomponent

* Solids - drop unused ceed_fine

* Python - add new multigrid level interface

* Python - fix operator wrap, use ceed python obj rather than ceed pointer

* Gallery - update comment slightly

* Tests - remove accidental duplicate test

* Multigrid - add size=2 case as well

* Operator - drop unneeded inline

* QFunction - simplify context ownership to match vector

* make style

* Python - update multigrid function signature

* Operator - refactor prolong/restrict qfunctions as scaling qfunctions

* Vector - add testing for reciprocal and add to Fortran/Python interfaces

* CUDA - add VectorReciprocal on device

* Gallery - drop specalized versions for 'Scale', wil fix performance hit later

* Hip - add vector reciprocal

* Operator - add more flexible prologation basis creation interface

* Vec - make sure data is set for VectorReciprocal

* Tests - drop ncomp for t550/1 so kernel is not too large for Magma backend

* Tests - add missing lcov markers

* make style

* Travis - allow ARM job to fail

* Travis - fix intel install

* Travis - try different install dir name for inteloneapi

* Travis - add ifort, ipp packages

* Tests - add missing lcov marker

show more ...


# 77ad9f29 15-Jul-2020 nbeams <246972+nbeams@users.noreply.github.com>

Merge branch 'main' into natalie/hip-ref-v2


# 2fcdcaf2 01-Jul-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #577 from CEED/jeremy/take-array

Vec - add CeedVectorTakeArray


# 58921e9f 01-Jul-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Vec - clarify TakeArray responsibility in documentation


# 6a6c615b 30-Jun-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

Vec - add CeedVectorTakeArray


# db3f49c5 30-Jun-2020 Yohann <dudouit1@llnl.gov>

Merge branch 'master' into yohann/nameKernels


# a970f638 30-Jun-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #566 from CEED/jeremy/solid-cuda

Solids - enable use of GPU vectors


# 25fd8ed6 30-Jun-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Vector - style


# b3cf021f 30-Jun-2020 jeremylt <jeremy.thompson@colorado.edu>

Vec - update documentation for Set/Sync and Get/Restore


# 3f1466f8 26-Jun-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #561 from CEED/jeremy/is-deterministic

Ceed - add IsDeterministic


# 5f67fade 26-Jun-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

spellcheck


# 65275b31 13-May-2020 valeriabarra <valeriabarra21@gmail.com>

Merge branch 'master' into valeria/NSfixes


# 6d923037 02-May-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #523 from CEED/jed/breathe-4.17

Jed/breathe 4.17


# 4cc79fe7 01-May-2020 Jed Brown <jed@jedbrown.org>

doc: add @ref for enum mentions


# 71254f85 20-Mar-2020 Valeria Barra <39932030+valeriabarra@users.noreply.github.com>

Merge pull request #486 from CEED/jeremy/ceed-view

Ceed - add CeedView()


# 0a0da059 20-Mar-2020 jeremylt <jeremy.thompson@colorado.edu>

Ceed - add CeedView()


1234567