| c6524a8e | 02-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #976 from CEED/natalie/fix-gpu-assembly-basis-mat
GPU assembly: fix possible basis loading offset error |
| d95c92db | 23-May-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Fix memory leak in STG |
| 6beac0ef | 02-Jun-2022 |
nbeams <246972+nbeams@users.noreply.github.com> |
GPU assembly: fix potential basis loading offset error |
| 617436a9 | 02-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #974 from CEED/jeremy/include-test-more
tests - more complex source include testing |
| 7173c8dc | 02-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tests - more complex source include testing |
| cd95d520 | 26-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #972 from CEED/jeremy/fix-qf-clone
Fix qf fallback cloning |
| 5a8e6227 | 26-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #971 from CEED/jeremy/minor-restr-input-relax
Relax comp_stride check |
| 9e77b9c8 | 26-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - fix qf fallback cloning |
| 6838cee0 | 26-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
restr - relax comp_stride check for num_comp == 1 |
| 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 |
| cb028ba4 | 26-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #969 from CEED/jeremy/restr-checks
ElemRestriction and Basis input checking |
| 01d440a3 | 26-May-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #964 from CEED/jrwrigh/mesh_from_file
examples/fluids: Create mesh from file distribution |
| 227444bf | 25-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - add input checks |
| e022e1f8 | 25-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
restr - add input checks on element restrictions |
| b9f28b19 | 24-May-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Update STG test for new mesh feats |
| 91eaef80 | 17-May-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Update docs for meshing from file |
| d2714514 | 17-May-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Specify FPBL mesh node locations via file |
| 39c69132 | 24-May-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: fix zero-size Jacobian data and STG
Use -snes_fd_color for now because STG inflow Jacobian isn't implemented. |
| 7b8d3891 | 23-May-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Refactoring blasius mesh generation |
| 3c4b7af6 | 23-May-2022 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'main' into jed/fluids-jacobian
* main: Fluids - Add STG inflow (#868) ci - fix Nek5000 testing |