60 lines
1.1 KiB
Plaintext
60 lines
1.1 KiB
Plaintext
|
FILES:
|
||
|
|
||
|
|
||
|
--- CORE ---
|
||
|
|
||
|
@ + core/boundary.py
|
||
|
@ + core/constants.py
|
||
|
@ + core/checkSimulation.py
|
||
|
@ + core/inspectionMethods.py
|
||
|
@ + core/inspectionSetup.py
|
||
|
@ + core/receivers.py
|
||
|
@ + core/scenario.py
|
||
|
@ + core/signal.py
|
||
|
@ + core/simulation.py
|
||
|
@ + core/transducer.py
|
||
|
|
||
|
--- ENGINE ---
|
||
|
|
||
|
@ + engine/efit2d.py
|
||
|
@ + engine/engineBase.py
|
||
|
|
||
|
--- GUI ---
|
||
|
@ + gui/boundarySetupController.py
|
||
|
@ + gui/checkSimulationController.py
|
||
|
@ + gui/constants.py
|
||
|
@ + gui/engineController.py
|
||
|
@ + gui/managerDialogsController.py
|
||
|
@ + gui/materialLibraryController.py
|
||
|
@ + gui/materialSetupController.py
|
||
|
@ + gui/MainWindow.py
|
||
|
@ + gui/newScenarioController.py
|
||
|
@ + gui/runSimulationController.py
|
||
|
@ + gui/singleLaunchSetupController.py
|
||
|
@ + gui/signalSetupController.py
|
||
|
@ + gui/snapshots.py
|
||
|
@ + gui/treeWidget.py
|
||
|
|
||
|
--- UI ---
|
||
|
@ + gui/ui_simulationsetup.py
|
||
|
@ + gui/ui_advancedsimulationsetup.py
|
||
|
@ + gui/ui_newscenario.py
|
||
|
@ + gui/ui_runsimulation.py
|
||
|
@ + gui/ui_singlelaunchsetup.py
|
||
|
|
||
|
@ bug-report
|
||
|
|
||
|
|
||
|
PROJECT:
|
||
|
PROJ_PATH $HOME/proj/SimNDT/
|
||
|
SRC_PATH $PROJ_PATH/src/SimNDT
|
||
|
|
||
|
COMMANDS:
|
||
|
OPEN ALL
|
||
|
CLOSE ALL
|
||
|
BUILD ALL
|
||
|
BUILD CLEAN
|
||
|
BUILD INSTALL
|
||
|
BUILD VERSION
|
||
|
|