:py:mod:`wolfhece.mesh2d.config_manager` ======================================== .. py:module:: wolfhece.mesh2d.config_manager .. autoapi-nested-parse:: Author: HECE - University of Liege, Pierre Archambeau Date: 2024 Copyright (c) 2024 University of Liege. All rights reserved. This script and its content are protected by copyright law. Unauthorized copying or distribution of this file, via any medium, is strictly prohibited. Module Contents --------------- .. py:data:: CHECK_EXT :value: ['.top', '.frot'] .. py:data:: EXTRACT_IC :value: 'extract_results_mb' .. py:data:: RUN :value: 'run_wolf2d_prev' .. py:class:: config_manager_2D(workingdir='', mapviewer=None) Gestionnaire de configurations 2D .. py:method:: create_frame() .. py:method:: onwolfcli(e: wx.KeyEvent) .. py:method:: ondiffhbin(e: wx.KeyEvent) Ajoute une matrice de différentiel entre 2 scénario d'une même simulation .. py:method:: oncreatezbin(e: wx.KeyEvent) .. py:method:: oncheckconsistency(e: wx.MouseEvent) .. py:method:: extract_ic_one(fn) .. py:method:: run_one(fn) .. py:method:: onextracticsel(e: wx.MouseEvent) .. py:method:: onextracticall(e: wx.MouseEvent) .. py:method:: onlaunchmodelsel(e: wx.MouseEvent) .. py:method:: onlaunchallmodel(e: wx.MouseEvent) .. py:method:: get_genfiles(force=False) Get paths to all or selected simulations .. py:method:: OnCheckItem(e) .. py:method:: _checkitem(myitem, check) .. py:method:: OnActivateTreeElem(e) .. py:method:: _append_item2tree(curel, root) .. py:method:: scan_wdir() Récupération de tous les répertoires et sous-répertoires et placement dans le dictionnaire self.configs .. py:method:: find_sims() .. py:method:: _scan_dir(wd: str, curdict: dict) .. py:method:: _find_sims(curdict: dict, keyname: str) .. py:method:: _find_sim(wd) .. py:method:: find_wolfcli(wd='')