-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add medge as output mesh #287
base: main
Are you sure you want to change the base?
Conversation
GBenedett
commented
Dec 6, 2023
•
edited
Loading
edited
- Add m-edge format for mesh in the GUI
- Add m-edge format for mesh for the batch mode
- Add control mesh for different part of the aircraft
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #287 +/- ##
===========================================
- Coverage 69.47% 50.91% -18.57%
===========================================
Files 84 84
Lines 8148 8155 +7
===========================================
- Hits 5661 4152 -1509
- Misses 2487 4003 +1516
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
new file: EdgeRun/func/edgeconfig.py new file: EdgeRun/tests/tests_edgeconfig/test_edgerun.py modified: utils/commonnames.py modified: utils/commonxpath.py new file: utils/create_ainpfile.py
…/CEASIOMpy into medge_integration merge branch
the implicit scheme more efficient than the old multigrid scheme. Usage: NGRID=1 (multigrid not needed) STSTCONV=3 (turn on implicit) KSP_TOL, KSP_TOL_TURB=0.01 (convergence of the linear solver)
new file: test_edgerun_mpi.py
added to get edge queuing script
…/CEASIOMpy into medge_integration ceasiompy/EdgeRun/func/edgeutils.py
new file: queue_template.script modified: ../tests/test_edgerun.py modified: ../tests/test_edgerun_mpi.py
modified: edgeconfig.py modified: ../tests/test_edgerun_mpi.py new file: ../tests/test_edgerun_submit.py
for testing
modified: ../EdgeRun/func/edge_queScript_gen.py modified: ../EdgeRun/func/edgeconfig.py modified: create_ainpfile.py
runlocal_preprocessor_script to run preprocessor on local modified: edgeconfig.py: added a check for Edge.bedg_p* file, if the files already exist, preprocessor won't run
modified: edgeconfig.py
local preprocessor
edge_solver
changed to if-elif structure
commented logger writing
…/CEASIOMpy into medge_integration
corrected aoa/aos to radius
added print (instead of log.info)