From 9db929468dc44b6162cebdbf57870293d78e8b94 Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawar@users.noreply.github.com> Date: Fri, 17 Jun 2016 16:52:39 +0530 Subject: [PATCH] Added streamer class to list --- docs/user/py/classes/index.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/user/py/classes/index.rst b/docs/user/py/classes/index.rst index fa64a75b..16559b0d 100644 --- a/docs/user/py/classes/index.rst +++ b/docs/user/py/classes/index.rst @@ -770,7 +770,10 @@ Alphabetical listing of moose classes Unassigned: Ticks 20-29 Special: 30-31 Data output is a bit special, since you may want to store data at different rates for electrical and chemical processes in the same model. Here you will have to specifically assign distinct clock ticks for the tables/fileIO objects handling output at different time-resolutions. Typically one uses tick 8 and 18. - Here are the detailed mappings of class to tick. + Here are the detailed mappings of class to tick + +:: + Class Tick dt DiffAmp 0 50e-6 Interpol 0 50e-6 @@ -836,12 +839,13 @@ Alphabetical listing of moose classes Ksolve 16 0.1 Stats 17 1 Table 18 1 - TimeTable 18 1 + TimeTable 18 1 + Streamer 19 1 HDF5DataWriter 30 1 HDF5WriterBase 30 1 PostMaster 31 0.01 - Note that the other classes are not scheduled at all. +Note that the other classes are not scheduled at all. .. py:attribute:: clockControl -- GitLab