diff --git a/docs/source/GettingStarted.rst b/docs/source/GettingStarted.rst index cb438cd9749f46ddcf0bf733c8c0b2a814f739a2..06d5f6847159b20a3acd05c42acfe92851f629b3 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 1b61e10db1a12ed66b147bef91529f8bdf1d1bb0..437e7a083468fdee59241e806dba64c6b3047179 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 | +-----------------+-----------------------------------------------------------------------+-------------+