diff --git a/doc/RTD/source/TimeStepping/index.rst b/doc/RTD/source/TimeStepping/index.rst new file mode 100644 index 0000000000000000000000000000000000000000..5d8d547374a89c9fa3f9b882e110984d54d339c8 --- /dev/null +++ b/doc/RTD/source/TimeStepping/index.rst @@ -0,0 +1,19 @@ +.. Details of the time-stepping scheme + Matthieu Schaller 9th November 2019 + +.. _time_stepping: + +Time integration details +======================== + +This section of the documentation includes information on the time +stepping and time integration used in SWIFT. + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + integer_time_line + timestep_limiter + timestep_synchronization + diff --git a/doc/RTD/source/TimeStepping/integer_time_line.rst b/doc/RTD/source/TimeStepping/integer_time_line.rst new file mode 100644 index 0000000000000000000000000000000000000000..7bf0f9579062df46444d8b18d5e7ace4b22a1982 --- /dev/null +++ b/doc/RTD/source/TimeStepping/integer_time_line.rst @@ -0,0 +1,7 @@ +.. Integer time-line + Matthieu Schaller 9th November 2019 + +.. _integer_time_line: + +Integer time-line & time-bins +============================= diff --git a/doc/RTD/source/TimeStepping/timestep_limiter.rst b/doc/RTD/source/TimeStepping/timestep_limiter.rst new file mode 100644 index 0000000000000000000000000000000000000000..74021a1c609362fe99c315be26c586dab74230c6 --- /dev/null +++ b/doc/RTD/source/TimeStepping/timestep_limiter.rst @@ -0,0 +1,7 @@ +.. Time-step limiter + Matthieu Schaller 9th November 2019 + +.. _time_step_limiter: + +Time-step limiter +================= diff --git a/doc/RTD/source/TimeStepping/timestep_synchronization.rst b/doc/RTD/source/TimeStepping/timestep_synchronization.rst new file mode 100644 index 0000000000000000000000000000000000000000..4360cc30747b28432ee8bff6060e0db2b4c8a53d --- /dev/null +++ b/doc/RTD/source/TimeStepping/timestep_synchronization.rst @@ -0,0 +1,7 @@ +.. Time-step synchronization + Matthieu Schaller 9th November 2019 + +.. _time_step_sync: + +Time-step synchronization +========================= diff --git a/doc/RTD/source/index.rst b/doc/RTD/source/index.rst index 154ad36f2e2281314dc12f33872fa24f7284de95..28c8eba9a5a8b5a8169c55f84c557bd64aa3f768 100644 --- a/doc/RTD/source/index.rst +++ b/doc/RTD/source/index.rst @@ -20,6 +20,7 @@ difference is the parameter file that will need to be adapted for SWIFT. InitialConditions/index Snapshots/index HydroSchemes/index + TimeStepping/index SubgridModels/index random FriendsOfFriends/index