CHANGELOG.md
INSTALLATION.md
LICENSE
MANIFEST.in
README.md
build_docs.py
debug_output.log
install.py
mkdocs.yml
pyproject.toml
requirements.txt
version.py
.github/agents/GM Agent.agent.md
.github/chatmodes/GEARMASTER_VISUAL.chatmode.md
.github/workflows/publish.yml
.vscode/launch.json
.vscode/settings.json
GM_Visual/INSTALLATION.md
GM_Visual/__init__.py
GM_Visual/core.py
GM_Visual/install.py
GM_Visual/main.py
GM_Visual/requirements.txt
GM_Visual/docs/README.md
GM_Visual/docs/canvas.md
GM_Visual/docs/import_context_solution.md
GM_Visual/docs/logging_system.md
GM_Visual/docs/node_creation_guide_for_ai.md
GM_Visual/docs/workflow_execution_logic.md
GM_Visual/docs/core/config_manager.md
GM_Visual/docs/core/execution_engine.md
GM_Visual/docs/core/installation_manager.md
GM_Visual/docs/core/node_base.md
GM_Visual/docs/core/pin_system.md
GM_Visual/docs/core/project_manager.md
GM_Visual/docs/nodes/cad/display/cad_display.md
GM_Visual/docs/nodes/cad/editor/cad_editor.md
GM_Visual/docs/nodes/cad/load_save/cad_loader.md
GM_Visual/docs/nodes/cad/load_save/cad_save.md
GM_Visual/docs/nodes/data/core/file_pointer.md
GM_Visual/docs/nodes/data/core/folder_pointer.md
GM_Visual/docs/nodes/demo/basic/fake_node.md
GM_Visual/docs/nodes/demo/math/constant_int.md
GM_Visual/docs/nodes/demo/math/int_display.md
GM_Visual/docs/nodes/demo/math/sum_demo.md
GM_Visual/docs/nodes/meshfree/editor/meshfree_editor.md
GM_Visual/docs/nodes/meshfree/load_save/mfree_loader.md
GM_Visual/docs/nodes/meshfree/load_save/mfree_save.md
GM_Visual/docs/nodes/signals/creation/time_series_generator.md
GM_Visual/docs/nodes/signals/display/dftb_display.md
GM_Visual/docs/nodes/signals/display/dftm_display.md
GM_Visual/docs/nodes/signals/display/metadata_display.md
GM_Visual/docs/nodes/signals/dsp/filter_butterworth.md
GM_Visual/docs/nodes/signals/dsp/frequency_spectrum.md
GM_Visual/docs/nodes/signals/input/signal_load.md
GM_Visual/docs/nodes/utils/annotations/picture_node.md
GM_Visual/docs/nodes/utils/annotations/sticky_node.md
GM_Visual/docs/templates/node_documentation_template.md
GM_Visual/examples/manual_test_execution_engine.py
GM_Visual/examples/basics/example_basic_constant_and_list_creation_and_display.gmv
GM_Visual/examples/signals/example_convert_timeseries_to_table_and_plot.gmv
GM_Visual/examples/signals/example_timeseries_creation_and_plot.gmv
GM_Visual/help/README.txt
GM_Visual/help/index.html
GM_Visual/help/assets/css/style.css
GM_Visual/help/topics/00-about-gearmaster-visual.html
GM_Visual/help/topics/01-getting-started.html
GM_Visual/help/topics/02-installation.html
GM_Visual/help/topics/03-canvas-basics.html
GM_Visual/help/topics/04-working-with-nodes.html
GM_Visual/help/topics/05-connecting-nodes.html
GM_Visual/help/topics/06-execution.html
GM_Visual/help/topics/07-node-states.html
GM_Visual/help/topics/08-pins-io.html
GM_Visual/help/topics/09-custom-nodes.html
GM_Visual/src/__init__.py
GM_Visual/src/main_canvas.py
GM_Visual/src/pin_connection.py
GM_Visual/src/version.py
GM_Visual/src/canvas/__init__.py
GM_Visual/src/canvas/canvas_connections.py
GM_Visual/src/canvas/canvas_events.py
GM_Visual/src/canvas/canvas_execution.py
GM_Visual/src/canvas/canvas_navigation.py
GM_Visual/src/canvas/canvas_node.py
GM_Visual/src/canvas/canvas_terminal.py
GM_Visual/src/canvas/canvas_ui.py
GM_Visual/src/core/__init__.py
GM_Visual/src/core/config_manager.py
GM_Visual/src/core/execution_engine.py
GM_Visual/src/core/help_server.py
GM_Visual/src/core/installation_manager.py
GM_Visual/src/core/node_base.py
GM_Visual/src/core/pin_system.py
GM_Visual/src/core/project_manager.py
GM_Visual/src/nodes/__init__.py
GM_Visual/src/nodes/basics/__init__.py
GM_Visual/src/nodes/basics/creation/__init__.py
GM_Visual/src/nodes/basics/creation/constant.py
GM_Visual/src/nodes/basics/creation/constant_gui.py
GM_Visual/src/nodes/basics/creation/list.py
GM_Visual/src/nodes/basics/creation/list_gui.py
GM_Visual/src/nodes/basics/display/__init__.py
GM_Visual/src/nodes/basics/display/value_display.py
GM_Visual/src/nodes/basics/display/value_display_gui.py
GM_Visual/src/nodes/cad/__init__.py
GM_Visual/src/nodes/cad/display/__init__.py
GM_Visual/src/nodes/cad/display/cad_display.py
GM_Visual/src/nodes/cad/editor/__init__.py
GM_Visual/src/nodes/cad/editor/cad_editor.py
GM_Visual/src/nodes/cad/load_save/__init__.py
GM_Visual/src/nodes/cad/load_save/cad_loader.py
GM_Visual/src/nodes/cad/load_save/cad_save.py
GM_Visual/src/nodes/cad/load_save/cad_save_gui.py
GM_Visual/src/nodes/data/__init__.py
GM_Visual/src/nodes/data/core/__init__.py
GM_Visual/src/nodes/data/core/file_pointer_node.py
GM_Visual/src/nodes/data/core/folder_pointer_node.py
GM_Visual/src/nodes/demo/__init__.py
GM_Visual/src/nodes/demo/basic/__init__.py
GM_Visual/src/nodes/demo/basic/fake_node.py
GM_Visual/src/nodes/demo/basic/fake_node_gui.py
GM_Visual/src/nodes/demo/math/__init__.py
GM_Visual/src/nodes/fea/__init__.py
GM_Visual/src/nodes/fea/welded_joints/__init__.py
GM_Visual/src/nodes/fea/welded_joints/mesh_weldpath_finder_shell.py
GM_Visual/src/nodes/fea/welded_joints/mesh_weldpath_finder_shell_gui.py
GM_Visual/src/nodes/fea/welded_joints/welded_joint_analysis_shell.py
GM_Visual/src/nodes/fea/welded_joints/welded_joint_analysis_shell_gui.py
GM_Visual/src/nodes/gui/__init__.py
GM_Visual/src/nodes/gui/base_node_gui.py
GM_Visual/src/nodes/materials/library/__init__.py
GM_Visual/src/nodes/materials/library/material_library.py
GM_Visual/src/nodes/materials/library/material_library_gui.py
GM_Visual/src/nodes/meshfree/__init__.py
GM_Visual/src/nodes/meshfree/editor/__init__.py
GM_Visual/src/nodes/meshfree/editor/meshfree_editor.py
GM_Visual/src/nodes/meshfree/editor/meshfree_editor_gui.py
GM_Visual/src/nodes/meshfree/load_save/__init__.py
GM_Visual/src/nodes/meshfree/load_save/mfree_loader.py
GM_Visual/src/nodes/meshfree/load_save/mfree_loader_gui.py
GM_Visual/src/nodes/meshfree/load_save/mfree_save.py
GM_Visual/src/nodes/meshfree/load_save/mfree_save_gui.py
GM_Visual/src/nodes/pyansys_dpf/__init__.py
GM_Visual/src/nodes/pyansys_dpf/basic/__init__.py
GM_Visual/src/nodes/pyansys_dpf/basic/ansys_dpf_model.py
GM_Visual/src/nodes/pyansys_dpf/basic/ansys_dpf_plotter.py
GM_Visual/src/nodes/pyansys_dpf/basic/ansys_dpf_plotter_gui.py
GM_Visual/src/nodes/pyansys_dpf/math/scale.py
GM_Visual/src/nodes/pyansys_dpf/math/scale_gui.py
GM_Visual/src/nodes/pyansys_dpf/results/ansys_dpf_results_stress.py
GM_Visual/src/nodes/pyansys_dpf/results/ansys_dpf_results_stress_gui.py
GM_Visual/src/nodes/pyansys_dpf/scoping/__init__.py
GM_Visual/src/nodes/pyansys_dpf/scoping/ansys_dpf_on_named_selection.py
GM_Visual/src/nodes/pyansys_dpf/scoping/ansys_dpf_on_named_selection_gui.py
GM_Visual/src/nodes/pyansys_dpf/scoping/ansys_dpf_time_freq_scoping.py
GM_Visual/src/nodes/pyansys_dpf/scoping/ansys_dpf_time_freq_scoping_gui.py
GM_Visual/src/nodes/pyansys_dpf/serialization/__init__.py
GM_Visual/src/nodes/pyansys_dpf/serialization/ansys_dpf_csv_to_field.py
GM_Visual/src/nodes/pyansys_dpf/serialization/ansys_dpf_field_to_csv.py
GM_Visual/src/nodes/pyansys_dpf/serialization/ansys_dpf_field_to_csv_gui.py
GM_Visual/src/nodes/signals/__init__.py
GM_Visual/src/nodes/signals/combination_node.py
GM_Visual/src/nodes/signals/creation/__init__.py
GM_Visual/src/nodes/signals/creation/time_series_generator.py
GM_Visual/src/nodes/signals/creation/time_series_generator_gui.py
GM_Visual/src/nodes/signals/display/__init__.py
GM_Visual/src/nodes/signals/display/dftb_display.py
GM_Visual/src/nodes/signals/display/dftm_display.py
GM_Visual/src/nodes/signals/display/metadata_display.py
GM_Visual/src/nodes/signals/dsp/__init__.py
GM_Visual/src/nodes/signals/dsp/dftm_statistics_advanced.py
GM_Visual/src/nodes/signals/dsp/dftm_statistics_advanced_gui.py
GM_Visual/src/nodes/signals/dsp/filter_butterworth.py
GM_Visual/src/nodes/signals/dsp/filter_butterworth_gui.py
GM_Visual/src/nodes/signals/dsp/frequency_spectrum.py
GM_Visual/src/nodes/signals/dsp/frequency_spectrum_gui.py
GM_Visual/src/nodes/signals/input/__init__.py
GM_Visual/src/nodes/signals/input/ncode_csv_ts_load_node.py
GM_Visual/src/nodes/signals/input/signal_load.py
GM_Visual/src/nodes/signals/input/signal_load_gui.py
GM_Visual/src/nodes/signals/output/__init__.py
GM_Visual/src/nodes/signals/output/signal_save.py
GM_Visual/src/nodes/signals/output/signal_save_gui.py
GM_Visual/src/nodes/signals/utils/__init__.py
GM_Visual/src/nodes/signals/utils/dataframe_combination.py
GM_Visual/src/nodes/signals/utils/dataframe_combination_gui.py
GM_Visual/src/nodes/signals/utils/dataframe_split.py
GM_Visual/src/nodes/signals/utils/dataframe_split_gui.py
GM_Visual/src/nodes/signals/utils/timeseries_to_table.py
GM_Visual/src/nodes/utils/__init__.py
GM_Visual/src/nodes/utils/annotations/__init__.py
GM_Visual/src/nodes/utils/annotations/picture_node.py
GM_Visual/src/nodes/utils/annotations/sticky_node.py
GM_Visual/src/nodes/utils/annotations/sticky_node_gui.py
GM_Visual/src/nodes_assets/icons/GM_CAD_icon_generic.png
GM_Visual/src/nodes_assets/icons/_placeholder.png
GM_Visual/src/nodes_assets/icons/folder_pointer_node.png
GM_Visual/src/nodes_assets/icons/icon_file_pointer.png
GM_Visual/src/nodes_assets/icons/icon_mfree_editor.png
GM_Visual/src/nodes_assets/icons/icon_mfree_load.png
GM_Visual/src/nodes_assets/icons/icon_mfree_save.png
GM_Visual/src/nodes_assets/icons/icon_time_series_generator.png
GM_Visual/src/settings/__init__.py
GM_Visual/src/settings/custom_settings.py
GM_Visual/src/settings/custom_settings_gui.py
GM_Visual/src/ui/about_dialog.py
GM_Visual/src/ui/documentation_panel.py
GM_Visual/src/ui/html_documentation_viewer.py
GM_Visual/src/ui/node_info_dialog.py
GM_Visual/src/utils/__init__.py
GM_Visual/src/utils/gm_logger.py
GM_Visual/src/utils/import_context.py
GM_Visual/src/utils/path_validator.py
GM_Visual/tests/__init__.py
GM_Visual/tests/debug_cascade_graph.py
GM_Visual/tests/debug_on_property_changed.py
GM_Visual/tests/test_cascade_dirty_propagation.py
GM_Visual/tests/test_fake_node.py
GM_Visual/tests/test_core/conftest.py
GM_Visual/tests/test_core/diagnostic_execution.py
GM_Visual/tests/test_core/test_canvas_cascade.py
GM_Visual/tests/test_core/test_canvas_execution.py
GM_Visual/tests/test_core/test_cascade_execution.py
GM_Visual/tests/test_core/test_complete_system.py
GM_Visual/tests/test_core/test_core_basic.py
GM_Visual/tests/test_core/test_executed_state.py
GM_Visual/tests/test_core/test_execution_dependencies.py
GM_Visual/tests/test_core/test_execution_logic.py
GM_Visual/tests/test_core/test_node_addition.py
GM_Visual/tests/test_core/test_property_pin_dynamic.py
GM_Visual/tests/test_nodes/test_ansys_dpf_plotter.py
GM_Visual/tests/test_nodes/test_ansys_dpf_results_stress.py
GM_Visual/tests/test_nodes/test_cad_nodes.py
GM_Visual/tests/test_nodes/test_constant_node.py
GM_Visual/tests/test_nodes/test_demo_nodes.py
GM_Visual/tests/test_nodes/test_file_pointer_node.py
GM_Visual/tests/test_nodes/test_folder_pointer_node.py
GM_Visual/tests/test_nodes/test_list_node.py
GM_Visual/tests/test_nodes/test_meshfree_nodes.py
GM_Visual/tests/test_nodes/test_properties_gui_lifecycle.py
GM_Visual/tests/test_nodes/test_scale_node.py
GM_Visual/tests/test_nodes/test_value_display_node.py
GM_modules/__init__.py
GM_modules/Cad/__init__.py
GM_modules/Cad/docs/manual.html
GM_modules/Cad/examples/example_load_step.py
GM_modules/Cad/src/__init__.py
GM_modules/Cad/src/cad_editor.py
GM_modules/Cad/src/cad_entity.py
GM_modules/Cad/src/cad_model.py
GM_modules/Cad/src/cad_selection.py
GM_modules/Cad/src/cad_topology.py
GM_modules/Cad/tests/conftest.py
GM_modules/Cad/tests/test_cad_editor.py
GM_modules/Cad/tests/test_cad_model.py
GM_modules/Cad/tests/test_cad_selection.py
GM_modules/Cad/tests/test_cad_topology.py
GM_modules/Cad/tests/src/cad_demo_AP214_part_solid.STEP
GM_modules/Cad/tests/src/cad_demo_AP214_part_surface.STEP
GM_modules/Data/GM_DataManager.py
GM_modules/Data/__init__.py
GM_modules/Data/utils.py
GM_modules/Data/test/__init__.py
GM_modules/Data/test/__tester_GM_DataManager.py
GM_modules/Data/test/_test_MC_load_ncode_csv.py
GM_modules/Data/test/_test_gmdm_mc.py
GM_modules/Data/test/source_MC_load_ncode_csv.csv
GM_modules/Data/test/source_ncode_TS_to_CSV_2022.csv
GM_modules/Data/test/test_gmdm_db.py
GM_modules/Data/test/test_gmdm_ds.py
GM_modules/Data/test/test_gmdm_mc.py
GM_modules/Data/test/test_gmdm_md.py
GM_modules/Fea/__init__.py
GM_modules/Fea/core.py
GM_modules/Fea/mesh_energy_components.py
GM_modules/Fea/mesh_welded_joint.py
GM_modules/Fea/mesh_weldpath_finder.py
GM_modules/Fea/docs/DOC_MeshEnergyComponents.md
GM_modules/Fea/test_/README_test_usage.md
GM_modules/Fea/test_/__init__.py
GM_modules/Fea/test_/_test_vtk_visualization.py
GM_modules/Fea/test_/_test_weldpath_finder_shell.rst
GM_modules/Fea/test_/_test_weldpath_finder_shell_15000.rst
GM_modules/Fea/test_/_test_weldpath_finder_shell_4000.rst
GM_modules/Fea/test_/_test_weldpath_finder_shell_complexity2.rst
GM_modules/Fea/test_/_test_weldpath_finder_shell_complexity3.rst
GM_modules/Fea/test_/demo_weldpath_shell_NS_001.rst
GM_modules/Fea/test_/demo_weldpath_shell_NS_001_ENFO.txt
GM_modules/Fea/test_/demo_weldpath_shell_NS_001_ENMO.txt
GM_modules/Fea/test_/pytest.ini
GM_modules/Fea/test_/run_tests.py
GM_modules/Fea/test_/source_circular_tube_NS.rst
GM_modules/Fea/test_/test_gm_ansy_dpf.py
GM_modules/Fea/test_/test_group_subgroup.rst
GM_modules/Fea/test_/test_mesh_energy_components.py
GM_modules/Fea/test_/test_meshenergycomponents_basic00.py
GM_modules/Fea/test_/test_meshenergycomponents_basic01.py
GM_modules/Fea/test_/test_meshenergycomponents_basic02.py
GM_modules/Fea/test_/test_meshenergycomponents_weldpath_00.py
GM_modules/Fea/test_/test_welded_joint.py
GM_modules/Fea/test_/test_weldpath_finder_shell.py
GM_modules/Fea/test_/test_weldpath_from_NS.py
GM_modules/Fea/test_/test_weldpath_shell_NS.rst
GM_modules/GUIs/GM_GUIManager.py
GM_modules/GUIs/GM_GUI_core.py
GM_modules/GUIs/N_Hcyl_GUI.py
GM_modules/GUIs/__init__.py
GM_modules/Hydraulic/Hydraulic.py
GM_modules/Hydraulic/__init__.py
GM_modules/Materials/__init__.py
GM_modules/Materials/material_library.py
GM_modules/Materials/materials.py
GM_modules/Materials/test/test_material.py
GM_modules/Materials/test/test_material_library.py
GM_modules/Mechanical/Fasteners.py
GM_modules/Mechanical/__init__.py
GM_modules/Meshfree/__init__.py
GM_modules/Meshfree/docs/manual.html
GM_modules/Meshfree/examples/example_generate_meshfree_model.py
GM_modules/Meshfree/examples/example_generate_point_cloud.py
GM_modules/Meshfree/src/__init__.py
GM_modules/Meshfree/src/generator.py
GM_modules/Meshfree/src/joint_dialog.py
GM_modules/Meshfree/src/joints.py
GM_modules/Meshfree/src/mfree_model.py
GM_modules/Meshfree/src/point_cloud.py
GM_modules/Meshfree/src/point_cloud_editor.py
GM_modules/Meshfree/src/point_display_settings.py
GM_modules/Meshfree/src/io/__init__.py
GM_modules/Meshfree/src/io/gmmfm_io.py
GM_modules/Meshfree/src/io/gmpcloud_io.py
GM_modules/Meshfree/src/samplers/__init__.py
GM_modules/Meshfree/src/samplers/base_sampler.py
GM_modules/Meshfree/src/samplers/interior_sampler_2d.py
GM_modules/Meshfree/src/samplers/interior_sampler_3d.py
GM_modules/Meshfree/src/samplers/surface_sampler_2d.py
GM_modules/Meshfree/src/samplers/surface_sampler_3d.py
GM_modules/Meshfree/tests/test_generator.py
GM_modules/Meshfree/tests/test_joints.py
GM_modules/Meshfree/tests/test_mfree_model.py
GM_modules/Meshfree/tests/test_point_cloud_editor.py
GM_modules/Meshfree/tests/test_point_cloud_io.py
GM_modules/Meshfree/tests/test_samplers_2d.py
GM_modules/Meshfree/tests/assets/cad_demo_planar_weld_joint_merged.gmcad
GM_modules/Signals/__init__.py
GM_modules/Signals/requirements_signals.txt
GM_modules/Signals/docs/README.md
GM_modules/Signals/docs/source_metadata_guide.md
GM_modules/Signals/docs/apps/creation/time_series_generator.md
GM_modules/Signals/docs/apps/display/METADATA_DISPLAY_GUIDE.md
GM_modules/Signals/docs/apps/dsp/ButterworthFilter.md
GM_modules/Signals/docs/apps/dsp/frequency_spectrum.md
GM_modules/Signals/docs/apps/input/dftm_load_system.md
GM_modules/Signals/docs/apps/output/dftm_save_system.md
GM_modules/Signals/docs/apps/utils/dataframe_combination.md
GM_modules/Signals/docs/core/dataframe_table.md
GM_modules/Signals/docs/core/dataframe_time.md
GM_modules/Signals/docs/core/dataseries_time.md
GM_modules/Signals/docs/core/dataset_table.md
GM_modules/Signals/docs/core/format_table.md
GM_modules/Signals/docs/core/format_timeseries.md
GM_modules/Signals/docs/core/formats.md
GM_modules/Signals/docs/core/gm_data_types_for_ai.md
GM_modules/Signals/examples/dataframe_combination_example.py
GM_modules/Signals/examples/demo_dftm_advanced_statistics.py
GM_modules/Signals/examples/demo_filter_butterworth.py
GM_modules/Signals/examples/demo_frequency_spectrum.py
GM_modules/Signals/examples/demo_metadata_display.py
GM_modules/Signals/examples/demo_metadata_display_from_ts_generator.py
GM_modules/Signals/examples/demo_source_metadata.py
GM_modules/Signals/examples/demo_timeseries_to_table.py
GM_modules/Signals/src/__init__.py
GM_modules/Signals/src/apps/__init__.py
GM_modules/Signals/src/apps/creation/__init__.py
GM_modules/Signals/src/apps/creation/time_series_generator.py
GM_modules/Signals/src/apps/display/__init__.py
GM_modules/Signals/src/apps/display/dftb_display.py
GM_modules/Signals/src/apps/display/dftm_display.py
GM_modules/Signals/src/apps/display/metadata_display.py
GM_modules/Signals/src/apps/display/test_/test_dftm_display.py
GM_modules/Signals/src/apps/dsp/__init__.py
GM_modules/Signals/src/apps/dsp/dftm_statistics_advanced.py
GM_modules/Signals/src/apps/dsp/filter_butterworth.py
GM_modules/Signals/src/apps/dsp/frequency_spectrum.py
GM_modules/Signals/src/apps/dsp/test_/__init__.py
GM_modules/Signals/src/apps/dsp/test_/test_butterworth_filter.py
GM_modules/Signals/src/apps/dsp/test_/test_frequency_spectrum.py
GM_modules/Signals/src/apps/input/__init__.py
GM_modules/Signals/src/apps/input/dftb_load.py
GM_modules/Signals/src/apps/input/dftm_load.py
GM_modules/Signals/src/apps/input/ncode_csv_ts_load.py
GM_modules/Signals/src/apps/input/test_/source_ncode_csv_ts.csv
GM_modules/Signals/src/apps/input/test_/test_dftb_load.py
GM_modules/Signals/src/apps/input/test_/test_dftm_load.py
GM_modules/Signals/src/apps/input/test_/test_ncode_csv_ts_load.py
GM_modules/Signals/src/apps/output/__init__.py
GM_modules/Signals/src/apps/output/dftb_out.py
GM_modules/Signals/src/apps/output/dftm_out.py
GM_modules/Signals/src/apps/output/test_/test_dftb_out.py
GM_modules/Signals/src/apps/output/test_/test_dftm_out.py
GM_modules/Signals/src/apps/utils/__init__.py
GM_modules/Signals/src/apps/utils/dataframe_combination.py
GM_modules/Signals/src/apps/utils/dataframe_split.py
GM_modules/Signals/src/apps/utils/timeseries_to_table.py
GM_modules/Signals/src/apps/utils/test_/test_dataframe_split.py
GM_modules/Signals/src/core/__init__.py
GM_modules/Signals/src/core/dataframe_table.py
GM_modules/Signals/src/core/dataframe_time.py
GM_modules/Signals/src/core/dataseries_time.py
GM_modules/Signals/src/core/dataset_table.py
GM_modules/Signals/src/core/metadata_dftb.py
GM_modules/Signals/src/core/metadata_dftm.py
GM_modules/Signals/src/core/metadata_dstb.py
GM_modules/Signals/src/core/metadata_dstm.py
GM_modules/Signals/src/core/metadata_source_info.py
GM_modules/Signals/tests/conftest.py
GM_modules/Signals/tests/test_converter_with_generator.py
GM_modules/Signals/tests/test_dataframe_combination.py
GM_modules/Signals/tests/test_debug_types.py
GM_modules/Signals/tests/test_dftb_creation-save-load.py
GM_modules/Signals/tests/test_dftm.py
GM_modules/Signals/tests/test_dftm_creation-save-load.py
GM_modules/Signals/tests/test_dftm_statistics_advanced.py
GM_modules/Signals/tests/test_dstm.py
GM_modules/Signals/tests/test_filter_butterworth.py
GM_modules/Signals/tests/test_generator_debug.py
GM_modules/Signals/tests/test_metadata_display_unified.py
GM_modules/Signals/tests/test_simple_converter.py
GM_modules/Signals/tests/test_time_series_generator.py
GM_modules/Signals/tests/test_timeseries_to_table.py
GM_modules/Structures/SWA_Core.py
GM_modules/Structures/SWA_Prep.py
GM_modules/Structures/SWA_pyAnsys.py
GM_modules/Structures/__init__.py
GM_modules/Structures/_cross_Sections_tester.py
GM_modules/Structures/core.py
GM_modules/Structures/cross_sections.py
GM_modules/Structures/json2asg.py
GM_modules/Structures/_out/node_data_path.csv
GM_modules/Structures/_out/weldline_stresses.csv
GM_modules/pyAnsys/__init__.py
GM_modules/pyAnsys/DPF/GM_dpf_core.py
GM_modules/pyAnsys/DPF/gm_ansys_dpf.py
GM_modules/pyAnsys/DPF/test/ansys_dpf_core_vs_post_benchmark.py
GM_modules/pyAnsys/DPF/test/demo_simple_joint_shell.rst
GM_modules/pyAnsys/DPF/test/test_GmAnsysDPF_basics.py
docs/DOCUMENTATION_SETUP.md
docs/index.md
docs/requirements.txt
docs/guides/architecture.md
docs/guides/development.md
docs/guides/faq.md
docs/guides/getting_started.md
gearmaster.egg-info/PKG-INFO
gearmaster.egg-info/SOURCES.txt
gearmaster.egg-info/dependency_links.txt
gearmaster.egg-info/requires.txt
gearmaster.egg-info/top_level.txt
scripts/prepare_release.ps1
standard/API.md
standard/CODE_STRUCTURE.md
standard/DOCUMENTATION.md
standard/FORMATTING.md
standard/NAMING_CONVENTIONS.md
standard/README.md
standard/TESTING.md
standard/VERSIONING.md
tests/__init__.py