History log of /libCEED/examples/fluids/navierstokes.c (Results 326 – 350 of 363)
Revision Date Author Comments
# 3edc4e64 14-May-2020 Jed Brown <jed@jedbrown.org>

examples: support for PETSc-3.14 DMPlexGetClosureIndices


# 3d54ab54 13-May-2020 Valeria Barra <39932030+valeriabarra@users.noreply.github.com>

Merge pull request #516 from CEED/valeria/NSfixes

Some fixes in NS miniapp


# 7e6f388f 13-May-2020 valeriabarra <valeriabarra21@gmail.com>

NS: Add Problem header to summary print


# 65275b31 13-May-2020 valeriabarra <valeriabarra21@gmail.com>

Merge branch 'master' into valeria/NSfixes


# 6f55dfd5 13-May-2020 valeriabarra <valeriabarra21@gmail.com>

NS: Improve summary print and update with master changes

The updates with master were needed after reducing the number of commits with interactive rebase


# 0261bf83 13-May-2020 valeriabarra <valeriabarra21@gmail.com>

NS: Print summary similar to BPs


# 2f9599b8 13-May-2020 valeriabarra <valeriabarra21@gmail.com>

NS: style


# 8ca749c7 13-May-2020 valeriabarra <valeriabarra21@gmail.com>

NS: Add data structures for different test types


# 559ec21d 13-May-2020 valeriabarra <valeriabarra21@gmail.com>

NS: Add warning if CtauS or strong_form is used with density_current problem


# 3e4faa5a 13-May-2020 valeriabarra <valeriabarra21@gmail.com>

NS: Add missing CHKERRQ(ierr) & Destroy viewer & bool -> PetscBool


# 9cf88b28 13-May-2020 valeriabarra <valeriabarra21@gmail.com>

NS: Check tests error by comparing with reference solutions from binary files


# f365d06a 12-May-2020 valeriabarra <valeriabarra21@gmail.com>

NS: scale energy differently in TESTARCGS


# de9fa543 05-May-2020 valeriabarra <valeriabarra21@gmail.com>

NS: Remove extra PetscViewerDestroy() call in TSMonitor_NS() function

This was causing a crash in parallel (not in serial)


# 10c9356e 05-May-2020 valeriabarra <valeriabarra21@gmail.com>

NS: remove line between test runs and add output files


# d5424b73 29-Apr-2020 valeriabarra <valeriabarra21@gmail.com>

NS: Add VecViewFromOptions at the end of execution

This currently works in serial, but not in parallel


# 84f4e65d 28-Apr-2020 valeriabarra <valeriabarra21@gmail.com>

NS: Add multiple test runs

These minimal tests test different configurations: the explicit formulation with default (RKF45), the implicit formulation with alpha method, and the implicit formulation

NS: Add multiple test runs

These minimal tests test different configurations: the explicit formulation with default (RKF45), the implicit formulation with alpha method, and the implicit formulation with alpha method + supg stabilization

show more ...


# 07af6069 24-Apr-2020 valeriabarra <valeriabarra21@gmail.com>

NS: Default BCs are free-slip on all faces

If no boundary conditions are set at command line, there will be free-slip boundary conditions on velocity components on all faces

The use still has the p

NS: Default BCs are free-slip on all faces

If no boundary conditions are set at command line, there will be free-slip boundary conditions on velocity components on all faces

The use still has the possibility of imposing wall boundary conditions (which sets all three components of velocity to homogeneous Dirichelet condition)

If the user specify both conditions, slip and wall, on the same face sets, the program will error

show more ...


# c063f476 22-Apr-2020 valeriabarra <valeriabarra21@gmail.com>

NS: Style and comments


# ff62f740 22-Apr-2020 valeriabarra <valeriabarra21@gmail.com>

NS: Remove periodicity option

This option is temporarily removed since it is currently broken


# 40c555b9 22-Apr-2020 valeriabarra <valeriabarra21@gmail.com>

NS: Add warning if CtauS is used without stabilization


# 35d2ed1b 22-Apr-2020 valeriabarra <valeriabarra21@gmail.com>

NS: Patch on BCs for different problem types and update docs


# 8c662231 22-Apr-2020 valeriabarra <valeriabarra21@gmail.com>

NS: Add warning if stabilization is used with explicit time integrators


# 380e0a58 21-Apr-2020 valeriabarra <valeriabarra21@gmail.com>

NS: Remove unused variables and some code cleanups and clarifications


# eca3555c 07-May-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #533 from CEED/jed/activate-hoverxref

Jed/activate hoverxref


# 32ed2d11 16-Apr-2020 Jed Brown <jed@jedbrown.org>

fluids: fix missing CHKERRQ


1...<<1112131415