History log of /libCEED/ (Results 2651 – 2675 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
56e67e0507-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

rust - add temporary slice borrowing

85c7f5ed21-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #860 from CEED/jeremy/qf-context-set-field

ctx - define interface for updating ctx fields

f7e22aca21-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

utility - add CeedStringAllocCopy

8cb0412a20-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

ctx - style consistency

547dbd6f20-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

ctx - use new field registration in Identity gallery qf

cdf32b9316-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

ctx - define interface for updating ctx fields

efd6e7cb20-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #862 from CEED/jeremy/size-interp

Fix element/block evec lengths

030d8ffd20-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

cpu - fall through now on INTERP/GRAD cases

ebbcc8a320-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

cpu - fix element/block evec lengths

b4919cfc17-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #861 from CEED/jeremy/rust-ex-fix

rust - fix ex3 and ex4 for new vector access protections

72d78b3517-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

rust - fix ex3 and ex4 for new vector access protections

9c774edd17-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 ...


backends/blocked/ceed-blocked-operator.c
backends/cuda-shared/ceed-cuda-shared-basis.c
backends/cuda/ceed-cuda-basis.c
backends/cuda/ceed-cuda-operator.c
backends/cuda/ceed-cuda-qfunction.c
backends/cuda/ceed-cuda-qfunctioncontext.c
backends/cuda/ceed-cuda-restriction.c
backends/cuda/ceed-cuda-vector.c
backends/cuda/ceed-cuda.h
backends/hip-shared/ceed-hip-shared-basis.c
backends/hip/ceed-hip-basis.c
backends/hip/ceed-hip-operator.c
backends/hip/ceed-hip-qfunction.c
backends/hip/ceed-hip-qfunctioncontext.c
backends/hip/ceed-hip-restriction.c
backends/hip/ceed-hip-vector.c
backends/hip/ceed-hip.h
backends/magma/ceed-magma-basis.c
backends/magma/ceed-magma-restriction.c
backends/memcheck/ceed-memcheck-qfunction.c
backends/opt/ceed-opt-operator.c
backends/ref/ceed-ref-basis.c
backends/ref/ceed-ref-operator.c
backends/ref/ceed-ref-qfunction.c
backends/ref/ceed-ref-qfunctioncontext.c
backends/ref/ceed-ref-restriction.c
backends/ref/ceed-ref-vector.c
backends/ref/ceed-ref.h
doc/sphinx/source/libCEEDdev.md
doc/sphinx/source/releasenotes.md
examples/ceed/ex1-volume.c
examples/ceed/ex2-surface.c
examples/petsc/area.c
examples/rust/ex2-surface/src/main.rs
examples/rust/mesh/src/lib.rs
include/ceed-impl.h
include/ceed/backend.h
include/ceed/ceed.h
interface/ceed-fortran.c
interface/ceed-preconditioning.c
interface/ceed-qfunctioncontext.c
interface/ceed-vector.c
interface/ceed.c
julia/LibCEED.jl/examples/ex2-surface.jl
julia/LibCEED.jl/src/ElemRestriction.jl
python/ceed_vector.py
python/tests/test-0-ceed.py
python/tests/test-1-vector.py
python/tests/test-5-operator.py
rust/libceed/src/operator.rs
tests/junit.py
tests/t102-vector-f.f90
tests/t102-vector.c
tests/t109-vector-f.f90
tests/t109-vector.c
tests/t110-vector.c
tests/t111-vector.c
tests/t112-vector.c
tests/t113-vector.c
tests/t115-vector.c
tests/t116-vector.c
tests/t117-vector.c
tests/t118-vector.c
tests/t122-vector.c
tests/t124-vector-f.f90
tests/t124-vector.c
tests/t325-basis.c
tests/t502-operator-f.f90
tests/t502-operator.c
tests/t506-operator-f.f90
tests/t506-operator.c
tests/t507-operator.c
tests/tap.sh
4a63c7da17-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #857 from CEED/jeremy/vec-gallery

Expand Gallery QFunctions


Cargo.toml
examples/rust/ex1-volume/src/opt.rs
examples/rust/ex2-surface/src/opt.rs
examples/rust/ex3-vector-volume/.gitignore
examples/rust/ex3-vector-volume/Cargo.toml
examples/rust/ex3-vector-volume/src/main.rs
examples/rust/ex3-vector-volume/src/opt.rs
examples/rust/ex3-vector-volume/src/transform.rs
examples/rust/ex4-vector-surface/.gitignore
examples/rust/ex4-vector-surface/Cargo.toml
examples/rust/ex4-vector-surface/src/main.rs
examples/rust/ex4-vector-surface/src/opt.rs
examples/rust/ex4-vector-surface/src/transform.rs
gallery/ceed-gallery-list.h
gallery/mass-vector/ceed-vectormassapply.c
gallery/mass-vector/ceed-vectormassapply.h
gallery/mass/ceed-mass1dbuild.c
gallery/mass/ceed-mass1dbuild.h
gallery/mass/ceed-mass2dbuild.c
gallery/mass/ceed-mass2dbuild.h
gallery/mass/ceed-mass3dbuild.c
gallery/mass/ceed-mass3dbuild.h
gallery/mass/ceed-massapply.c
gallery/mass/ceed-massapply.h
gallery/poisson-vector/ceed-vectorpoisson1dapply.c
gallery/poisson-vector/ceed-vectorpoisson1dapply.h
gallery/poisson-vector/ceed-vectorpoisson2dapply.c
gallery/poisson-vector/ceed-vectorpoisson2dapply.h
gallery/poisson-vector/ceed-vectorpoisson3dapply.c
gallery/poisson-vector/ceed-vectorpoisson3dapply.h
gallery/poisson/ceed-poisson1dapply.c
gallery/poisson/ceed-poisson1dapply.h
gallery/poisson/ceed-poisson1dbuild.c
gallery/poisson/ceed-poisson1dbuild.h
gallery/poisson/ceed-poisson2dapply.c
gallery/poisson/ceed-poisson2dapply.h
gallery/poisson/ceed-poisson2dbuild.c
gallery/poisson/ceed-poisson2dbuild.h
gallery/poisson/ceed-poisson3dapply.c
gallery/poisson/ceed-poisson3dapply.h
gallery/poisson/ceed-poisson3dbuild.c
gallery/poisson/ceed-poisson3dbuild.h
tests/t410-qfunction.c
tests/t414-qfunction.c
tests/t415-qfunction.c
b249f0c716-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

gallery - basic testing of vector gallery functions

89fdfb4516-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

actions - remove gallery CodeCov from Rust tests

d5e20e6716-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

rust - scale each component seprately for ex3 and ex4

1680d46016-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

actions - also collect codecov on Gallery with Rust

eab5b1a216-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

rust - add ex3 and ex4 for vector problems

dfb517d716-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

gallery - add 3 to name of vector BPs

6a6224a115-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

gallery - add vector mass/poisson for BP2/4/6

5514ee2316-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #859 from CEED/jeremy/rust-codecov

Actions - fix Rust Codecov

c0cd481e15-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

actions - change uploaded file for rust codecov

72037c4f15-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

actions - switch tarpaulin back to xml

6bc1c95d10-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #856 from CEED/jeremy/junit-append

junit - append instead of overwrite

add335c809-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

junit - add optional JUNIT_BATCH for output filename, prevents overwriting in CI

1...<<101102103104105106107108109110>>...226