| d98e54f4 | 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge branch 'main' into jeremy/memcheck-qf-ctx |
| 8ab2d71b | 19-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #993 from CEED/jeremy/fluids-bcs
Fluids BCs performance updates |
| 270bbb13 | 15-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - fix setup context data misuse |
| 7f45376e | 17-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - only VecZero in the BCs if using SetBCsFromICs |
| 008ae799 | 16-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - restore commented code |
| e2f84137 | 16-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - cache boundary conditions in separate vecs |
| 8d10ec74 | 16-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - trim some extra zeroing |
| 92766122 | 08-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #986 from CEED/leila/fluids-fix-memleak
Fluids - Fix memory leak |
| 6dd99bed | 08-Jun-2022 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: minor - style |
| e22e0f1c | 08-Jun-2022 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: destroy ceed object |
| 26c6b0c3 | 06-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #962 from CEED/jed/fluids-jacobian
examples/fluids: add analytic Jacobian |
| 8eb8598a | 05-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: slightly relax tolerance for /gpu/hip |
| edd152dc | 05-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: document developer options |
| f5d61e2f | 04-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'main' into jed/fluids-jacobian
* main: (24 commits) op - more data in view examples/fluids: Test for strong STG examples/fluids: Add strong STG to documentation examples/fluids
Merge branch 'main' into jed/fluids-jacobian
* main: (24 commits) op - more data in view examples/fluids: Test for strong STG examples/fluids: Add strong STG to documentation examples/fluids: Add option for BC from ICs examples/fluids: Correct for non-origin domains examples/fluids: Implement Strong STG BC examples/fluids: Minor stg improvements/style examples/fluids: Add Strong STG functions examples/fluids: Fix memory leak in STG GPU assembly: fix potential basis loading offset error tests - more complex source include testing pc - fix qf fallback cloning restr - relax comp_stride check for num_comp == 1 make style pc - avoid direct access of basis data in multigrid creation ceed - refactor fallback Ceed creation into separate fn minor - homogonize int vs CeedInt basis - add input checks restr - add input checks on element restrictions examples/fluids: Update STG test for new mesh feats ...
show more ...
|
| d5ed96a7 | 03-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Test for strong STG
- Note that the "compare_final_state_atol" had to be reduced to 1e-10 in order to have all the backends pass (the non-optimized backends were not able to pas
examples/fluids: Test for strong STG
- Note that the "compare_final_state_atol" had to be reduced to 1e-10 in order to have all the backends pass (the non-optimized backends were not able to pass)
show more ...
|
| 29ea39e3 | 03-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Add strong STG to documentation |
| d7244455 | 03-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Add option for BC from ICs
- Instead of hard coded if statement, add option on whether to set the boundary conditions based on their initial condition values - Default set to
examples/fluids: Add option for BC from ICs
- Instead of hard coded if statement, add option on whether to set the boundary conditions based on their initial condition values - Default set to True
show more ...
|
| ef2c71fd | 02-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Correct for non-origin domains
- Add correction for if domain is not set at the origin |
| 866f23ab | 24-May-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Implement Strong STG BC |
| 0a8dc919 | 24-May-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Minor stg improvements/style |
| e6098bcd | 24-May-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Add Strong STG functions |
| 76a21e77 | 23-May-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Fix memory leak in STG |
| 436c74f5 | 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 |
| 988b67ab | 24-May-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Update STG test for new mesh feats |
| 98b448e2 | 17-May-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Update docs for meshing from file |