| cb03979f | 28-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1002 from CEED/jeremy/format-ceed-types
Add CeedInt_FMT |
| 600b7929 | 28-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - update tests to use CeedInt_FMT |
| 13f886e9 | 28-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
debug - consistent use of CeedDebug vs CeedDebug256 |
| 990fdeb6 | 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fmt - add CeedInt_FMT |
| 19aef5fe | 27-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1013 from CEED/jeremy/gallery-fix
Fix bad indexing in 3d poission det |
| 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 |
| eca1b09c | 27-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1008 from CEED/jeremy/doc-fixes
Small Doc Fixes |
| 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 ...
|
| 13862402 | 24-Jun-2022 |
James Wright <james@jameswright.xyz> |
Merge pull request #1010 from CEED/jrwrigh/fluids_qfutils |
| c42f38b1 | 24-Jun-2022 |
nbeams <246972+nbeams@users.noreply.github.com> |
Change naming style for MAGMA runtime compilation type/function defines |
| 13fa47b2 | 23-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Combine misc QF helpers into utils.h |
| 690ffe02 | 23-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Add missing license boilerplate |
| 6704dbc6 | 23-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - fix missing link |
| 17be3a41 | 23-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - update style since I'm touching the file |
| 10a41f97 | 23-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - minor fixes |
| c9d492da | 23-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1006 from CEED/jeremy/gen-all-collo-fix
Fix /gpu/*/gen backends for op with all CEED_BASIS_COLLOCATED |
| 1d47fde2 | 22-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - fix /gpu/*/gen backends for op with all CEED_BASIS_COLLOCATED |
| 9164886e | 22-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1005 from CEED/jeremy/prolong-basis
basis - add CeedBasisCreateProlongation |
| f113e5dc | 22-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - add CeedBasisCreateProlongation |
| c766f598 | 22-Jun-2022 |
James Wright <james@jameswright.xyz> |
Merge pull request #980 from CEED/jrwrigh/fluids_tractionbc |
| 82fe8277 | 07-Jun-2022 |
James Wright <james@jameswright.xyz> |
test: Update data for fluids blasius tests |
| 4dbab5e5 | 20-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Add STGInflow Jacobian QFunction |
| 2a1b7339 | 20-Jun-2022 |
James Wright <james@jameswright.xyz> |
doc: Update release notes for previous additions |
| cfcf1481 | 14-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Protect against divide-by-0
- When running with strong enforced stg, the spectrum calc can try and divide by 0 (distance to the wall) - This behavior doesn't break anything per
examples/fluids: Protect against divide-by-0
- When running with strong enforced stg, the spectrum calc can try and divide by 0 (distance to the wall) - This behavior doesn't break anything persay, but this commit makes it much easier to debug floating point exceptions.
show more ...
|