| f8c2a97d | 08-Jun-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
malloc_dump is fine, need to fix valgrind |
| 3164af42 | 07-Jun-2022 |
Alex Pedersen <54287657+ajpedersen20@users.noreply.github.com> |
Merge pull request #982 from CEED/alex/include-fix
fixed include memcpy segv error |
| 9a3a46e1 | 07-Jun-2022 |
Jeremy Luke Thompson <jeth8984@noether> |
test - modify t406 to test for # bug |
| f5ddeb83 | 06-Jun-2022 |
Alex Pedersen <ajpedersen20@gmail.com> |
fixed include memcpy segv error |
| 6d61756a | 06-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #981 from CEED/jeremy/missed-one
pc - fix GPU single operator fallback |
| a350620e | 06-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tidy - satisfy tidy that resource names are non-null |
| cefa2673 | 06-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - fix GPU single operator fallback |
| 428b7a12 | 06-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #977 from CEED/jeremy/fallback-yet-again
Add debugging output to fallback creation |
| 6aa95790 | 06-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - fix fallback for composite assembly |
| d04bbc78 | 03-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - add debugging output to fallback creation |
| 502edf57 | 06-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #962 from CEED/jed/fluids-jacobian
examples/fluids: add analytic Jacobian |
| 17b9cea2 | 05-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: slightly relax tolerance for /gpu/hip |
| 01ea9c81 | 05-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
doc: support Sphinx-5 and fix man page |
| a1df05f8 | 05-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: document developer options |
| 5ba4e83e | 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 ...
|
| 830d4754 | 04-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #967 from CEED/jrwrigh/strong-stg
Fluids: Strongly enforced STG |
| cd398178 | 03-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #978 from CEED/jeremy/minor-operator-output-improvement
op - more data in view |
| f5ebfb90 | 03-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - more data in view |
| c79c9d8a | 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 ...
|
| 30af3636 | 03-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Add strong STG to documentation |
| 36b31e27 | 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 ...
|
| f1122ed0 | 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 |
| 363b60e1 | 24-May-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Implement Strong STG BC |
| 961c9c98 | 24-May-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Minor stg improvements/style |
| 4e139266 | 24-May-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Add Strong STG functions |