From 11d41786e040277f252d8d982c08c75c8831d08b Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Mon, 3 Mar 2025 09:56:33 -0500 Subject: [PATCH] docs(defaults.yaml): updated default / example config file --- utils/defaultConfig/defaults.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/utils/defaultConfig/defaults.yaml b/utils/defaultConfig/defaults.yaml index e9c974d..20f4f39 100644 --- a/utils/defaultConfig/defaults.yaml +++ b/utils/defaultConfig/defaults.yaml @@ -1,6 +1,16 @@ Poly: + Gaussian: + Sigma: 0.1 Solver: ViewInitialGuess: false + Debug: + Global: + GLVis: + Keyset: '' + View: 'false' + Exit: 'false' + F_gf_View: + Keyset: defaultKeyset Probe: GLVis: Visualization: true @@ -15,8 +25,18 @@ Probe: #=================================== TYPE HINTS =================================== # Poly: +# Gaussian: +# Sigma: double # Solver: # ViewInitialGuess: bool +# Debug: +# Global: +# GLVis: +# Keyset: sd:string +# View: bo +# Exit: bo +# F_gf_View: +# Keyset: std:string # Probe: # GLVis: # Visualization: bool