| 63a9f6bc | 17-Dec-2022 |
Will Pazner <will.e.p@gmail.com> |
[Julia] Allocate memory for CeedVector by default |
| 0057404b | 17-Dec-2022 |
Will Pazner <will.e.p@gmail.com> |
[Julia] Fix instances of using CeedInt instead of CeedSize |
| 2eb0be0b | 17-Dec-2022 |
Will Pazner <will.e.p@gmail.com> |
[Julia] Add CeedSize |
| aeebdb96 | 17-Dec-2022 |
Will Pazner <will.e.p@gmail.com> |
[Julia] Fix some CeedScalar docstrings |
| daadeac6 | 17-Dec-2022 |
Will Pazner <will.e.p@gmail.com> |
[Julia] Re-generate bindings |
| 1d559241 | 17-Dec-2022 |
Will Pazner <will.e.p@gmail.com> |
[Julia] Bump Clang.jl version |
| a6fb1c37 | 12-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1115 from CEED/jed/fluids-device-bind-petsc
fluids: device bind petsc and fix HLLC for CUDA |
| b685a816 | 12-Dec-2022 |
James Wright <james@jameswright.xyz> |
fix: Change "Owned Nodes" to "Local Nodes" |
| d64246ea | 12-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: remove C99 designated initializers for use with CUDA
nvrtc does not support this construct. |
| 0992c3d1 | 11-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: eagerly initialize PETSc device |
| 4980216f | 09-Dec-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1113 from CEED/jeremy/julia-qref
Julia QRef/QWeight Fix |
| 9fe083ee | 08-Dec-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - clarify, QRef is of size nqpts*dim for nontensor |
| 7574393b | 08-Dec-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
julia - fix typo |
| a9e65696 | 08-Dec-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
julia - qref/qweight array size depends upon tensor/nontensor |
| b46939db | 06-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1108 from CEED/jed/fix-makefile-null.d
Makefile: avoid creating null.d file (fix #1107) |
| 59e56409 | 06-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
Makefile: avoid creating null.d file (fix #1107)
The feature checks in the makefile used gcc -MMD -x c /dev/null, which generates a dependency file. We need to use $(CFLAGS) because that's where tar
Makefile: avoid creating null.d file (fix #1107)
The feature checks in the makefile used gcc -MMD -x c /dev/null, which generates a dependency file. We need to use $(CFLAGS) because that's where target/optimization options go, so filter out the -M arguments, which relate to generating dependencies.
Reported-by: Veselin Dobrev
show more ...
|
| 1fefc7a8 | 01-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1105 from CEED/jeremy/composite-multiplicity
Add CeedCompositeOperatorGetMultiplicity |
| e3fc958c | 01-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1100 from CEED/jeremy/freeze-multigrid
Immutable multigrid operators |
| b3dcf83b | 01-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1099 from CEED/jeremy/single-active-check
Check for single active basis/restr |
| 1979f3e2 | 01-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1106 from CEED/jed/rocm-5.3.3
ci: update to rocm-5.3.3 |
| c7ed7a16 | 01-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
ci: update to rocm-5.3.3 |
| a00f0c56 | 30-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - add function rename/move to release notes |
| c6ebc35d | 30-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - name consistency for composite operator fns |
| 75f0d5a4 | 30-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - add CeedCompositeOperatorGetMultiplicity |
| 78a97f55 | 30-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1104 from CEED/jeremy/formatting
Minor Formatting Fixes |