| #
6574a04f
|
| 18-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
internal - add CeedCheck macro to reduce repetition
|
| #
2efebffe
|
| 12-Apr-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1156 from sebastiangrimberg/sjg/hcurl-basis-dev
H(curl) basis and `CEED_EVAL_CURL`
|
| #
c4e3f59b
|
| 15-Feb-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Add H(curl) basis and CEED_EVAL_CURL operations
This refactors basis application to use common code between CEED_EVAL_GRAD for H^1 and CEED_EVAL_INTERP for H(curl)/H(div). It should ideally expose a
Add H(curl) basis and CEED_EVAL_CURL operations
This refactors basis application to use common code between CEED_EVAL_GRAD for H^1 and CEED_EVAL_INTERP for H(curl)/H(div). It should ideally expose an easy way to get non-tensor backends to work for H(div) and H(curl).
show more ...
|
| #
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 ...
|
| #
ba59ac12
|
| 17-Mar-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Move some linear algebra/matrix operations to internal API (#1165)
* Move unoptimized matrix operations to internal API
* Minor docstring formatting in ceed-basis.c
* Update Julia/Python/Fortr
Move some linear algebra/matrix operations to internal API (#1165)
* Move unoptimized matrix operations to internal API
* Minor docstring formatting in ceed-basis.c
* Update Julia/Python/Fortran APIs for removed public functions
* Fix include for tests
* Fixes for removed Python API functions
show more ...
|
| #
1a3b2b57
|
| 07-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1173 from CEED/jeremy/get-context
Add CeedOperatorGetContext
|
| #
0126412d
|
| 07-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - add CeedOperatorGetContext
|
| #
3fc26417
|
| 06-Feb-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1150 from CEED/jeremy/multi-assembly
CPU diagonal assembly for multiple active bases
|
| #
437c7c90
|
| 30-Jan-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - CPU diagonal assembly for multiple active bases
|
| #
1f61f649
|
| 27-Jan-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1148 from CEED/jeremy/operator-context-get
OperatorContextGet[Double, Int]
|
| #
2788fa27
|
| 24-Jan-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - Context[Get,Restore][Double,Int32]Read
|
| #
1fefc7a8
|
| 01-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1105 from CEED/jeremy/composite-multiplicity
Add CeedCompositeOperatorGetMultiplicity
|
| #
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
|
| #
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 ...
|
| #
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
|
| #
f60cdb1d
|
| 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #991 from CEED/jeremy/memcheck-qf-ctx
Memcheck QFContext
|
| #
3b190ab8
|
| 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - shift QFContextDestroyData to interface only
|
| #
2e64a2b9
|
| 15-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - allow backend specific data destroy behavior
|
| #
ed9e99e6
|
| 09-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - clean up LinearAssemble implementation
|
| #
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 ...
|
| #
fe329bd8
|
| 26-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #970 from CEED/jeremy/interface-audit
Audit object encapsulation
|
| #
8687e1d4
|
| 26-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - refactor fallback Ceed creation into separate fn
|