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

still cannot solve all resolutions

at once...
parent 6b29ac00
No related branches found
No related tags found
No related merge requests found
Pipeline #2107 passed
...@@ -384,7 +384,22 @@ Resolution { ...@@ -384,7 +384,22 @@ Resolution {
} }
} }
// { Name all;
// System{
// { Name M1; NameOfFormulation modal_Aux_E ; Type ComplexValue; }
// { Name M2; NameOfFormulation modal_helmholtz_PEP_E ; Type ComplexValue; }
// { Name M3; NameOfFormulation modal_helmholtz_NEP_E ; Type ComplexValue; }
// { Name M4; NameOfFormulation modal_helmholtz_Lag_E ; Type ComplexValue; }
// { Name M5; NameOfFormulation modal_helmholtz_PEP_h ; Type ComplexValue; }
// }
// Operation{
// GenerateSeparate[M1]; EigenSolve[M1,neig,eig_target_re,eig_target_im,EigFilter[]];
// GenerateSeparate[M2]; EigenSolve[M2,neig,eig_target_re,eig_target_im,EigFilter[]];
// GenerateSeparate[M3]; EigenSolve[M3,neig,eig_target_re,eig_target_im,EigFilter[]];
// GenerateSeparate[M4]; EigenSolve[M4,neig,eig_target_re,eig_target_im,EigFilter[]];
// GenerateSeparate[M5]; EigenSolve[M5,neig,eig_target_re,eig_target_im,EigFilter[]];
// }
// }
} }
PostProcessing { PostProcessing {
...@@ -534,6 +549,11 @@ If (flag_res==4) ...@@ -534,6 +549,11 @@ If (flag_res==4)
str_slepc_options=StrCat(slepc_options_st,slepc_options_pep); str_slepc_options=StrCat(slepc_options_st,slepc_options_pep);
EndIf EndIf
// If (flag_res==5)
// which_res="all";
// str_slepc_options=StrCat(slepc_options_st,slepc_options_pep);
// EndIf
// redirect converged eigenvalues at runtime to some textfile // redirect converged eigenvalues at runtime to some textfile
str_slepc_options = StrCat(str_slepc_options," -nep_monitor_all :temp_eigenvalues.txt "); str_slepc_options = StrCat(str_slepc_options," -nep_monitor_all :temp_eigenvalues.txt ");
......
...@@ -53,7 +53,8 @@ DefineConstant[ ...@@ -53,7 +53,8 @@ DefineConstant[
flag_o2 = {1 , Name StrCat[pp4 , "3FEM order"] , Choices {0="o1",1="o2"} }, flag_o2 = {1 , Name StrCat[pp4 , "3FEM order"] , Choices {0="o1",1="o2"} },
flag_res = {2 , Name StrCat[pp5 , "0resolution type"], flag_res = {2 , Name StrCat[pp5 , "0resolution type"],
Choices {0="Aux_E" ,1="PEP_E" ,2="NEP_E" ,3="Lag_E" ,4="PEP_h", 5="all"},ServerAction "ResetDatabase"}, // Choices {0="Aux_E" ,1="PEP_E" ,2="NEP_E" ,3="Lag_E" ,4="PEP_h", 5="all"},ServerAction "ResetDatabase"},
Choices {0="Aux_E" ,1="PEP_E" ,2="NEP_E" ,3="Lag_E" ,4="PEP_h"},ServerAction "ResetDatabase"},
flag_outEigvec = {1 , Name StrCat[pp4, "output eigenvector?"], Choices{0,1}} flag_outEigvec = {1 , Name StrCat[pp4, "output eigenvector?"], Choices{0,1}}
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment