Prev Next

@(@\newcommand{\B}[1]{ {\bf #1} } \newcommand{\R}[1]{ {\rm #1} } \newcommand{\W}[1]{ \; #1 \; }@)@ This is dismod_at-20221105 documentation: Here is a link to its current documentation .
The Time Table

time_id
time
     Ode Grid
Example

time_id
This column has type integer and is the primary key for the this table. Its initial value is zero, and it increments by one for each row.

time
This column has type real and is a set of time values. The values in the time column must be unique; i.e., none of the values may be repeated. The values can be in any specific order; e.g., they do not need to be increasing or decreasing.

Ode Grid
Note that the maximum minus the minimum time divided by the ode_step_size will determine the time spacing between solutions of the ordinary differential equation along cohort lines.

Example
The file time_table.py contains an example time table.
Input File: omh/table/time_table.omh