History log of /honee/ (Results 1226 – 1250 of 1514)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2a221e4725-Apr-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #949 from CEED/jeremy/small-doc-fix

Small doc update

c1680e9825-Apr-2022 Jeremy L Thompson <jeremy@jeremylt.org>

minor - doc update and consistency for qextra

92ada58820-Apr-2022 James Wright <james@jameswright.xyz>

examples/fluids: Set ctx->time via context fields

b4d2878617-Apr-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #943 from CEED/jed/petsc-format-string

examples: use PetscInt_FMT instead of %D

d940ca4e17-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.

6f91f31313-Apr-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #940 from CEED/jeremy/petsc-options

petsc - update for PetscOptionsBegin/End

1485969b13-Apr-2022 Jeremy L Thompson <jeremy@jeremylt.org>

petsc - update for PetscOptionsBegin/End

727da7e717-Mar-2022 Jeremy L Thompson <jeremy@jeremylt.org>

minor - update copyright headers

3a8779fb05-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 ...

a93436d022-Feb-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #905 from CEED/jeremy/seterrq

petsc - use SETERRQ over SETERRQ1

a75026de22-Feb-2022 Jeremy L Thompson <jeremy@jeremylt.org>

petsc - use SETERRQ over SETERRQ1

29a7d9ec02-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

68ef3d2002-Feb-2022 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

Move euler_outflow to eulervortex.h to make HIP happy.

f4277be302-Feb-2022 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

Fluids - update README

047c294630-Jan-2022 Jed Brown <jed@jedbrown.org>

examples: skip DMPlexLabelComplete now that PETSc does not need it

002797a311-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

05a512bd30-Dec-2021 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

Use DMCreate() to create mesh instead of DMPlexCreateBoxMesh()

d71d767a01-Feb-2022 Jeremy L Thompson <jeremy@jeremylt.org>

ex - better namespacing of petsc ex headers

b9842f7431-Jan-2022 Jeremy L Thompson <jeremy@jeremylt.org>

petsc - set minimum version for examples

27bb778c25-Jan-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #880 from CEED/jrwrigh/doc-fluids

doc(fluids): Correct vector name in Tau dropdown

689ee6fd25-Jan-2022 James Wright <james@jameswright.xyz>

doc(fluids): Correct vector name in Tau dropdown

Otherwise $$\hat{\bm{n}}$$ is never defined.

1c2e930720-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

3b1e209b20-Jan-2022 Jeremy L Thompson <jeremy@jeremylt.org>

style - make qf/op field names human readable

6b1ccf2104-Jan-2022 Jeremy L Thompson <jeremy@jeremylt.org>

petsc - use DMPlexGetLocalOffsets for building restrictions

f821ee7712-Jan-2022 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluid: set c_tau = 0.5

1...<<41424344454647484950>>...61