Skip to content
Snippets Groups Projects
Commit 791e9998 authored by Guillaume Demesy's avatar Guillaume Demesy
Browse files

clean

parent 972a768c
No related branches found
No related tags found
No related merge requests found
Pipeline #4423 passed
......@@ -369,11 +369,11 @@ Resolution {
Evaluate[Python[]{"scattering_init.py"}];
Generate[M_1];
Solve[M_1];
PostOperation[VPWM_postop_1];
// Generate[M_1];
// Solve[M_1];
// PostOperation[VPWM_postop_1];
For pe In {1:p_max}
GenerateRHS[M~{pe}];
// GenerateRHS[M~{pe}];
Solve[M~{pe}];
PostOperation[VPWM_postop~{pe}];
Generate[N~{pe}];
......@@ -684,4 +684,4 @@ If (flag_study==RES_GREEN)
R_ = {"res_GreenAll_helmholtz_vector", Name "GetDP/1ResolutionChoices", Visible 1},
C_ = {"-solve -pos -petsc_prealloc 200 -ksp_type preonly -pc_type lu -pc_factor_mat_solver_type mumps", Name "GetDP/9ComputeCommand", Visible 1},
P_ = {"", Name "GetDP/2PostOperationChoices", Visible 0}];
EndIf
\ No newline at end of file
EndIf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment