| #
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 ...
|
| #
916593bb
|
| 16-Feb-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1159 from CEED/jeremy/memcheck-vec
memcheck - add vector read/write checking
|
| #
28ec399d
|
| 16-Feb-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - fix read/write access logic for full assembly
|
| #
78a97f55
|
| 30-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1104 from CEED/jeremy/formatting
Minor Formatting Fixes
|
| #
ea61e9ac
|
| 30-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - assorted formatting fixes
|
| #
2b730f8b
|
| 17-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Switch to clang-format (#1051)
* style - switch to clang-format
* ci - use newer libxsmm
* action - update format action
* format - consistent use of {} for multi-line if/for
* make - re
Switch to clang-format (#1051)
* style - switch to clang-format
* ci - use newer libxsmm
* action - update format action
* format - consistent use of {} for multi-line if/for
* make - remove stray newline
* make - simpler 'make format' target
* ci - use newer libxsmm
* doc - minor release note claification
* minor - minor fix
* minor - minor fix
* minor - minor fix
* minor - minor fix
* make format
* format - less aggressive alignment rules
* tidy - check for argument name mismatches
* fix newline
* format - mirror Ratel update to .clang-format
* fix merge error
* fix merge conflict
* fix merge error
* drop style in .phony list
* Update .clang-format
Co-authored-by: Jed Brown <jed@jedbrown.org>
* apply updated format
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| #
fa8c78e2
|
| 14-Nov-2022 |
Zach Atkins <zacharyjayhawk@gmail.com> |
Update error for multi-field diagonal assembly (#1089)
* Update error for multi-field diagonal assembly
* update error message for multi-field non-composite operator assembly
|
| #
791c445d
|
| 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #988 from CEED/jeremy/assembly-fix
Test for assembly w/non-square D
|
| #
a2cba4be
|
| 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge branch 'main' into jeremy/assembly-fix
|
| #
c082eca0
|
| 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge branch 'main' into jeremy/memcheck-qf-ctx
|
| #
5dccf641
|
| 19-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #998 from CEED/jed/fix-point-block-diagonal-restriction
CeedOperatorAssemblePointBlockDiagonal: fix restriction sizes for subdomain integral
|
| #
7b63f5c6
|
| 19-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
CeedOperatorAssemblePointBlockDiagonal: fix restriction sizes for subdomain integrals
Formerly would give errors such as
interface/ceed-elemrestriction.c:862 in CeedElemRestrictionApply(): Output v
CeedOperatorAssemblePointBlockDiagonal: fix restriction sizes for subdomain integrals
Formerly would give errors such as
interface/ceed-elemrestriction.c:862 in CeedElemRestrictionApply(): Output vector size 125050 not compatible with element restriction (124050, 6000)
(noted in https://github.com/CEED/libCEED/pull/994#discussion_r899808040)
show more ...
|
| #
69bf922d
|
| 09-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - drop qf value thresholding in assembly
|
| #
6d61756a
|
| 06-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #981 from CEED/jeremy/missed-one
pc - fix GPU single operator fallback
|
| #
cefa2673
|
| 06-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - fix GPU single operator fallback
|
| #
428b7a12
|
| 06-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #977 from CEED/jeremy/fallback-yet-again
Add debugging output to fallback creation
|
| #
6aa95790
|
| 06-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - fix fallback for composite assembly
|
| #
5ba4e83e
|
| 04-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'main' into jed/fluids-jacobian
* main: (24 commits) op - more data in view examples/fluids: Test for strong STG examples/fluids: Add strong STG to documentation examples/fluids
Merge branch 'main' into jed/fluids-jacobian
* main: (24 commits) op - more data in view examples/fluids: Test for strong STG examples/fluids: Add strong STG to documentation examples/fluids: Add option for BC from ICs examples/fluids: Correct for non-origin domains examples/fluids: Implement Strong STG BC examples/fluids: Minor stg improvements/style examples/fluids: Add Strong STG functions examples/fluids: Fix memory leak in STG GPU assembly: fix potential basis loading offset error tests - more complex source include testing pc - fix qf fallback cloning restr - relax comp_stride check for num_comp == 1 make style pc - avoid direct access of basis data in multigrid creation ceed - refactor fallback Ceed creation into separate fn minor - homogonize int vs CeedInt basis - add input checks restr - add input checks on element restrictions examples/fluids: Update STG test for new mesh feats ...
show more ...
|
| #
c6524a8e
|
| 02-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #976 from CEED/natalie/fix-gpu-assembly-basis-mat
GPU assembly: fix possible basis loading offset error
|
| #
6beac0ef
|
| 02-Jun-2022 |
nbeams <246972+nbeams@users.noreply.github.com> |
GPU assembly: fix potential basis loading offset error
|
| #
f80f6cc1
|
| 21-Apr-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #945 from CEED/jeremy/more-quoted-kernels
Remove 'quoted' operator assembly kernels
|
| #
07b31e0e
|
| 20-Apr-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - remove 'quoted' operator assembly kernels
|
| #
8200ce5f
|
| 21-Mar-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #929 from CEED/jeremy/tidy-fix
tidy - small tidy fixes
|
| #
b216396c
|
| 21-Mar-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tidy - small tidy fixes
|
| #
4345bdd5
|
| 20-Mar-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #920 from CEED/jeremy/conversion
Explicit casting of vector sizes
|