Skip to content
Snippets Groups Projects
Commit 14745dc7 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

syntax highlighting for geo and pro files

parent c114731a
No related branches found
No related tags found
No related merge requests found
Pipeline #
*.geo gitlab-language=cpp
*.pro gitlab-language=cpp
......@@ -221,7 +221,7 @@ Resolution {
{ Name Sys_Ele; NameOfFormulation Electrostatics_v; }
}
Operation {
Generate[Sys_Ele]; Solve[Sys_Ele]; SaveSolution[Sys_Ele];
Generate[Sys_Ele]; Solve[Sys_Ele]; Print[Sys_Ele]; SaveSolution[Sys_Ele];
}
}
}
......@@ -280,6 +280,7 @@ PostOperation {
{ Name Map; NameOfPostProcessing EleSta_v;
Operation {
Print [ v, OnElementsOf Dom_Hgrad_v_Ele, File "mStrip_v.pos" ];
Print [ e, OnElementsOf Dom_Hgrad_v_Ele, File "mStrip_e.pos" ];
Echo[ StrCat["l=PostProcessing.NbViews-1;",
"View[l].IntervalsType = 3;",
"View[l].NbIso = 40;"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment