| #
21f16bf6
|
| 13-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1315 from CEED/jeremy/queep
Backend Consistency Fixes
|
| #
edb2538e
|
| 01-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - spell rstr consistently
|
| #
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
|
| #
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 ...
|
| #
06988bf7
|
| 31-Oct-2020 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'will/julia' into main [PR #632]
make.jl: set devbranch="main"
* origin/will/julia: Add short FFI section to docs Julia: codecov CI Julia: Travis CI Julia: automatic code forma
Merge branch 'will/julia' into main [PR #632]
make.jl: set devbranch="main"
* origin/will/julia: Add short FFI section to docs Julia: codecov CI Julia: Travis CI Julia: automatic code formatting Julia: documentation Julia: examples Julia: unit tests Julia: LibCEED.jl Julia interface Make fallback Ceed use Error callback of parent Use pointer to va_list in error handler Bugfix in `CeedOperatorLinearAssembleAddDiagonal` Bugfix in `CeedQFunctionCreateInteriorByName` Update t504 and t523 output with correct field names Bugfix in `CeedOperatorSingleView`
show more ...
|
| #
6cf3b68d
|
| 25-Oct-2020 |
Will Pazner <will.e.p@gmail.com> |
Julia: examples
|