| 2149b6be | 11-Dec-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1422 from CEED/jrwrigh/strict_memcheck
fluids: Ensure all outputs are set in QFunctions |
| 752a08a7 | 11-Dec-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add uses_newtonian flag |
| d5a05694 | 11-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1421 from CEED/jeremy/op-swarm-q-none
Fix op swarm input access |
| 38e83183 | 08-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
swarm - fix op swarm input access |
| 29ea4e10 | 11-Dec-2023 |
James Wright <james@jameswright.xyz> |
fluids: Ensure all outputs are set in QFunctions
- In support of #1420 |
| f63ecca4 | 06-Dec-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
Merge pull request #1414 from CEED/zach/bps-swarm
Add support for running BPs with integration at particle points |
| 90dde50e | 04-Dec-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
Fix initialization of point locations
* Change cell_random to use built-in DMSwarm function
* Ensure uniform point distribution is uniform across cell boundaries
* Fix total number of points in pa
Fix initialization of point locations
* Change cell_random to use built-in DMSwarm function
* Ensure uniform point distribution is uniform across cell boundaries
* Fix total number of points in parallel
show more ...
|
| 07a9c11f | 04-Dec-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
Add BP tests for integration at arbitrary points |
| 78f7fce3 | 02-Dec-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
Add BPs with integration at arbitrary points |
| ca94c3dd | 05-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Docstring consistency (#1409)
* doc - docstring consistency
* doc - update for bad linking of type names
* doc - update for bad linking of type names |
| 33bb61d4 | 05-Dec-2023 |
Kris Rowe <kris.rowe@anl.gov> |
Replace calls to deprecated `local_accessor::get_pointer()` |
| 98285ab4 | 02-Dec-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
Make file comments and PetscFunctionBegin/Return spacing consistent (#1413) |
| 179e5961 | 01-Dec-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
Update PETSc examples to use VecP2C and VecC2P (#1412) |
| b6972d74 | 01-Dec-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
Update petsc-dmswarm example to use CeedOperatorAtPoints (#1411)
* Update petsc-dmswarm example to use CeedOperatorAtPoints
* Change mass operator to use geometric data
* Clean up DMSwarmCeedC
Update petsc-dmswarm example to use CeedOperatorAtPoints (#1411)
* Update petsc-dmswarm example to use CeedOperatorAtPoints
* Change mass operator to use geometric data
* Clean up DMSwarmCeedContext
* Refactor core swarm functions
* Comment indentation cleanup
show more ...
|
| 78cbaa95 | 30-Nov-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1300 from CEED/sjg/hcurl-hdiv-basis-cuda-hip
H(div) and H(curl) basis support for `cuda-ref` and `hip-ref` backends |
| 7d864241 | 30-Nov-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1408 from CEED/jrwrigh/fix_smartsim_testing
CI: SmartSim test asks for open socket |
| c982af4d | 30-Nov-2023 |
James Wright <james@jameswright.xyz> |
CI: SmartSim test asks for open socket
Technically there's a race condition here, but according to https://unix.stackexchange.com/a/132524/297140, the kernel will return many different socket number
CI: SmartSim test asks for open socket
Technically there's a race condition here, but according to https://unix.stackexchange.com/a/132524/297140, the kernel will return many different socket numbers before repeating.
show more ...
|
| 48acf710 | 30-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
OperatorAtPoints (#1390)
* op - add AtPoints interface
* op - reorder AtPoints QFunction for consistency
* op - add CEED_EVAL_WEIGHT for operator AtPoints
* doc - add CeedOperatorCreateAtPo
OperatorAtPoints (#1390)
* op - add AtPoints interface
* op - reorder AtPoints QFunction for consistency
* op - add CEED_EVAL_WEIGHT for operator AtPoints
* doc - add CeedOperatorCreateAtPoints to release notes
show more ...
|
| 1a2af84c | 29-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1405 from CEED/jeremy/at-points-order
Change order of ElemRestriction/Basis AtPoints |
| c84f7126 | 29-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1397 from CEED/jeremy/weight-at-points
Enable CEED_EVAL_WEIGHT for BasisApplyAtPoints |
| 953190f4 | 16-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - enable CEED_EVAL_WEIGHT for BasisApplyAtPoints |
| 6595d053 | 28-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - fix documentation |
| 9c34f28e | 28-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - reorder AtPoints ordering for consistency |
| 4608bdaa | 28-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - reorder AtPoints ordering for consistency |
| 3451ca54 | 27-Nov-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1203 from CEED/jrwrigh/smartsim
fluids: SmartSim Online Data-Driven SGS training |