From c180ace74e16224ef1683ab944f64359d290e8f3 Mon Sep 17 00:00:00 2001 From: Deepak Rangarajan Date: Wed, 23 Oct 2024 15:55:48 +0000 Subject: [PATCH] update docs for use_bvh option in stl (exa/docs!99) --- docs/source_docs/user_guide/inputs/geometry.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source_docs/user_guide/inputs/geometry.rst b/docs/source_docs/user_guide/inputs/geometry.rst index bdb485d..c1aa586 100644 --- a/docs/source_docs/user_guide/inputs/geometry.rst +++ b/docs/source_docs/user_guide/inputs/geometry.rst @@ -376,6 +376,8 @@ The following inputs are defined using the ``stl`` prefix. +------------------------+-------------------------------------------------------------------+----------+---------------------+ | translation | translate the geometry | Reals | 0. 0. 0. | +------------------------+-------------------------------------------------------------------+----------+---------------------+ +| use_bvh | Use bounding volume optimization | Bool | True | ++------------------------+-------------------------------------------------------------------+----------+---------------------+ .. note:: A full description of this feature is beyond the scope of this section. A future update to -- GitLab