| #
98b6bd5e
|
| 29-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1184 from CEED/jeremy/strict-label
Update op check for a context label
|
| #
5ac9af79
|
| 28-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - update op check for a label
|
| #
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 ...
|
| #
4c289bdf
|
| 17-Mar-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1181 from CEED/jrwrigh/doc_changes
doc: Fixes, Various formatting updates
|
| #
859c15bb
|
| 17-Mar-2023 |
James Wright <james@jameswright.xyz> |
doc: Fixes, Various formatting updates
Co-authored-by: Jed Brown <jed@jedbrown.org>
|
| #
6d4d9f84
|
| 10-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1174 from CEED/jeremy/operator-context
CeedOperatorContext* -> CeedOperator*Context*
|
| #
0e0bb6dd
|
| 08-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1169 from CEED/jeremy/destroy-null
Always NULL object on Ceed*Destroy
|
| #
83065cc9
|
| 07-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1175 from CEED/jeremy/doc-clarify
Update docstrings for Ceed*ReferenceCopy for clarity
|
| #
512bb800
|
| 07-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - update docstrings for Ceed*ReferenceCopy for clarity
|
| #
17b0d5c6
|
| 07-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - rename CeedOperatorContext functions for consistency
|
| #
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
|
| #
ad6481ce
|
| 06-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
safety - always NULL object on Ceed*Destroy
|
| #
05b44d1b
|
| 21-Feb-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1162 from CEED/jed/doc-update-packages
doc: update packages
|
| #
c5d0f995
|
| 21-Feb-2023 |
Jed Brown <jed@jedbrown.org> |
doc: upgrade versions and fix @param variables
|
| #
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
|
| #
94bb3298
|
| 05-Feb-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1151 from CEED/jrwrigh/op_field_from_name
operator: Get OperatorField by field name
|
| #
de5900ad
|
| 03-Feb-2023 |
James Wright <james@jameswright.xyz> |
operator: Get OperatorField by field name
|
| #
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
|
| #
848523f5
|
| 09-Jan-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1136 from CEED/jrwrigh/fix-error-formatting
fix: Add missing string formatting to error messages
|
| #
953dad27
|
| 09-Jan-2023 |
James Wright <james@jameswright.xyz> |
fix: Add missing string formatting to error messages
|
| #
1fefc7a8
|
| 01-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1105 from CEED/jeremy/composite-multiplicity
Add CeedCompositeOperatorGetMultiplicity
|
| #
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
|