History log of /libCEED/rust/libceed/src/operator.rs (Results 26 – 50 of 55)
Revision Date Author Comments
# 2c24a3ce 23-Jan-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1451 from CEED/jeremy/rust-fix

rust - drop failing tests


# 697283f1 23-Jan-2024 Jeremy L Thompson <jeremy@jeremylt.org>

rust - drop failing tests


# 4b61a5a0 13-Oct-2023 Rezgar Shakeri <42816410+rezgarshakeri@users.noreply.github.com>

updated rest-t501 error tol (#1378)


# 5d1e9069 31-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1270 from CEED/jeremy/constantinople

Rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE


# 356036fa 31-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE


# 438e8f99 31-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1269 from CEED/jeremy/collocated-qpts

Check for compatible num_qpts with CEED_BASIS_COLLOCATED


# d9267b76 31-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

rust - fix example num_qpts mismatches


# 131837e7 14-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1172 from CEED/jeremy/more-tests

Spelling and Ceed example consistency


# b748b478 06-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

rust - spelling fixes


# e76101ce 06-May-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #954 from CEED/jeremy/op-view

op - include num_elem and num_qpts in view


# ea6b5821 06-May-2022 Jeremy L Thompson <jeremy@jeremylt.org>

op - add optional name for Operators


# ce18bed9 17-Mar-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #858 from CEED/jeremy/dump-copy-stuff

Strip redundant/outdated license info duplication


# 3d8e8822 17-Mar-2022 Jeremy L Thompson <jeremy@jeremylt.org>

minor - update copyright headers


# 7ed177db 21-Jan-2022 Jed Brown <jed@jedbrown.org>

Draft: rust doc: example documenting a method with math (#870)

* rust doc: example documenting a method with math

Cc: issue #695

* rust - set katexit as optional feature, enabled by default on

Draft: rust doc: example documenting a method with math (#870)

* rust doc: example documenting a method with math

Cc: issue #695

* rust - set katexit as optional feature, enabled by default on docs.rs

* doc - minor consistency

* rust - document error message

* rust - add badges for crates.io

* rust - some more katex to the documentation

* rust - document cargo doc with katexit

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

show more ...


# 778d1b41 12-Jan-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #867 from CEED/jeremy/rust-lifetimes

rust - looser lifetime restrictions


# 594ef120 11-Jan-2022 Jeremy L Thompson <jeremy@jeremylt.org>

rust - looser lifetime restrictions


# 9c774edd 17-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

vec/qf - initial valid/borrowed/owned split for data (#853)

* vec/qf - initial valid/borrowed/owned split for data

* vec/qf - tidy logic for checking active/stale data

* minor - add missing NU

vec/qf - initial valid/borrowed/owned split for data (#853)

* vec/qf - initial valid/borrowed/owned split for data

* vec/qf - tidy logic for checking active/stale data

* minor - add missing NULL

* doc - explain VectorTakeArray update

* minor - update error messages

* test - update error message in junit/tap

* gpu - fix stray CeedScalar vs void for QFunctionContext

* vec/qf - clarify/simplify access logic

* vec - calloc host arrays when no value set to make empty

* style - minor

* style - minor

* minor - fix error messages

* vec/qf - move data validity checking to backend interface

* gpu - add missing sync error checking for qfcontext

* gpu - homogonize use of impl for backend data to reduce confusion

* vec - clarify access conditions

* python - update test for stricter vector access

* vec - minor fixes

* minor - fix ipython change

* vec - add missing declarations in ceed/backend.h

* ctx - mirror vector borrowed data check in ctx interface

* vec - add CeedVectorGetArrayWrite

* vec - consistent use of CeedVectorGetArray vs CeedVectorGetArrayWrite

* python - small vec fixes

* doc - describe vector data semantics

* magma - update restriction

* gpu - fix restr bug I added, need to sum into target

* magma - fix restriction bug

* cpu - fix restriction bug here too

* op - fix evec allocations

* julia - fix ElemRestriction for new vector access rules

* op - double check GetArray vs Read vs Write usage

* doc - small fix

* restr - clean up read/write logic for restr

* python - add vec.array_write

* magma - typo fix

show more ...


# 30752211 01-Oct-2021 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #812 from CEED/jeremy/check-op

Promote Operator check to public API; Strengthen composite Operator check


# 6f97ff0a 16-Sep-2021 Jeremy L Thompson <jeremy@jeremylt.org>

rust - add CeedOperatorCheckReady to interafce


# 0b548709 14-Sep-2021 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #806 from CEED/jeremy/get-fields

Promote Field Getters to Public API


# 4d27c890 13-Sep-2021 Jeremy L Thompson <jeremy@jeremylt.org>

rust - tidy exports in prelude


# e78171ed 13-Sep-2021 Jeremy L Thompson <jeremy@jeremylt.org>

rust - creation of vector view may fail


# 89d15d5f 13-Sep-2021 Jeremy L Thompson <jeremy@jeremylt.org>

rust - export Result for libceed crate


# 08778c6f 13-Sep-2021 Jeremy L Thompson <jeremy@jeremylt.org>

rust - add QFunction and Operator fields with getters


# 3f2759cf 13-Sep-2021 Jeremy L Thompson <jeremy@jeremylt.org>

rust - add num_elements and num_quadrature_points for Operator


123