History log of /libCEED/rust/libceed-sys/c-src/include/ceed/ceed.h (Results 101 – 125 of 236)
Revision Date Author Comments
# 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


# 78b2e752 03-May-2023 Jeremy L Thompson <jeremy@jeremylt.org>

rstr - move CeedElemRestrictionApplyUnsigned to backend.h


# 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


# 2c2ea1db 15-Apr-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Pedantic make option (#1193)

* make - add PEDANTIC option

* ci - use PEDANTIC make option

* cuda - fix pedantic error

* pedantic - drop nonstandard ternary for CeedError


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


# a86a87bd 07-Apr-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1192 from CEED/jeremy/not-release

Mark main as not RELEASE


# d5780308 07-Apr-2023 Jeremy L Thompson <jeremy@jeremylt.org>

lib - mark main as not RELEASE


# 0fc789e5 07-Apr-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1190 from CEED/jeremy/enum-move

Move enums to ceed/types.h


# 9bd0a4de 06-Apr-2023 Jeremy L Thompson <jeremy@jeremylt.org>

include - move enums to ceed/types.h


# 75f4e51e 29-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1178 from CEED/jeremy/vec-peek

Add CeedVectorViewRange utility


# 49aac155 24-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

IWYU fixes (#1182)

* iwyu - include fixes

* iwyu - silence some iwyu output

* minor - clearer macro names

* iwyu - fix suggestion of "ceed/ceed.h" externally

* iwyu - lighter petsc heade

IWYU fixes (#1182)

* iwyu - include fixes

* iwyu - silence some iwyu output

* minor - clearer macro names

* iwyu - fix suggestion of "ceed/ceed.h" externally

* iwyu - lighter petsc headers

* iwyu - ceed/ceed.h -> ceed.h

* iwyu - cuda/hip include fixes

show more ...


# ba59ac12 17-Mar-2023 Sebastian Grimberg <sebastiangrimb@gmail.com>

Move some linear algebra/matrix operations to internal API (#1165)

* Move unoptimized matrix operations to internal API

* Minor docstring formatting in ceed-basis.c

* Update Julia/Python/Fortr

Move some linear algebra/matrix operations to internal API (#1165)

* Move unoptimized matrix operations to internal API

* Minor docstring formatting in ceed-basis.c

* Update Julia/Python/Fortran APIs for removed public functions

* Fix include for tests

* Fixes for removed Python API functions

show more ...


# 4c289bdf 17-Mar-2023 James Wright <james@jameswright.xyz>

Merge pull request #1181 from CEED/jrwrigh/doc_changes

doc: Fixes, Various formatting updates


# 859c15bb 17-Mar-2023 James Wright <james@jameswright.xyz>

doc: Fixes, Various formatting updates

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


# acb2c48c 13-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

vec - add CeedVectorViewRange utility


# 6d4d9f84 10-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1174 from CEED/jeremy/operator-context

CeedOperatorContext* -> CeedOperator*Context*


# 5fb68f37 08-Mar-2023 Karen (Ren) Stengel <karenlstengel@gmail.com>

Adding CeedVectorCopy() and CeedVectorAXPBY() (#1170)

* adding CeedVectorAXPBY and CeedVectorCopy functions with Rust, Python, and CUDA/HIP backend support

---------

Co-authored-by: James Wrig

Adding CeedVectorCopy() and CeedVectorAXPBY() (#1170)

* adding CeedVectorAXPBY and CeedVectorCopy functions with Rust, Python, and CUDA/HIP backend support

---------

Co-authored-by: James Wright <james@jameswright.xyz>
Co-authored-by: Adeleke O. Bankole <86932837+AdelekeBankole@users.noreply.github.com>
Co-authored-by: Jed Brown <jed@jedbrown.org>

show more ...


# 17b0d5c6 07-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

style - rename CeedOperatorContext functions for consistency


# 1a3b2b57 07-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1173 from CEED/jeremy/get-context

Add CeedOperatorGetContext


12345678910