| 2a221e47 | 25-Apr-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #949 from CEED/jeremy/small-doc-fix
Small doc update |
| c1680e98 | 25-Apr-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - doc update and consistency for qextra |
| 92ada588 | 20-Apr-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Set ctx->time via context fields |
| b4d28786 | 17-Apr-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #943 from CEED/jed/petsc-format-string
examples: use PetscInt_FMT instead of %D |
| d940ca4e | 17-Apr-2022 |
Jed Brown <jed@jedbrown.org> |
examples: use PetscInt_FMT instead of %D
This fixes many warnings now that PETSc uses printf format string attribute checkers. |
| 6f91f313 | 13-Apr-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #940 from CEED/jeremy/petsc-options
petsc - update for PetscOptionsBegin/End |
| 1485969b | 13-Apr-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
petsc - update for PetscOptionsBegin/End |
| 727da7e7 | 17-Mar-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright headers |
| 3a8779fb | 05-Mar-2022 |
James Wright <james@jameswright.xyz> |
Extract generic Navier-Stokes code into 'newtonian.h' (#903)
* feat(fluids): Extract newtownian.h from DC problem
- Also trade out `int` for `StabilizationType` enum
* style: Fix parameter sp
Extract generic Navier-Stokes code into 'newtonian.h' (#903)
* feat(fluids): Extract newtownian.h from DC problem
- Also trade out `int` for `StabilizationType` enum
* style: Fix parameter spacing
* feat: Move generic setup from DC -> newtonian
- Includes moving from `DCContext` to `NewtonianIdealGasContext` at
appropriate locations
* feat: Add "still" IC for generic Newtonian IG problems
* feat: Move SetupContext from DC -> newtonian.c
* fix: Remove unused variables, general cleanup
* examples/fluids: remove unnecessary includes
* examples/fluids: copy declarations to make newtonian.h self-contained
* examples/fluids: full name for context
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| a93436d0 | 22-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #905 from CEED/jeremy/seterrq
petsc - use SETERRQ over SETERRQ1 |
| a75026de | 22-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
petsc - use SETERRQ over SETERRQ1 |
| 29a7d9ec | 02-Feb-2022 |
Leila Ghaffari <49916147+LeilaGhaffari@users.noreply.github.com> |
Merge pull request #881 from CEED/leila/fluids-mesh
Fluids - Update mesh creating and remove problem-specific BCs |
| 68ef3d20 | 02-Feb-2022 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Move euler_outflow to eulervortex.h to make HIP happy. |
| f4277be3 | 02-Feb-2022 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Fluids - update README |
| 047c2946 | 30-Jan-2022 |
Jed Brown <jed@jedbrown.org> |
examples: skip DMPlexLabelComplete now that PETSc does not need it |
| 002797a3 | 11-Jan-2022 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Set BCs in CL options
Factor out euler_outflow QFunction to be used in different problem cases |
| 05a512bd | 30-Dec-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Use DMCreate() to create mesh instead of DMPlexCreateBoxMesh() |
| d71d767a | 01-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - better namespacing of petsc ex headers |
| b9842f74 | 31-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
petsc - set minimum version for examples |
| 27bb778c | 25-Jan-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #880 from CEED/jrwrigh/doc-fluids
doc(fluids): Correct vector name in Tau dropdown |
| 689ee6fd | 25-Jan-2022 |
James Wright <james@jameswright.xyz> |
doc(fluids): Correct vector name in Tau dropdown
Otherwise $$\hat{\bm{n}}$$ is never defined. |
| 1c2e9307 | 20-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #877 from CEED/jeremy/field-names-for-people
Make qf/op field names human readable |
| 3b1e209b | 20-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - make qf/op field names human readable |
| 6b1ccf21 | 04-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
petsc - use DMPlexGetLocalOffsets for building restrictions |
| f821ee77 | 12-Jan-2022 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluid: set c_tau = 0.5 |