| a6ea5fbe | 15-Jul-2022 |
James Wright <james@jameswright.xyz> |
tests: Shrink fluids test run time |
| 0b22eb44 | 15-Jul-2022 |
James Wright <james@jameswright.xyz> |
doc: State output_freq=-1 -> output final state only |
| f14660a4 | 15-Jul-2022 |
James Wright <james@jameswright.xyz> |
fluids: Force final output except if output_freq=0 |
| 7b37518f | 14-Jul-2022 |
James Wright <james@jameswright.xyz> |
fluids: Skip I/O if output_freq == 0 (#1027) |
| c3e017a4 | 13-Jul-2022 |
James Wright <james@jameswright.xyz> |
Merge pull request #1018 from CEED/jrwrigh/stg_precompute_ektot |
| d224b223 | 11-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1026 from CEED/jeremy/pc-leak
pc - fix small leak |
| ff40a6a7 | 11-Jul-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #994 from CEED/fluids-block-diagonal
Fluids block diagonal |
| 1a046818 | 11-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1025 from CEED/jeremy/pointer-problems
basis - fix pointer pointer mistake |
| c32b0260 | 17-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: skip legacy preallocation (we use COO)
When using -snes_fd_color or running a model that doesn't provide a Jacobian (in which case coloring will be used automatically), we still nee
examples/fluids: skip legacy preallocation (we use COO)
When using -snes_fd_color or running a model that doesn't provide a Jacobian (in which case coloring will be used automatically), we still need to preallocate.
show more ...
|
| d6bf345c | 10-Jul-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: explicitly handle MFFD |
| 544be873 | 10-Jul-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: use shell for Amat, block diagonal aij* for Pmat
This adds two independent options for tuning solves.
-amat_type shell: causes Amat and Pmat to be different matrices, with shell us
examples/fluids: use shell for Amat, block diagonal aij* for Pmat
This adds two independent options for tuning solves.
-amat_type shell: causes Amat and Pmat to be different matrices, with shell used for Amat. It's technically possible to use other matrix formats here.
-pmat_pbdiagonal: causes Pmat to be assembled as point-block diagonal. Note that this usually only makes sense in addition to -amat_type shell because otherwise your KSP is only working with the point-block diagonal.
show more ...
|
| 996d9ab5 | 17-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
CeedCompositeOperatorCreate: fix initial reference count |
| 16efe961 | 08-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - fix small leak |
| 02af4036 | 08-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - fix pointer pointer mistake |
| 5846037a | 08-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1024 from CEED/rezgar/operatorcheckfield
Update CeedOperatorCheckField function for H(div) basis |
| 20a91ff9 | 08-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1023 from CEED/jeremy/project-grad
Add grad to projection basis |
| 4d5194fa | 08-Jul-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
moved CeedBasisGetNumQuadratureComponents to line 72 |
| 14556e63 | 07-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - add gradient to projection bases |
| a76a04e7 | 07-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - make CreateProjectionMatrix internal fn |
| a0c16c2c | 08-Jul-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
ceed-operator.c: Update CeedOperatorCheckField function for H(div) |
| 72e438c6 | 07-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1020 from CEED/jeremy/memcheck-missing-check
memcheck - add missing CeedChk |
| 7f10d1d2 | 07-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1019 from CEED/jeremy/check-none
Early check that CEED_BASIS_COLLOCATED only has CEED_EVAL_NONE |
| 6d1815bb | 07-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
memcheck - add missing CeedChk |
| 151157ab | 07-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - fix CEED_BASIS_COLLOCATED documentation |
| 41bdf1c9 | 07-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - early check that CEED_BASIS_COLLOCATEDonly has CEED_EVAL_NONE |