| ca5eadf8 | 12-Sep-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
qf - lazy access of qf kernel name and path |
| 228d9efb | 24-Aug-2022 |
James Wright <james@jameswright.xyz> |
ceed: Add CEED_QFUNCTION_ATTR for inlining
GCC doesn't like to inline all Qfunction helpers, so this forces it do so if inlining is allowed at all. |
| c9c2c079 | 05-Aug-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
QF headers for typedefs and macros (#1036)
* jit - qf headers for typedefs and macros
* jit - smaller list of permitted files
* ceed - only include ceed.h in QF source |
| a76a04e7 | 07-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - make CreateProjectionMatrix internal fn |
| 151157ab | 07-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - fix CEED_BASIS_COLLOCATED documentation |
| 990fdeb6 | 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fmt - add CeedInt_FMT |
| 121d4b7f | 27-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gallery - fix bad indexing in 3d poission det |
| 3cb13594 | 27-Jun-2022 |
Natalie Beams <246972+nbeams@users.noreply.github.com> |
Merge pull request #973 from CEED/icl/magma-rtc
Use RTC for MAGMA tensor basis kernels and element restrictions |
| 446e7af4 | 25-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - use ncomp from 'from' basis for projection (#1012)
* basis - use ncomp from 'from' basis for projection
* doc - document numcomp convention for CeedBasisCreateProjection
* basis - reor
basis - use ncomp from 'from' basis for projection (#1012)
* basis - use ncomp from 'from' basis for projection
* doc - document numcomp convention for CeedBasisCreateProjection
* basis - reorder BasisCreateProjection arguments
show more ...
|
| f113e5dc | 22-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - add CeedBasisCreateProlongation |
| a2cba4be | 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge branch 'main' into jeremy/assembly-fix |
| 3b190ab8 | 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - shift QFContextDestroyData to interface only |
| e5f091eb | 08-Jun-2022 |
nbeams <246972+nbeams@users.noreply.github.com> |
MAGMA: Use more specific macro name for HIP mode |
| f6af633f | 06-May-2022 |
nbeams <246972+nbeams@users.noreply.github.com> |
Use rtc for MAGMA elem restriction and tensor basis kernels |
| 2e64a2b9 | 15-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - allow backend specific data destroy behavior |
| 69bf922d | 09-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - drop qf value thresholding in assembly |
| b451f703 | 09-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - fix indentation |
| ed9e99e6 | 09-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - clean up LinearAssemble implementation |
| cefa2673 | 06-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - fix GPU single operator fallback |
| d04bbc78 | 03-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - add debugging output to fallback creation |
| 9e77b9c8 | 26-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - fix qf fallback cloning |
| 8687e1d4 | 26-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - refactor fallback Ceed creation into separate fn |
| 4030acc1 | 10-May-2022 |
Toby Isaac <toby.isaac@gmail.com> |
Use standard khash header guard |
| ea6b5821 | 06-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - add optional name for Operators |
| 2790b72b | 28-Apr-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - add interface for additional destroy |