History log of /libCEED/rust/libceed-sys/c-src/include/ceed/backend.h (Results 51 – 75 of 208)
Revision Date Author Comments
# 19605835 06-May-2024 Jeremy L Thompson <jeremy@jeremylt.org>

rstr - support different at point e-layouts


# a171b6ef 27-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1537 from CEED/jeremy/pragma-once

Use #pragma once for non-JiT headers


# 5aed82e4 27-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

minor - update copyright headers


# a844dea2 26-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

headers - use #pragma once for non-JiT headers


# ad75ff58 22-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1521 from CEED/jeremy/cov-fixes

Reduce Code Duplication


# f5d1e504 19-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

backend - use new user data copy utility


# 73441d27 08-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1505 from CEED/jeremy/return-ceed

Add Ceed*ReturnCeed


# 6e536b99 08-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

interface - add Ceed*ReturnCeed


# 1f70653f 23-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1488 from CEED/jeremy/const-path

Const for CeedQFunctionGetSourcePath


# f8d308fa 23-Feb-2024 Jed Brown <jed@jedbrown.org>

internal: const for source paths

Add const to CeedQFunctionLoadSourceToBuffer output argument. If we
had Result, this would look like

let const source_buffer = CeedQFunctionLoadSourceToBuffer()?;

internal: const for source paths

Add const to CeedQFunctionLoadSourceToBuffer output argument. If we
had Result, this would look like

let const source_buffer = CeedQFunctionLoadSourceToBuffer()?;

The caller is free to cast in the const when passing the output variable
if they want this semantic:

let mut source_buffer = CeedQFunctionLoadSourceToBuffer()?;

show more ...


# 34ffed21 23-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

internal - const for CeedQFunctionGetSourcePath


# 2004a820 23-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1487 from CEED/jeremy/field-name-const

Add const to GetName functions


# 7d023984 23-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

backend - add const to QF name acessor


# 5c03c935 22-Feb-2024 Jed Brown <jed@jedbrown.org>

Merge pull request #1483 from CEED/jeremy/use-getters

Reduce reaching into private data


# 1203703b 22-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

internal - reduce reaching into private structs


# 814bef82 20-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1476 from CEED/jeremy/gpu-fallback

Fallback from GPU gen to shared for non-tensor


# 9463e855 20-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

op - add CeedOperatorHasTensorBases


# 72e72e0e 10-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1463 from CEED/jeremy/memcheck-strides

CEED_STRIDES_BACKEND related updates


# 56c48462 05-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

rstr - fix signature of GetLayout


# 22eb1385 05-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

rstr - add CeedElemRestriction[Get,Set]LLayout


# 2247a93f 10-Feb-2024 Rezgar Shakeri <42816410+rezgarshakeri@users.noreply.github.com>

CeedMatrixPseudoinverse utility function (#1251)

* Added CeedMatrixPseudoinverse utility and use it CeedBasisGetCollocatedGrad

* Used pseudoinverse utility in CeedBasisApplyAtPoints

* Update d

CeedMatrixPseudoinverse utility function (#1251)

* Added CeedMatrixPseudoinverse utility and use it CeedBasisGetCollocatedGrad

* Used pseudoinverse utility in CeedBasisApplyAtPoints

* Update description of CeedMatrixPseudoinverse function

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

* Used pseudoinverse utility in CeedBasisCreateProjectionMatrices

* Updated inline comments

* Added inline comment

* Round matrix-matrix product to zero in CeedBasisCreateProjectionMatrices

* increased tolerance in ex1-volume/src/main.rs

---------

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

show more ...


# bad447da 09-Jan-2024 Sebastian Grimberg <sebastiangrimb@gmail.com>

Merge pull request #1302 from CEED/sjg/gpu-restriction-dev

GPU element restriction for `CEED_RESTRICTION_ORIENTED` and `CEED_RESTRICTION_CURL_ORIENTED`


# 004e4986 16-Aug-2023 Sebastian Grimberg <sjg@amazon.com>

Operator full assembly and diagonal assembly for cuda-ref and hip-ref backends for H(div) and H(curl) elements


# f1b7d387 02-Jan-2024 Sebastian Grimberg <sebastiangrimb@gmail.com>

Merge pull request #1431 from CEED/sjg/strict-prototypes-fix

Silence compiler warning for `-Wstrict-prototypes`


# 6a8ec7bd 20-Dec-2023 Sebastian Grimberg <sjg@amazon.com>

Fix comment


123456789