History log of /libCEED/examples/fluids/navierstokes.c (Results 76 – 100 of 363)
Revision Date Author Comments
# 9d1d9d8d 13-Oct-2023 James Wright <james@jameswright.xyz>

Merge pull request #1379 from CEED/jrwrigh/fluids_test_nochange

fluids: Don't set ts_max_steps if not TESTTYPE_NONE


# 216bbcaf 13-Oct-2023 James Wright <james@jameswright.xyz>

fluids: Don't set ts_max_steps if not TESTTYPE_NONE


# fddff348 12-Sep-2023 James Wright <james@jameswright.xyz>

Merge pull request #1233 from CEED/jrwrigh/pbdiagonal_symbolic

Add CeedOperatorLinearAssemblePointBlockDiagonalSymbolic


# 07328cde 11-Sep-2023 James Wright <james@jameswright.xyz>

test: Add fluids test for MatShell code

- Previously, `-amat_type shell -pmat_pbdiagonal` weren't tested at all
- This also helps to test `CeedOperatorLinearAssemblePointBlockDiagonalSymbolic`


# 524ffdfd 29-Aug-2023 James Wright <james@jameswright.xyz>

Merge pull request #1259 from CEED/jrwrigh/fluids-cleanup

fluids: Misc cleanup


# 3c9e7ad1 17-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Rename files with *_NS suffix


# cbef7084 17-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Make function names in consistent format

- Mainly remove `_` and acronymns with more than 2 letters should
respect CamelCase (ie. `StgFunction` not `STGFunction`)


# a6c25f98 24-Aug-2023 James Wright <james@jameswright.xyz>

Merge pull request #1306 from CEED/jrwrigh/test_name

tests: Update spanstats test name


# 429cd948 24-Aug-2023 James Wright <james@jameswright.xyz>

tests: Update spanstats test name

- Missed this in a previous PR


# 7c1724da 24-Aug-2023 James Wright <james@jameswright.xyz>

Merge pull request #1298 from CEED/jrwrigh/taylor-green-vortex

Fluids: Add Taylor-Green vortex problem


# cdfe4a0a 24-Aug-2023 James Wright <james@jameswright.xyz>

tests: Update fluids test names


# 87640537 24-Aug-2023 James Wright <james@jameswright.xyz>

fluids: Add Taylor-Green vortex IC test


# 1ca28fe1 14-Aug-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1286 from CEED/jrwrigh/refactor_gravity

fluids: Refactor gravity option


# a2726bdb 14-Aug-2023 James Wright <james@jameswright.xyz>

fluids: Refactor gravity option

- Use `-gravity` instead of `-g`
- Enforce that the input should be a length 3 vector
- Update documentation

Misc: Also update documented default value for `mu`.


# 71bbf5a7 03-Aug-2023 James Wright <james@jameswright.xyz>

Merge pull request #1275 from CEED/jrwrigh/fluidsCeedCall

fluids: Add PetscCallCeed to capture ceed errors with Petsc


# a424bcd0 01-Aug-2023 James Wright <james@jameswright.xyz>

fluids: Add PetscCallCeed


# 0814d5a7 02-Aug-2023 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

PetscFE determines basis for examples/fluids/navierstokes (#1264)

* breaking lots of DL stuff to test PetscFE

* fixed missing header

* fluids: Remove unused `Involute` function

* fluids: Se

PetscFE determines basis for examples/fluids/navierstokes (#1264)

* breaking lots of DL stuff to test PetscFE

* fixed missing header

* fluids: Remove unused `Involute` function

* fluids: Set quadrature points for PetscFE

* fluids: Fix GetRestrictionForDomain, Use CreateBasisFromPlex

* fluids: Remove Q_sur arg from SetupStrongBC_Ceed

* fluids: Remove extra SetClosurePermutationTensor

* fluids: Correct quadrature order to auxillary DMs

- Should factor in q_extra

* fluids: Fix parent Restriction creation for spanstats

* fluids: Correct qdata creation for strong bcs

* fluids: Set tensor closer only for tensor-product elements

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

* fluids: Make shocktube test less brittle

- Small, insignificant changes to the coordinate locations make a
dramatic difference to the initial condition
- For the test case, there is a node right at the midpoint of the
domain. Adding the epsilon fudge factor makes the if statement more
stable

* fluids: Fix SGS test

- Change the test so that it passes on all hardware. It's a very
sentitive test and the changes to the basis creation changed the
initial conditions *just* enough to make the test not happy. Should
really try and make this more robust at some point...

* fluids: Address misc PR comments

* fluids: Remove quad_mode arg from CreateBasisFromPlex

---------

Co-authored-by: James Wright <james@jameswright.xyz>
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

show more ...


# abfff76a 13-Jul-2023 James Wright <james@jameswright.xyz>

Merge pull request #1247 from CEED/jrwrigh/fluids-part-info

fluids: Add partition statistics to standard output


# 2e31f396 06-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Extract simulation printing to function


# 6f7ff1d2 03-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Add partition statistics to standard output


# 62e4d602 28-Jun-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1234 from CEED/jrwrigh/fluids_64int

fluids: Compatability for PETSc w/ 64bit ints


# 457e73b2 19-Jun-2023 James Wright <james@jameswright.xyz>

fluids: Compatability for PETSc w/ 64bit ints


# 4b35598d 20-Jun-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1231 from CEED/jeremy/consistency

Consistency fixes


# 2e6856d5 19-Jun-2023 James Wright <james@jameswright.xyz>

Merge pull request #1236 from CEED/jrwrigh/fluids_event_log

fluids: Add CeedOperator PetscLogEvents


# 75d1798c 19-Jun-2023 James Wright <james@jameswright.xyz>

fluids: Add CeedOperator PetscLogEvents

Co-authored-by: Jed Brown <jed@jedbrown.org>


12345678910>>...15