| a2e5d304 | 06-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - fix QFunctionContext access errors |
| b748b478 | 06-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - spelling fixes |
| ecc88aeb | 06-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
spelling - spelling fixes in core |
| 6ed4cbd1 | 06-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - spelling fix |
| d37d859e | 06-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - small ceed example consistency fixes |
| ceac335a | 06-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - spelling fixes |
| ad6481ce | 06-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
safety - always NULL object on Ceed*Destroy |
| 684f4935 | 06-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1167 from CEED/jeremy/drop-i
Consistency in c tests |
| 4fee36f0 | 02-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - consistency in c tests |
| 6e6d197d | 28-Feb-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - set default output/message for junit/tap |
| dcd9f19c | 27-Feb-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - run Actions or push to main or PR |
| d6734f85 | 26-Feb-2023 |
Adeleke O. Bankole <86932837+AdelekeBankole@users.noreply.github.com> |
Fix for cubic elements in surface forces for lift/drag coefficients (#1158)
* update for surface forces to return dof
* update surface forces
* update on surface forces
* PetscCall section
Fix for cubic elements in surface forces for lift/drag coefficients (#1158)
* update for surface forces to return dof
* update surface forces
* update on surface forces
* PetscCall section get field components
* Update examples/fluids/src/setupts.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
* Update examples/fluids/src/setupts.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
* examples/fluids: lift query from inner loop
* examples/fluids: enable coarser meshes
* update yaml file
* fix path to creating figure
---------
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| a8e25524 | 26-Feb-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1147 from CEED/jrwrigh/generic_l2_projection
fluids: Add generic L2 projection function |
| 05b44d1b | 21-Feb-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1162 from CEED/jed/doc-update-packages
doc: update packages |
| c990f896 | 21-Feb-2023 |
Jed Brown <jed@jedbrown.org> |
ReadTheDocs: update environment
Old LuaLaTeX in the default environment is causing us problems |
| c5d0f995 | 21-Feb-2023 |
Jed Brown <jed@jedbrown.org> |
doc: upgrade versions and fix @param variables |
| 02c73239 | 21-Feb-2023 |
Jed Brown <jed@jedbrown.org> |
doc: remove unnecessary breathe path hack
https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/283#issuecomment-1028446347 |
| dd75fd25 | 21-Feb-2023 |
Jed Brown <jed@jedbrown.org> |
doc: switch from sphinx-panels (deprecated) to sphinx-design (#1161) |
| 713aa8c1 | 19-Feb-2023 |
James Wright <james@jameswright.xyz> |
fluids: Local vector option for matops
- Passing NULL to the global vector parameter means that the GlobalToLocal/LocalToGlobal operation is skipped and the context's local PETSc Vec is used dir
fluids: Local vector option for matops
- Passing NULL to the global vector parameter means that the GlobalToLocal/LocalToGlobal operation is skipped and the context's local PETSc Vec is used directly
show more ...
|
| b5219c84 | 24-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Remove unused spanstats lumped mass matrix |
| 0df12fef | 24-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add ComputeL2Projection function |
| 3d2e3f5a | 21-Feb-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1160 from CEED/jrwrigh/doc-fixes |
| f3f66076 | 20-Feb-2023 |
James Wright <james@jameswright.xyz> |
fluids: Misc doc fixes and code style changes |
| c798d55a | 19-Feb-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add VecP2C, VecC2P, and friends |
| ea168fcf | 24-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Separate DMs for Matop input and output |