From 1e3ed630239f356392b26dd609956a54299235cf Mon Sep 17 00:00:00 2001 From: Ann Almgren Date: Thu, 16 May 2019 09:24:09 -0700 Subject: [PATCH] fix --- docs/source/CITests.rst | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/source/CITests.rst b/docs/source/CITests.rst index 9c44af8..2b527bd 100644 --- a/docs/source/CITests.rst +++ b/docs/source/CITests.rst @@ -94,22 +94,22 @@ Single-grid, single-process (SGS) particle-only tests: Coupled particle/fluid tests: -+-------+-----+----------+----------------+------+----+----+----------------------+ -| Test | | nx ny nz | bc_x bc_y bc_z | Npa | Ng | Np | Description | -+=======+=====+==========+================+======+====+====+======================+ -| DEM06 | | 50 5 5 | NSW NSW NSW | 1 | | | | -+-------+-----+----------+----------------+------+----+----+----------------------+ -| | SGS | | | | 1 | 1 | Single particle | -| | | | | | | | falling under | -| | MGS | | | | 10 | 1 | gravity, reaching | -| | | | | | | | terminal velocity | -| | MGP | | | | 10 | X | | -+-------+-----+----------+----------------+------+----+----+----------------------+ -| DEM07 | | 20 20 20 | Per Per Per | 1222 | | | | -+-------+-----+----------+----------------+------+----+----+----------------------+ -| | SGS | | | | 1 | 1 | Homogeneous | -| | | | | | | | cooling system | -| | MGS | | | | 8 | 1 | | -| | | | | | | | | -| | MGP | | | | 8 | X | | -+-------+-----+----------+----------------+------+----+----+----------------------+ ++-------+-----+----+----+----+------+------+------+------+----+----+-------------------+ +| Test | | nx | ny | nz | bc_x | bc_y | bc_z | Npa | Ng | Np | Description | ++=======+=====+====+====+====+======+======+======+======+====+====+===================+ +| DEM06 | | 50 | 5 | 5 | NSW | NSW | NSW | 1 | | | | ++-------+-----+----+----+----+------+------+------+------+----+----+-------------------+ +| | SGS | | | | | | | | 1 | 1 | Single particle | +| | | | | | | | | | | | falling under | +| | MGS | | | | | | | 10 | 10 | 1 | gravity, reaching | +| | | | | | | | | | | | terminal velocity | +| | MGP | | | | | | | 10 | 10 | X | | ++-------+-----+----+----+----+------+------+------+------+----+----+-------------------+ +| DEM07 | | 20 | 20 | 20 | Per | Per | Per | 1222 | | | | ++-------+-----+----+----+----+------+------+------+------+----+----+-------------------+ +| | SGS | | | | | | | | 1 | 1 | Homogeneous | +| | | | | | | | | | | | cooling system | +| | MGS | | | | | | | | 8 | 1 | | +| | | | | | | | | | | | | +| | MGP | | | | | | | | 8 | X | | ++-------+-----+----+----+----+------+------+------+------+----+----+-------------------+ -- GitLab