mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-29 02:40:35 +05:00
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
+ <hypothesis type ="ViscousLayers2D" + label-id ="Viscous Layers 2D" + icon-id ="mesh_algo_quad.png" + auxiliary="true" + dim ="2"/> <algorithm type ="MEFISTO_2D" + opt-hypos ="ViscousLayers2D" <algorithm type ="Quadrangle_2D" + opt-hypos="ViscousLayers2D"
This commit is contained in:
parent
04dd8e5b5f
commit
51782d7575
@ -153,6 +153,12 @@
|
||||
icon-id ="mesh_hypo_length.png"
|
||||
dim ="3"/>
|
||||
|
||||
<hypothesis type ="ViscousLayers2D"
|
||||
label-id ="Viscous Layers 2D"
|
||||
icon-id ="mesh_algo_quad.png"
|
||||
auxiliary="true"
|
||||
dim ="2"/>
|
||||
|
||||
<hypothesis type ="ViscousLayers"
|
||||
label-id ="Viscous Layers"
|
||||
icon-id ="mesh_algo_quad.png"
|
||||
@ -247,6 +253,7 @@
|
||||
label-id ="Triangle (Mefisto)"
|
||||
icon-id ="mesh_algo_mefisto.png"
|
||||
hypos ="LengthFromEdges,MaxElementArea"
|
||||
opt-hypos ="ViscousLayers2D"
|
||||
input ="EDGE"
|
||||
output ="TRIA"
|
||||
dim ="2">
|
||||
@ -261,6 +268,7 @@
|
||||
label-id ="Quadrangle (Mapping)"
|
||||
icon-id ="mesh_algo_quad.png"
|
||||
hypos ="QuadrangleParams"
|
||||
opt-hypos="ViscousLayers2D"
|
||||
input ="EDGE"
|
||||
output ="QUAD"
|
||||
dim ="2">
|
||||
@ -311,7 +319,6 @@
|
||||
<algorithm type ="Projection_1D2D"
|
||||
label-id="Projection 1D-2D"
|
||||
icon-id ="mesh_algo_quad.png"
|
||||
input=""
|
||||
hypos ="ProjectionSource2D"
|
||||
output ="QUAD,TRIA"
|
||||
dim ="2">
|
||||
|
Loading…
Reference in New Issue
Block a user