From 35ab2a31e5e7272f249cc16900404d146ea1b38e Mon Sep 17 00:00:00 2001 From: Deepak Rangarajan Date: Wed, 8 Dec 2021 13:37:18 -0500 Subject: [PATCH] add mfix.grid_pruning setting to doc --- docs/source/inputs/InputsLoadBalancing.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/inputs/InputsLoadBalancing.rst b/docs/source/inputs/InputsLoadBalancing.rst index 8d3efcd..0d34b3f 100644 --- a/docs/source/inputs/InputsLoadBalancing.rst +++ b/docs/source/inputs/InputsLoadBalancing.rst @@ -80,4 +80,7 @@ The following inputs must be preceded by "mfix" and determine how we load balanc +----------------------+-----------------------------------------------------------------------+-------------+--------------+ | greedy_dir | The direction in which the Greedy algorithm cuts overloaded boxes | Int | 0 | +----------------------+-----------------------------------------------------------------------+-------------+--------------+ +| grid_pruning | Remove all covered grids from the base mesh; this may result in | Bool | False | +| | disjoined grids | | | ++----------------------+-----------------------------------------------------------------------+-------------+--------------+ -- GitLab