From 2dc74f29a730771be356e2713e3df2a8a1064a4d Mon Sep 17 00:00:00 2001 From: Ann Almgren Date: Fri, 19 Oct 2018 09:22:17 -0700 Subject: [PATCH] Update defaults on inputs --- docs/source/GettingStarted.rst | 2 -- docs/source/Inputs.rst | 8 ++++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/source/GettingStarted.rst b/docs/source/GettingStarted.rst index cb438cd..06d5f68 100644 --- a/docs/source/GettingStarted.rst +++ b/docs/source/GettingStarted.rst @@ -11,5 +11,3 @@ Getting Started BuildingGMake RunningTestSuite RegressionTesting - Inputs - diff --git a/docs/source/Inputs.rst b/docs/source/Inputs.rst index 1b61e10..437e7a0 100644 --- a/docs/source/Inputs.rst +++ b/docs/source/Inputs.rst @@ -41,7 +41,7 @@ The following inputs must be preceded by "geometry." +=================+=======================================================================+=============+ | coord_sys | 0 for Cartesian | 0 | +-----------------+-----------------------------------------------------------------------+-------------+ -| is_periodic | 1 for true, 0 for false (one value for each coordinate direction) | 0 | +| is_periodic | 1 for true, 0 for false (one value for each coordinate direction) | 0 0 0 | +-----------------+-----------------------------------------------------------------------+-------------+ @@ -50,9 +50,9 @@ The following inputs must be preceded by "mfix." +-----------------+-----------------------------------------------------------------------+-------------+ | File | Description | Default | +=================+=======================================================================+=============+ -| fixed_dt | Should we use a fixed timestep? | None | +| fixed_dt | Should we use a fixed timestep? | 0 | +-----------------+-----------------------------------------------------------------------+-------------+ -| dt_max | Maximum value of dt if calculating with cfl | None | +| dt_max | Maximum value of dt if calculating with cfl | 1.e14 | +-----------------+-----------------------------------------------------------------------+-------------+ -| cfl | CFL constraint (dt < cfl * dx / u) if fixed_dt not 1 | None | +| cfl | CFL constraint (dt < cfl * dx / u) if fixed_dt not 1 | 0.5 | +-----------------+-----------------------------------------------------------------------+-------------+ -- GitLab