From 452666ccbd0309d7044db04c4038c2e6d46009b9 Mon Sep 17 00:00:00 2001 From: Ann Almgren Date: Fri, 10 May 2019 09:44:58 -0700 Subject: [PATCH] fix formatting of last table --- docs/source/InputsLoadBalancing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/InputsLoadBalancing.rst b/docs/source/InputsLoadBalancing.rst index a3031fd..bdd4cde 100644 --- a/docs/source/InputsLoadBalancing.rst +++ b/docs/source/InputsLoadBalancing.rst @@ -44,8 +44,8 @@ The following inputs must be preceded by "mfix" and determine how we load balanc +----------------------+-----------------------------------------------------------------------+-------------+--------------+ | | Description | Type | Default | +======================+=======================================================================+=============+==============+ -| dual_grid | If true then use the "dual_grid" approach for load balancing | Bool | False | -+----------------------+-----------------------------------------------------------------------+-------------+-----------+ +| dual_grid | If true then use the "dual_grid" approach for load balancing | Bool | False | ++----------------------+-----------------------------------------------------------------------+-------------+--------------+ | load_balance_fluid | Only relevant if (dual_grid); if so do we also regrid mesh data | Int | 1 | +----------------------+-----------------------------------------------------------------------+-------------+--------------+ | load_balance_type | What strategy to use for load balancing | String | FixedSize | -- GitLab