| 52cc7a5e | 14-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1088 from CEED/jrwrigh/stg_fluctuating_IC
fluids: Add option for STG fluctuations in initial condition |
| 3ce1835e | 05-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Prevent Chebyshev calc if using STG |
| 24941a69 | 05-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Style, refactor to PetscCall, etc. |
| 89060322 | 05-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Add STG fluctuations to initial condition
- Extrudes the STG fluctuations downstream of the inflow (using the STG method's inherent dependence on streamwise distance) |
| 0a8fc04a | 08-Nov-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
Got the correct order of accuracy for bp3/bp4 |
| ab1ff315 | 05-Nov-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
delete bcfunctions.c and some cleanup |
| 38f32c05 | 28-Oct-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
Compute L2 Error like ratel |
| 6c88e6a2 | 27-Oct-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
Added SetupContext for apply and error operators |
| eb6a3b92 | 27-Oct-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
Added SETERRQ to break for BP5/6 + simplex |
| d4d45553 | 13-Oct-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
Update dXdx, Added bp_data to CreateBasisFromPlex |
| f755c37a | 22-Sep-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
refactored CreateBasisFromPlex like ratel |
| 751eb813 | 02-Sep-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
Created label like ratel, added DMViewFromOptions |
| 51ad7d5b | 19-Apr-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
Fixed the uncompatible restriction size. |
| a9b2c5dd | 13-Mar-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
Added TESTARGS for simplex in bps.c and multigrid.c |
| 345f5e33 | 12-Mar-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
used "PC_JACOBI_DIAGONAL" to work for tet element |
| 1c9a79db | 09-Mar-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
Used "CeedOperatorMultigridLevelCreate" to create multigrid operators |
| de1229c5 | 16-Feb-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
example/petsc: Added CreateDistributedDM in petscutils.c and some cleanup |
| 129d8736 | 15-Feb-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
example/petsc: added CreateBasisFromPlex and tested with tensor basis |
| f4ca79c2 | 02-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Integrate freestream bc |
| 5b881d11 | 02-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Add SetupBCQFunctions to setuplibceed.c
- Condenses redundant code into a single function. Will be useful when implementing the freestream bc |
| 9eb9c072 | 01-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Create AddBCSubOperator in setuplibceed.c
- Condenses redundant code (and will help reduce redundancy when I add in the freestream boundary conditions as well). |
| 500ec529 | 31-Oct-2022 |
James Wright <james@jameswright.xyz> |
fluids: Create freestream bc qfunction |
| c98a0616 | 27-Oct-2022 |
James Wright <james@jameswright.xyz> |
style(fluids): Visual cleanup of the fluids code
Also satisfy astyle for RiemannFlux_HLL commit |
| 738af36c | 26-Oct-2022 |
AdelekeBankole <adeleke.bankole@colorado.edu> |
fluids: Add RiemannFlux_HLL helper function
Co-authored-by: Jed Brown <jed@jedbrown.org> |
| 267b2e37 | 20-Oct-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1075 from CEED/jeremy/small-bps-fix
petsc - drop VecZero in diag assembly |