Salome HOME
2c4d96b6b26f5036256e0ce8d1d43990725621d4
[modules/homard.git] / src / HOMARDGUI / CreateHypothesis.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CreateHypothesis</class>
4  <widget class="QDialog" name="CreateHypothesis">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>770</width>
10     <height>1453</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Create an hypothesis</string>
21   </property>
22   <property name="autoFillBackground">
23    <bool>true</bool>
24   </property>
25   <property name="sizeGripEnabled">
26    <bool>true</bool>
27   </property>
28   <layout class="QGridLayout" name="gridLayout_3">
29    <item row="0" column="1">
30     <widget class="QLineEdit" name="LEHypothesisName">
31      <property name="minimumSize">
32       <size>
33        <width>382</width>
34        <height>31</height>
35       </size>
36      </property>
37      <property name="maxLength">
38       <number>32</number>
39      </property>
40     </widget>
41    </item>
42    <item row="1" column="0" colspan="2">
43     <widget class="QGroupBox" name="GBTypeAdaptation">
44      <property name="title">
45       <string>Type of adaptation</string>
46      </property>
47      <layout class="QHBoxLayout">
48       <property name="spacing">
49        <number>6</number>
50       </property>
51       <property name="margin">
52        <number>9</number>
53       </property>
54       <item>
55        <widget class="QRadioButton" name="RBUniforme">
56         <property name="text">
57          <string>Uniform</string>
58         </property>
59         <property name="checkable">
60          <bool>true</bool>
61         </property>
62        </widget>
63       </item>
64       <item>
65        <widget class="QRadioButton" name="RBChamp">
66         <property name="text">
67          <string>Driven by a field</string>
68         </property>
69        </widget>
70       </item>
71       <item>
72        <widget class="QRadioButton" name="RBZone">
73         <property name="text">
74          <string>With geometrical zones</string>
75         </property>
76        </widget>
77       </item>
78      </layout>
79     </widget>
80    </item>
81    <item row="2" column="0" colspan="2">
82     <widget class="QCheckBox" name="CBGroupe">
83      <property name="text">
84       <string>Filtering with groups</string>
85      </property>
86     </widget>
87    </item>
88    <item row="3" column="0" colspan="2">
89     <widget class="QGroupBox" name="GBUniform">
90      <property name="title">
91       <string>Uniform adaptation</string>
92      </property>
93      <layout class="QGridLayout">
94       <property name="margin">
95        <number>9</number>
96       </property>
97       <property name="spacing">
98        <number>6</number>
99       </property>
100       <item row="0" column="1">
101        <widget class="QRadioButton" name="RBUniDera">
102         <property name="text">
103          <string>Coarsening</string>
104         </property>
105        </widget>
106       </item>
107       <item row="0" column="0">
108        <widget class="QRadioButton" name="RBUniRaff">
109         <property name="text">
110          <string>Refinement</string>
111         </property>
112         <property name="checked">
113          <bool>true</bool>
114         </property>
115        </widget>
116       </item>
117      </layout>
118     </widget>
119    </item>
120    <item row="4" column="0" colspan="2">
121     <widget class="QGroupBox" name="GBFieldFile">
122      <property name="title">
123       <string/>
124      </property>
125      <layout class="QGridLayout">
126       <property name="margin">
127        <number>9</number>
128       </property>
129       <property name="spacing">
130        <number>6</number>
131       </property>
132       <item row="0" column="0">
133        <widget class="QLabel" name="FieldFile">
134         <property name="text">
135          <string>File of the fields</string>
136         </property>
137        </widget>
138       </item>
139       <item row="0" column="1">
140        <widget class="QLineEdit" name="LEFieldFile">
141         <property name="minimumSize">
142          <size>
143           <width>282</width>
144           <height>31</height>
145          </size>
146         </property>
147        </widget>
148       </item>
149      </layout>
150     </widget>
151    </item>
152    <item row="5" column="0" colspan="2">
153     <widget class="QGroupBox" name="GBFieldManagement">
154      <property name="sizePolicy">
155       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
156        <horstretch>0</horstretch>
157        <verstretch>0</verstretch>
158       </sizepolicy>
159      </property>
160      <property name="title">
161       <string>Governing field for the adaptation</string>
162      </property>
163      <layout class="QGridLayout">
164       <property name="margin">
165        <number>9</number>
166       </property>
167       <property name="spacing">
168        <number>6</number>
169       </property>
170       <item row="0" column="0">
171        <layout class="QHBoxLayout">
172         <property name="spacing">
173          <number>6</number>
174         </property>
175         <property name="margin">
176          <number>0</number>
177         </property>
178         <item>
179          <widget class="QLabel" name="FieldName">
180           <property name="text">
181            <string>Field name</string>
182           </property>
183          </widget>
184         </item>
185         <item>
186          <widget class="QComboBox" name="CBFieldName">
187           <property name="sizePolicy">
188            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
189             <horstretch>0</horstretch>
190             <verstretch>0</verstretch>
191            </sizepolicy>
192           </property>
193           <property name="editable">
194            <bool>false</bool>
195           </property>
196           <property name="sizeAdjustPolicy">
197            <enum>QComboBox::AdjustToContents</enum>
198           </property>
199          </widget>
200         </item>
201         <item>
202          <spacer>
203           <property name="orientation">
204            <enum>Qt::Horizontal</enum>
205           </property>
206           <property name="sizeHint" stdset="0">
207            <size>
208             <width>48</width>
209             <height>20</height>
210            </size>
211           </property>
212          </spacer>
213         </item>
214        </layout>
215       </item>
216       <item row="1" column="0">
217        <layout class="QHBoxLayout">
218         <property name="spacing">
219          <number>6</number>
220         </property>
221         <property name="margin">
222          <number>0</number>
223         </property>
224         <item>
225          <widget class="QTableWidget" name="TWCMP">
226           <property name="editTriggers">
227            <set>QAbstractItemView::AnyKeyPressed|QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked</set>
228           </property>
229           <property name="showGrid">
230            <bool>true</bool>
231           </property>
232           <property name="rowCount">
233            <number>0</number>
234           </property>
235           <property name="columnCount">
236            <number>2</number>
237           </property>
238           <column>
239            <property name="text">
240             <string>Selection</string>
241            </property>
242           </column>
243           <column>
244            <property name="text">
245             <string>Component</string>
246            </property>
247           </column>
248          </widget>
249         </item>
250         <item>
251          <spacer>
252           <property name="orientation">
253            <enum>Qt::Horizontal</enum>
254           </property>
255           <property name="sizeHint" stdset="0">
256            <size>
257             <width>60</width>
258             <height>20</height>
259            </size>
260           </property>
261          </spacer>
262         </item>
263         <item>
264          <layout class="QVBoxLayout">
265           <property name="spacing">
266            <number>6</number>
267           </property>
268           <property name="margin">
269            <number>0</number>
270           </property>
271           <item>
272            <layout class="QHBoxLayout">
273             <property name="spacing">
274              <number>6</number>
275             </property>
276             <property name="margin">
277              <number>0</number>
278             </property>
279             <item>
280              <widget class="QRadioButton" name="RBL2">
281               <property name="text">
282                <string>L2 norm</string>
283               </property>
284               <property name="checked">
285                <bool>true</bool>
286               </property>
287              </widget>
288             </item>
289             <item>
290              <widget class="QRadioButton" name="RBInf">
291               <property name="text">
292                <string>Infinite norm</string>
293               </property>
294               <property name="checked">
295                <bool>false</bool>
296               </property>
297              </widget>
298             </item>
299            </layout>
300           </item>
301           <item>
302            <widget class="QCheckBox" name="CBJump">
303             <property name="text">
304              <string>Jump between elements</string>
305             </property>
306            </widget>
307           </item>
308          </layout>
309         </item>
310        </layout>
311       </item>
312       <item row="2" column="0">
313        <layout class="QHBoxLayout">
314         <property name="spacing">
315          <number>6</number>
316         </property>
317         <property name="margin">
318          <number>0</number>
319         </property>
320         <item>
321          <widget class="QGroupBox" name="GBRefinementThresholds">
322           <property name="sizePolicy">
323            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
324             <horstretch>0</horstretch>
325             <verstretch>0</verstretch>
326            </sizepolicy>
327           </property>
328           <property name="title">
329            <string>Refinement threshold</string>
330           </property>
331           <layout class="QGridLayout">
332            <property name="margin">
333             <number>9</number>
334            </property>
335            <property name="spacing">
336             <number>6</number>
337            </property>
338            <item row="0" column="0">
339             <widget class="QRadioButton" name="RBRPE">
340              <property name="text">
341               <string>Percentage of meshes</string>
342              </property>
343              <property name="checkable">
344               <bool>true</bool>
345              </property>
346              <property name="checked">
347               <bool>true</bool>
348              </property>
349             </widget>
350            </item>
351            <item row="0" column="1">
352             <widget class="QDoubleSpinBox" name="SpinBox_RPE">
353              <property name="suffix">
354               <string> %</string>
355              </property>
356              <property name="decimals">
357               <number>3</number>
358              </property>
359              <property name="maximum">
360               <double>100.000000000000000</double>
361              </property>
362              <property name="singleStep">
363               <double>0.100000000000000</double>
364              </property>
365              <property name="value">
366               <double>2.000000000000000</double>
367              </property>
368             </widget>
369            </item>
370            <item row="1" column="0">
371             <widget class="QRadioButton" name="RBRRel">
372              <property name="text">
373               <string>Relative</string>
374              </property>
375             </widget>
376            </item>
377            <item row="1" column="1">
378             <widget class="QDoubleSpinBox" name="SpinBox_RRel">
379              <property name="enabled">
380               <bool>false</bool>
381              </property>
382              <property name="suffix">
383               <string> %</string>
384              </property>
385              <property name="decimals">
386               <number>3</number>
387              </property>
388              <property name="maximum">
389               <double>100.000000000000000</double>
390              </property>
391              <property name="singleStep">
392               <double>0.100000000000000</double>
393              </property>
394             </widget>
395            </item>
396            <item row="2" column="0">
397             <widget class="QRadioButton" name="RBRAbs">
398              <property name="text">
399               <string>Absolute</string>
400              </property>
401             </widget>
402            </item>
403            <item row="2" column="1">
404             <widget class="QDoubleSpinBox" name="SpinBox_RAbs">
405              <property name="enabled">
406               <bool>false</bool>
407              </property>
408              <property name="decimals">
409               <number>8</number>
410              </property>
411              <property name="minimum">
412               <double>-1000000000000.000000000000000</double>
413              </property>
414              <property name="maximum">
415               <double>1000000000000.000000000000000</double>
416              </property>
417              <property name="singleStep">
418               <double>0.100000000000000</double>
419              </property>
420             </widget>
421            </item>
422            <item row="3" column="0">
423             <widget class="QRadioButton" name="RBRNo">
424              <property name="text">
425               <string>No refinement</string>
426              </property>
427             </widget>
428            </item>
429           </layout>
430          </widget>
431         </item>
432         <item>
433          <widget class="QGroupBox" name="GBCoarseningThresholds">
434           <property name="title">
435            <string>Coarsening threshold</string>
436           </property>
437           <layout class="QGridLayout">
438            <property name="margin">
439             <number>9</number>
440            </property>
441            <property name="spacing">
442             <number>6</number>
443            </property>
444            <item row="0" column="0">
445             <widget class="QRadioButton" name="RBCPE">
446              <property name="text">
447               <string>Percentage of meshes</string>
448              </property>
449              <property name="checkable">
450               <bool>true</bool>
451              </property>
452              <property name="checked">
453               <bool>false</bool>
454              </property>
455             </widget>
456            </item>
457            <item row="0" column="1">
458             <widget class="QDoubleSpinBox" name="SpinBox_CPE">
459              <property name="enabled">
460               <bool>false</bool>
461              </property>
462              <property name="suffix">
463               <string> %</string>
464              </property>
465              <property name="decimals">
466               <number>3</number>
467              </property>
468              <property name="maximum">
469               <double>100.000000000000000</double>
470              </property>
471              <property name="singleStep">
472               <double>0.100000000000000</double>
473              </property>
474             </widget>
475            </item>
476            <item row="1" column="0">
477             <widget class="QRadioButton" name="RBCRel">
478              <property name="text">
479               <string>Relative</string>
480              </property>
481             </widget>
482            </item>
483            <item row="1" column="1">
484             <widget class="QDoubleSpinBox" name="SpinBox_CRel">
485              <property name="enabled">
486               <bool>false</bool>
487              </property>
488              <property name="suffix">
489               <string> %</string>
490              </property>
491              <property name="decimals">
492               <number>3</number>
493              </property>
494              <property name="maximum">
495               <double>100.000000000000000</double>
496              </property>
497              <property name="singleStep">
498               <double>0.100000000000000</double>
499              </property>
500             </widget>
501            </item>
502            <item row="2" column="0">
503             <widget class="QRadioButton" name="RBCAbs">
504              <property name="text">
505               <string>Absolute</string>
506              </property>
507             </widget>
508            </item>
509            <item row="2" column="1">
510             <widget class="QDoubleSpinBox" name="SpinBox_CAbs">
511              <property name="enabled">
512               <bool>false</bool>
513              </property>
514              <property name="decimals">
515               <number>8</number>
516              </property>
517              <property name="minimum">
518               <double>-1000000000000.000000000000000</double>
519              </property>
520              <property name="maximum">
521               <double>1000000000000.000000000000000</double>
522              </property>
523              <property name="singleStep">
524               <double>0.100000000000000</double>
525              </property>
526             </widget>
527            </item>
528            <item row="3" column="0">
529             <widget class="QRadioButton" name="RBCNo">
530              <property name="text">
531               <string>No coarsening</string>
532              </property>
533              <property name="checked">
534               <bool>true</bool>
535              </property>
536             </widget>
537            </item>
538           </layout>
539          </widget>
540         </item>
541        </layout>
542       </item>
543      </layout>
544     </widget>
545    </item>
546    <item row="6" column="0" colspan="2">
547     <widget class="QGroupBox" name="GBAreaManagement">
548      <property name="sizePolicy">
549       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
550        <horstretch>0</horstretch>
551        <verstretch>0</verstretch>
552       </sizepolicy>
553      </property>
554      <property name="title">
555       <string>Zone management</string>
556      </property>
557      <layout class="QGridLayout" name="gridLayout_4">
558       <item row="0" column="0">
559        <widget class="QTableWidget" name="TWZone">
560         <property name="minimumSize">
561          <size>
562           <width>400</width>
563           <height>0</height>
564          </size>
565         </property>
566         <property name="editTriggers">
567          <set>QAbstractItemView::AnyKeyPressed|QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked</set>
568         </property>
569         <property name="showGrid">
570          <bool>true</bool>
571         </property>
572         <property name="rowCount">
573          <number>0</number>
574         </property>
575         <property name="columnCount">
576          <number>3</number>
577         </property>
578         <column>
579          <property name="text">
580           <string>Refinement</string>
581          </property>
582         </column>
583         <column>
584          <property name="text">
585           <string>Coarsening</string>
586          </property>
587         </column>
588         <column>
589          <property name="text">
590           <string>Zone name</string>
591          </property>
592         </column>
593        </widget>
594       </item>
595       <item row="0" column="1">
596        <spacer name="horizontalSpacer">
597         <property name="orientation">
598          <enum>Qt::Horizontal</enum>
599         </property>
600         <property name="sizeHint" stdset="0">
601          <size>
602           <width>40</width>
603           <height>20</height>
604          </size>
605         </property>
606        </spacer>
607       </item>
608       <item row="0" column="2">
609        <layout class="QVBoxLayout">
610         <property name="spacing">
611          <number>6</number>
612         </property>
613         <property name="margin">
614          <number>0</number>
615         </property>
616         <item>
617          <layout class="QVBoxLayout">
618           <property name="spacing">
619            <number>6</number>
620           </property>
621           <property name="margin">
622            <number>0</number>
623           </property>
624           <item>
625            <widget class="QPushButton" name="PBZoneNew">
626             <property name="text">
627              <string>New</string>
628             </property>
629            </widget>
630           </item>
631           <item>
632            <widget class="QPushButton" name="PBZoneEdit">
633             <property name="text">
634              <string>Edit</string>
635             </property>
636            </widget>
637           </item>
638           <item>
639            <widget class="QPushButton" name="PBZoneDelete">
640             <property name="text">
641              <string/>
642             </property>
643            </widget>
644           </item>
645          </layout>
646         </item>
647         <item>
648          <spacer>
649           <property name="orientation">
650            <enum>Qt::Vertical</enum>
651           </property>
652           <property name="sizeHint" stdset="0">
653            <size>
654             <width>20</width>
655             <height>48</height>
656            </size>
657           </property>
658          </spacer>
659         </item>
660        </layout>
661       </item>
662      </layout>
663     </widget>
664    </item>
665    <item row="7" column="0" colspan="2">
666     <widget class="QGroupBox" name="GBField">
667      <property name="title">
668       <string>Field Interpolation</string>
669      </property>
670      <layout class="QGridLayout">
671       <property name="margin">
672        <number>9</number>
673       </property>
674       <property name="spacing">
675        <number>6</number>
676       </property>
677       <item row="0" column="0">
678        <layout class="QGridLayout">
679         <property name="margin">
680          <number>0</number>
681         </property>
682         <property name="spacing">
683          <number>6</number>
684         </property>
685         <item row="0" column="0">
686          <widget class="QRadioButton" name="RBFieldNo">
687           <property name="text">
688            <string>None</string>
689           </property>
690           <property name="checked">
691            <bool>true</bool>
692           </property>
693          </widget>
694         </item>
695         <item row="0" column="1">
696          <widget class="QRadioButton" name="RBFieldAll">
697           <property name="text">
698            <string>All</string>
699           </property>
700           <property name="checked">
701            <bool>false</bool>
702           </property>
703          </widget>
704         </item>
705         <item row="0" column="2">
706          <widget class="QRadioButton" name="RBFieldChosen">
707           <property name="text">
708            <string>Chosen</string>
709           </property>
710           <property name="checked">
711            <bool>false</bool>
712           </property>
713          </widget>
714         </item>
715        </layout>
716       </item>
717       <item row="1" column="0">
718        <widget class="QTableWidget" name="TWField">
719         <column>
720          <property name="text">
721           <string>Selection</string>
722          </property>
723         </column>
724         <column>
725          <property name="text">
726           <string>Field Name</string>
727          </property>
728         </column>
729        </widget>
730       </item>
731      </layout>
732     </widget>
733    </item>
734    <item row="8" column="0" colspan="2">
735     <widget class="QCheckBox" name="CBAdvanced">
736      <property name="text">
737       <string>Advanced options</string>
738      </property>
739     </widget>
740    </item>
741    <item row="9" column="0" colspan="2">
742     <widget class="QGroupBox" name="GBAdvancedOptions">
743      <property name="title">
744       <string>Advanced options</string>
745      </property>
746      <layout class="QGridLayout" name="gridLayout_1">
747       <item row="0" column="0">
748        <widget class="QLabel" name="TLMinimalDiameter">
749         <property name="sizePolicy">
750          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
751           <horstretch>0</horstretch>
752           <verstretch>0</verstretch>
753          </sizepolicy>
754         </property>
755         <property name="text">
756          <string>Minimal diameter</string>
757         </property>
758         <property name="wordWrap">
759          <bool>false</bool>
760         </property>
761        </widget>
762       </item>
763       <item row="0" column="1">
764        <widget class="QDoubleSpinBox" name="doubleSpinBoxDiamMin">
765         <property name="decimals">
766          <number>5</number>
767         </property>
768        </widget>
769       </item>
770       <item row="1" column="0">
771        <widget class="QLabel" name="TLMaximalLevel">
772         <property name="sizePolicy">
773          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
774           <horstretch>0</horstretch>
775           <verstretch>0</verstretch>
776          </sizepolicy>
777         </property>
778         <property name="text">
779          <string>Maximal level</string>
780         </property>
781         <property name="wordWrap">
782          <bool>false</bool>
783         </property>
784        </widget>
785       </item>
786       <item row="1" column="1">
787        <widget class="QSpinBox" name="spinBoxNivMax">
788         <property name="value">
789          <number>99</number>
790         </property>
791        </widget>
792       </item>
793       <item row="2" column="0" colspan="2">
794        <widget class="QGroupBox" name="GBAdapInit">
795         <property name="title">
796          <string>Initialization of adaptation</string>
797         </property>
798         <layout class="QGridLayout" name="gridLayout_2">
799          <item row="0" column="0">
800           <widget class="QRadioButton" name="RBAIN">
801            <property name="text">
802             <string>Nothing</string>
803            </property>
804            <property name="checked">
805             <bool>true</bool>
806            </property>
807           </widget>
808          </item>
809          <item row="0" column="1">
810           <widget class="QRadioButton" name="RBAIR">
811            <property name="text">
812             <string>Refinement</string>
813            </property>
814           </widget>
815          </item>
816          <item row="0" column="2">
817           <widget class="QRadioButton" name="RBAID">
818            <property name="text">
819             <string>Coarsening</string>
820            </property>
821           </widget>
822          </item>
823         </layout>
824        </widget>
825       </item>
826       <item row="3" column="0">
827        <widget class="QCheckBox" name="CBLevelOutput">
828         <property name="text">
829          <string>Output of the level of refinement</string>
830         </property>
831        </widget>
832       </item>
833      </layout>
834     </widget>
835    </item>
836    <item row="10" column="0" colspan="2">
837     <widget class="QGroupBox" name="GBButtons">
838      <property name="title">
839       <string/>
840      </property>
841      <layout class="QGridLayout">
842       <property name="margin">
843        <number>9</number>
844       </property>
845       <property name="spacing">
846        <number>6</number>
847       </property>
848       <item row="0" column="0">
849        <widget class="QPushButton" name="buttonOk">
850         <property name="text">
851          <string>OK</string>
852         </property>
853        </widget>
854       </item>
855       <item row="0" column="1">
856        <widget class="QPushButton" name="buttonApply">
857         <property name="text">
858          <string>Apply</string>
859         </property>
860        </widget>
861       </item>
862       <item row="0" column="2">
863        <widget class="QPushButton" name="buttonCancel">
864         <property name="text">
865          <string>Cancel</string>
866         </property>
867        </widget>
868       </item>
869       <item row="0" column="3">
870        <widget class="QPushButton" name="buttonHelp">
871         <property name="text">
872          <string>Help</string>
873         </property>
874        </widget>
875       </item>
876      </layout>
877     </widget>
878    </item>
879    <item row="0" column="0">
880     <widget class="QLabel" name="Name">
881      <property name="text">
882       <string>Name</string>
883      </property>
884     </widget>
885    </item>
886   </layout>
887   <zorder>LEHypothesisName</zorder>
888   <zorder>GBTypeAdaptation</zorder>
889   <zorder>GBUniform</zorder>
890   <zorder>GBFieldFile</zorder>
891   <zorder>GBFieldManagement</zorder>
892   <zorder>GBAreaManagement</zorder>
893   <zorder>GBField</zorder>
894   <zorder>CBGroupe</zorder>
895   <zorder>CBAdvanced</zorder>
896   <zorder>GBAdvancedOptions</zorder>
897   <zorder>GBButtons</zorder>
898   <zorder></zorder>
899   <zorder>Name</zorder>
900  </widget>
901  <resources/>
902  <connections/>
903 </ui>