| #
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 ...
|
| #
0e455453
|
| 17-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - clearer internal function name for stack traces
|
| #
69bf922d
|
| 09-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - drop qf value thresholding in assembly
|
| #
067fd99f
|
| 09-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - simplify BT*D computation in assembly
|
| #
ed9e99e6
|
| 09-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - clean up LinearAssemble implementation
|
| #
fe335c13
|
| 13-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #990 from CEED/fix-op-empty-assembly
Fix assembly for operators with size zero
|
| #
52b3e6a7
|
| 11-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
Fix assembly for operators with size zero
This occurs in parallel when some processes have zero elements in a subdomain or part of the boundary.
|
| #
8183ae10
|
| 08-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #985 from CEED/solids/leak
Solids leak
|
| #
3129f025
|
| 08-Jun-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
ceed-precoditioning.c: Added a ternary for fine operator name
|
| #
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
|
| #
d04bbc78
|
| 03-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - add debugging output to fallback creation
|
| #
502edf57
|
| 06-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #962 from CEED/jed/fluids-jacobian
examples/fluids: add analytic Jacobian
|
| #
01ea9c81
|
| 05-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
doc: support Sphinx-5 and fix man page
|
| #
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 ...
|
| #
cd95d520
|
| 26-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #972 from CEED/jeremy/fix-qf-clone
Fix qf fallback cloning
|
| #
9e77b9c8
|
| 26-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - fix qf fallback cloning
|
| #
fe329bd8
|
| 26-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #970 from CEED/jeremy/interface-audit
Audit object encapsulation
|
| #
21d1e94b
|
| 26-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
make style
|
| #
8575dcac
|
| 26-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - avoid direct access of basis data in multigrid creation
|
| #
8687e1d4
|
| 26-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - refactor fallback Ceed creation into separate fn
|
| #
92ae7e47
|
| 26-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - homogonize int vs CeedInt
|
| #
e3d63e5a
|
| 26-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #956 from CEED/jeremy/fix-fallback
pc - use refcounting in fallback clone creation
|