History log of /libCEED/rust/libceed-sys/c-src/include/ceed-impl.h (Results 51 – 75 of 296)
Revision Date Author Comments
# 356036fa 31-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE


# cce47851 30-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1281 from CEED/jeremy/simplify-parent

Clarify op fallback parent interface


# bb229da9 03-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

op - clarify op fallback parent interface


# 033346be 24-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1304 from CEED/jeremy/strided-lsize

Check l-vec length for strided rstr creation


# e7f679fc 24-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

restr - check l-vec length for strided rstr creation


# 38432684 03-Aug-2023 Sebastian Grimberg <sebastiangrimb@gmail.com>

Merge pull request #1265 from CEED/sjg/hcurl-restr-dev

CeedElemRestriction for H(curl)


# 7c1dbaff 06-May-2023 Sebastian Grimberg <sjg@amazon.com>

Operator full assembly with oriented or curl-conforming element restrictions (RT or ND elements)


# 0c73c039 22-Jun-2023 Sebastian Grimberg <sjg@amazon.com>

Improve element restriction for H(curl) spaces by reorganizing loops, including use of int8_t for tridiagonal matrix


# fcbe8c06 24-Apr-2023 Sebastian Grimberg <sjg@amazon.com>

enum CeedRestrictionType for CeedElemRestriction type


# 77d1c127 02-Mar-2023 Sebastian Grimberg <sjg@amazon.com>

Element restriction for high-order (> 1) H(curl) elements requiring more general orientation transformations

Adds CeedElemRestrictionCreateCurlOriented which takes a tridiagonal element-wise transfo

Element restriction for high-order (> 1) H(curl) elements requiring more general orientation transformations

Adds CeedElemRestrictionCreateCurlOriented which takes a tridiagonal element-wise transformation matrix, typically with entries {-1, 0, 1}.

show more ...


# 218df6b9 02-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1274 from CEED/jeremy/fallback-qf-assembly

Use fallback parent for QFunction assembly if possible


# b05f7e9f 01-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

op - use fallback parent for QFunction assembly if possible


# d4fddeaa 12-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1164 from CEED/jeremy/basis-at-points

Basis Eval at arbitrary points


# c8c3fa7d 21-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

basis - add CeedBasisApplyAtPoints


# 4b35598d 20-Jun-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1231 from CEED/jeremy/consistency

Consistency fixes


# 5ae360d4 16-Jun-2023 Jeremy L Thompson <jeremy@jeremylt.org>

ceed - make SetStream interface level fn


# 63fe681b 05-May-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1206 from CEED/jeremy/unsigned-clone

Add CeedElemRestrictionCreateUnsignedCopy


# c17ec2be 28-Apr-2023 Jeremy L Thompson <jeremy@jeremylt.org>

rstr - add CeedElemRestrictionCreateUnsignedCopy


# 4b7c8c0f 27-Apr-2023 Sebastian Grimberg <sebastiangrimb@gmail.com>

Merge pull request #1196 from sebastiangrimberg/sjg/unsigned-restr-dev


# f30b1135 17-Apr-2023 Sebastian Grimberg <sjg@amazon.com>

Add CeedElemRestrictionApplyUnsigned for operator diagonal assembly in the case of an oriented element restriction


# 6402da51 25-Apr-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Consistency in 'does not support' vs 'does not implement' (#1205)

* interface - consistency in 'does not support' vs 'does not implement'

* minor - consistency fixes

* minor - style consistency


# 2efebffe 12-Apr-2023 Sebastian Grimberg <sebastiangrimb@gmail.com>

Merge pull request #1156 from sebastiangrimberg/sjg/hcurl-basis-dev

H(curl) basis and `CEED_EVAL_CURL`


# c4e3f59b 15-Feb-2023 Sebastian Grimberg <sjg@amazon.com>

Add H(curl) basis and CEED_EVAL_CURL operations

This refactors basis application to use common code between CEED_EVAL_GRAD for H^1 and CEED_EVAL_INTERP for H(curl)/H(div). It should ideally expose a

Add H(curl) basis and CEED_EVAL_CURL operations

This refactors basis application to use common code between CEED_EVAL_GRAD for H^1 and CEED_EVAL_INTERP for H(curl)/H(div). It should ideally expose an easy way to get non-tensor backends to work for H(div) and H(curl).

show more ...


# 98b6bd5e 29-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1184 from CEED/jeremy/strict-label

Update op check for a context label


# 5ac9af79 28-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

ctx - update op check for a label


12345678910>>...12