History log of /libCEED/rust/libceed-sys/c-src/interface/ceed-vector.c (Results 51 – 75 of 160)
Revision Date Author Comments
# aa67b842 04-Jan-2024 Zach Atkins <zach.atkins@colorado.edu>

Fix CeedVectorAXPBY


# ca94c3dd 05-Dec-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Docstring consistency (#1409)

* doc - docstring consistency

* doc - update for bad linking of type names

* doc - update for bad linking of type names


# c7697240 15-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1335 from CEED/sjg/backend-consistency-continued

Fix some missing backend consistency from #1315


# 311fcb10 15-Sep-2023 Sebastian Grimberg <sjg@amazon.com>

Continue empty line removal before return CEED_ERROR_SUCCESS


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

Interface consistency fixes (#1312)

* format - consistency fixes

* format - test name consistency

* format - drop comma operator

* format - drop git add . in favor coercion

* format - ad

Interface consistency fixes (#1312)

* format - consistency fixes

* format - test name consistency

* format - drop comma operator

* format - drop git add . in favor coercion

* format - add CeedScalarSwap macro

show more ...


# fe4b6b13 18-Aug-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1294 from CEED/jeremy/vec-scale

Fix vector read-write vs write access logic


# 567d69a2 17-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

vec - fix read-write vs write access logic


# b0976d5a 15-Aug-2023 Zach Atkins <zach.atkins@colorado.edu>

Vector - error-free usage when length = 0 (#1291)

* Allow for error-free usage of length 0 CeedVectors

* Add tests for length 0 CeedVectors

* make clang-tidy happy

* remove unnecessary tests


# b3d4ed2c 07-Jul-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1241 from CEED/jed/fix-vec-size-loop-vars

CeedVector/Preconditioning: fix CeedInt loop vars to CeedSize


# b94338b9 23-Jun-2023 Jed Brown <jed@jedbrown.org>

CeedVector/Preconditioning: fix CeedInt loop vars to CeedSize

While 32-bit is sufficient for CeedElemRestriction, a Vector is used
to store matrix entries and the number of entries can overflow 32-b

CeedVector/Preconditioning: fix CeedInt loop vars to CeedSize

While 32-bit is sufficient for CeedElemRestriction, a Vector is used
to store matrix entries and the number of entries can overflow 32-bit
even for a small number of dofs. For example, 85k Q3 fluid elements is
enough to overflow.

Reported-by: Ken Jansen

show more ...


# 2ab8f9ab 17-May-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1213 from CEED/jeremy/use-refcopy

Consistency with Ceed*Refrence and Ceed*ReferenceCopy


# db002c03 11-May-2023 Jeremy L Thompson <jeremy@jeremylt.org>

minor - consistency with Ceed*Refrence and Ceed*ReferenceCopy


# c5215752 24-Apr-2023 Sebastian Grimberg <sebastiangrimb@gmail.com>

Merge pull request #1197 from sebastiangrimberg/sjg/style-whitespace-fix

Minor style consistency updates


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

Further docstring cleanup, aiming for one sentence per line


# 6e6704a8 19-Apr-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1198 from CEED/jeremy/CeedCheck

Add CeedCheck macro to reduce repetition


# 6574a04f 18-Apr-2023 Jeremy L Thompson <jeremy@jeremylt.org>

internal - add CeedCheck macro to reduce repetition


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

Enforce include order in .clang-format


# 4385fb7f 04-Mar-2023 Sebastian Grimberg <sjg@amazon.com>

Format docstrings


# efdfdf6d 03-Apr-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1187 from CEED/jeremy/fix-basis

Fix static object bug, Add Werror to CI


# 7425e127 03-Apr-2023 Jeremy L Thompson <jeremy@jeremylt.org>

fix - errors in *Destroy for static objects


# a76d53b2 30-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1186 from CEED/jeremy/vec-ref-destroy

Allow Ceed*Destroy/Ceed*Reference to be called on CEED_VECTOR_NONE, etc


# 393ac2cd 30-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

minor - allow Ceed*Destroy/Ceed*Reference to be called on CEED_VECTOR_NONE, CEED_VECTOR_ACTIVE, CEED_ELEMRESTRICTION_NONE, CEED_BASIS_COLLOCATED


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


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

Merge pull request #1181 from CEED/jrwrigh/doc_changes

doc: Fixes, Various formatting updates


1234567