| #
7bfe0f0e
|
| 02-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - add support for registering multiple contiguous values of same type
|
| #
3668ca4b
|
| 01-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - add context field labels to interface
|
| #
b36f2af8
|
| 18-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #871 from CEED/jeremy/operator-ctx
op - add ctx setting interface for operators
|
| #
d8dd9a91
|
| 18-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - add ctx setting interface for operators
|
| #
85c7f5ed
|
| 21-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #860 from CEED/jeremy/qf-context-set-field
ctx - define interface for updating ctx fields
|
| #
f7e22aca
|
| 21-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
utility - add CeedStringAllocCopy
|
| #
aa616312
|
| 10-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #855 from CEED/jeremy/drop-oper-e-data
Remove magic number 16
|
| #
bf4cb664
|
| 08-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - turn magic number 16 into constant CEED_FIELD_MAX
|
| #
3c65f147
|
| 07-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #854 from CEED/jeremy/doc-fixes
doc - minor doxygen fixes
|
| #
f74ec584
|
| 07-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - minor doxygen fixes
|
| #
d0dee30e
|
| 19-Nov-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #840 from CEED/jeremy/env-debug
Macro for Debug without Ceed Context
|
| #
e8a49f24
|
| 10-Nov-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
iwyu - small header tidying
|
| #
30752211
|
| 01-Oct-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #812 from CEED/jeremy/check-op
Promote Operator check to public API; Strengthen composite Operator check
|
| #
4db537f9
|
| 16-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - move CeedOperatorCheckReady to public API
|
| #
743f4ebb
|
| 28-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #811 from CEED/jeremy/some-caching
Store Objects For QFunction Reassembly
|
| #
70a7ffb3
|
| 14-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - add CeedOperatorLinearAssembleQFunctionBuildOrUpdate to reduce kernel calls in diagonal/full/fdm assembly
|
| #
0b548709
|
| 14-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #806 from CEED/jeremy/get-fields
Promote Field Getters to Public API
|
| #
b7c9bbda
|
| 13-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - promote *GetCeed to public API; promote OperatorGet[NumElements, NumQuadraturePoints] to public API
|
| #
e9b533fb
|
| 09-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - add advanced function classification
|
| #
f04ea552
|
| 09-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
qf/op - make immutability conditions explicit
|
| #
28567f8f
|
| 09-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - add CeedOperatorGetFieldName
|
| #
43bbe138
|
| 09-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - promote field getters to public API
|
| #
7e7773b5
|
| 09-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - refactor *GetFields to include number of fields
|
| #
eaf62fff
|
| 02-Aug-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Refactor Preconditioning Ingredients (#795)
* op - split preconditioning into separate file
* pc - move FDM to interface level
* pc - initial move of diagonal assembly to interface
* interf
Refactor Preconditioning Ingredients (#795)
* op - split preconditioning into separate file
* pc - move FDM to interface level
* pc - initial move of diagonal assembly to interface
* interface - only return error code or error
* doc - improve preconditioning helper function documentation
* pc - use qdata layout for interface diagonal assembly
* pc - update for consistency in naming, use of CeedChk, and static
* doc - spelling
* style - minor
* doc - add doc for CeedBuildMassLaplace
* doc - update release notes
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| #
7eaaafce
|
| 30-Apr-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #758 from CEED/jeremy/codecov
Small Code Coverage Updates
|