| b5e826a6 | 22-Mar-2023 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
fluids/README: a small fix |
| ba59ac12 | 17-Mar-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Move some linear algebra/matrix operations to internal API (#1165)
* Move unoptimized matrix operations to internal API
* Minor docstring formatting in ceed-basis.c
* Update Julia/Python/Fortr
Move some linear algebra/matrix operations to internal API (#1165)
* Move unoptimized matrix operations to internal API
* Minor docstring formatting in ceed-basis.c
* Update Julia/Python/Fortran APIs for removed public functions
* Fix include for tests
* Fixes for removed Python API functions
show more ...
|
| 4c289bdf | 17-Mar-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1181 from CEED/jrwrigh/doc_changes
doc: Fixes, Various formatting updates |
| 859c15bb | 17-Mar-2023 |
James Wright <james@jameswright.xyz> |
doc: Fixes, Various formatting updates
Co-authored-by: Jed Brown <jed@jedbrown.org> |
| acb2c48c | 13-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec - add CeedVectorViewRange utility |
| 9d19400f | 16-Mar-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1166 from CEED/jeremy/ci-fork
Run Actions or push to main or PR |
| b8bc0c60 | 16-Mar-2023 |
Peter Munch <peterrmuench@gmail.com> |
Fix comment in ex1-volume.c (#1180) |
| 4f4fb5cd | 15-Mar-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1179 from CEED/jrwrigh/fix_fluids_qfcontext |
| 2493fa6a | 14-Mar-2023 |
James Wright <james@jameswright.xyz> |
fix(fluids): Destroy context after call to print_info
- print_info functions often read context data from ProblemData |
| 131837e7 | 14-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1172 from CEED/jeremy/more-tests
Spelling and Ceed example consistency |
| 530ad8c4 | 11-Mar-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Ken/idl (#1138)
* inflow sponge pushing p towards P0 compiles and runs but unknown yet whether it is effective or not
* looks like my first attempt at this is missing something as there is neglig
Ken/idl (#1138)
* inflow sponge pushing p towards P0 compiles and runs but unknown yet whether it is effective or not
* looks like my first attempt at this is missing something as there is negligible effect from Jacobian addition
* examples/fluids: IDL fixes and demo
* Fix IDL sign error and rename variables/clang-format
* Let newtonianwave.yaml use -reference_pressure and temperature
* Propagate P0 = reference.pressure
* Small tweak to add IDL to the 3 ramp parameters.
* fluids: Extract fluids binary vector load function
- Needs to be used in multiple places (for ICs and for testing data)
* fluids: Correct typo in previous commits
* fluids: Add IDL and newtonian wave test
* fluids: Rename Newtonian Wave --> Gaussian Wave
* fluids: Move RampCoefficient into utils
- Also change name to LinearRampCoefficient, as we may have different
kinds of ramps in the future
* fluids: Change IDL commandline options
* docs(fluids): Document internal damping layer
Co-authored-by: Jed Brown <jed@jedbrown.org>
* fluids: Add ScaleN QF utility
* fluids: Extract InternalDampingLayer QFunction helper
---------
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: KennethEJansen <jansenke@colorado.edu>
Co-authored-by: James Wright <james@jameswright.xyz>
show more ...
|
| 4751224e | 11-Mar-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1177 from CEED/jrwrigh/fluids-getcontextfield |
| 15637395 | 11-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Use ContextGetDouble for time and dt label updates |
| 6d4d9f84 | 10-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1174 from CEED/jeremy/operator-context
CeedOperatorContext* -> CeedOperator*Context* |
| 9c702cb5 | 08-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
junit - include test args in junit failure/error output |
| 404fb0e2 | 08-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1176 from CEED/jeremy/vec-method
Add AXPBY missing backend impl method link |
| 6fb6c846 | 08-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - add missing backend impl method link |
| 5fb68f37 | 08-Mar-2023 |
Karen (Ren) Stengel <karenlstengel@gmail.com> |
Adding CeedVectorCopy() and CeedVectorAXPBY() (#1170)
* adding CeedVectorAXPBY and CeedVectorCopy functions with Rust, Python, and CUDA/HIP backend support
---------
Co-authored-by: James Wrig
Adding CeedVectorCopy() and CeedVectorAXPBY() (#1170)
* adding CeedVectorAXPBY and CeedVectorCopy functions with Rust, Python, and CUDA/HIP backend support
---------
Co-authored-by: James Wright <james@jameswright.xyz>
Co-authored-by: Adeleke O. Bankole <86932837+AdelekeBankole@users.noreply.github.com>
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| 0e0bb6dd | 08-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1169 from CEED/jeremy/destroy-null
Always NULL object on Ceed*Destroy |
| 83065cc9 | 07-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1175 from CEED/jeremy/doc-clarify
Update docstrings for Ceed*ReferenceCopy for clarity |
| 512bb800 | 07-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - update docstrings for Ceed*ReferenceCopy for clarity |
| ca567da4 | 07-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - update release notes |
| 17b0d5c6 | 07-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - rename CeedOperatorContext functions for consistency |
| 1a3b2b57 | 07-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1173 from CEED/jeremy/get-context
Add CeedOperatorGetContext |
| 0126412d | 07-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - add CeedOperatorGetContext |