History log of /libCEED/examples/fluids/index.md (Results 76 – 86 of 86)
Revision Date Author Comments
# 73bb2039 14-Jan-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #865 from CEED/leila/fluid-stab

Fluids - Fix bug in Stabilization (SU/SUPG)


# 679c4372 05-Jan-2022 Jed Brown <jed@jedbrown.org>

examples/fluids: explain edge measures and wave speeds


# c94bf672 04-Jan-2022 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

doc: explain tau for conservative variables


# 89ec833c 04-Jan-2022 Leila Ghaffari <49916147+LeilaGhaffari@users.noreply.github.com>

Update doc/sphinx/source/references.bib


# 932417b3 01-Jan-2022 Jed Brown <jed@jedbrown.org>

examples/fluids: tau as spatial criterion 2 of hughesetal2010

Testing traveling vortex with

$ build/fluids-navierstokes -problem euler_vortex -ts_adapt_monitor -lx 1000 -ly 1000 -lz 50 -dm_plex_box

examples/fluids: tau as spatial criterion 2 of hughesetal2010

Testing traveling vortex with

$ build/fluids-navierstokes -problem euler_vortex -ts_adapt_monitor -lx 1000 -ly 1000 -lz 50 -dm_plex_box_faces 20,20,1 -ts_adapt_safety 0.8 -implicit -snes_atol 1e-3 -ksp_atol 1e-4 -ksp_rtol 1e-3 -ts_type alpha -ts_dt 0.1 -ksp_type bcgs -pc_type lu -log_view -snes_monitor -ksp_monitor -snes_converged_reason -output_freq 1 -degree 1 -ts_max_time 5. -stab supg -snes_lag_jacobian 30 -snes_lag_jacobian_persists -snes_mf_operator

show more ...


# 11dee7da 31-Dec-2021 Jed Brown <jed@jedbrown.org>

examples/fluids docs: explain stabilization


# b34b2cb1 01-Oct-2021 Jed Brown <jed@jedbrown.org>

Merge pull request #818 from CEED/leila/doc-fix

Examples - doc


# bc7bbd5d 27-Sep-2021 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids: doc - include "running the mini-app"

EULER_VORTEX - removed debugging tests from the test suite

conv_test.sh: Drop the euler_test option and degree 3 as the results almost never ma

examples/fluids: doc - include "running the mini-app"

EULER_VORTEX - removed debugging tests from the test suite

conv_test.sh: Drop the euler_test option and degree 3 as the results almost never match with different PETSc configurations

show more ...


# cd300322 13-Aug-2021 Jed Brown <jed@jedbrown.org>

Merge pull request #703 from CEED/jed/doc-myst-nb

doc: replace recommonmark with MyST


# 8791656f 03-Aug-2021 Jed Brown <jed@jedbrown.org>

doc: move from {math:numref} to {eq} (no visual change)


# bcb2dfae 04-Feb-2021 Jed Brown <jed@jedbrown.org>

doc: replace recommonmark with MyST and migrate ReST to MyST

This offers more familiar syntax for most writing, as well as natural
$\pi$ math (versus :math:`\pi`) and markdown syntax for all ReST
fe

doc: replace recommonmark with MyST and migrate ReST to MyST

This offers more familiar syntax for most writing, as well as natural
$\pi$ math (versus :math:`\pi`) and markdown syntax for all ReST
features.

The API doc stubs remain in ReST as recommended for autodoc.

https://myst-parser.readthedocs.io/en/latest/sphinx/use.html#use-sphinx-ext-autodoc-in-markdown-files

The change was largely implemented using
https://github.com/executablebooks/rst-to-myst/ with some manual
fix-ups. Tables (both ReST built-in tables and list-table) remain under
eval-rst until they can be manually updated.

show more ...


1234