Skip to content

Commit ee2c417

Browse files
committed
Merge remote-tracking branch 'ttk-dani/stochastic-discrete-gradient' into stochastic-discrete-gradient
2 parents 356f2d8 + 2ed892e commit ee2c417

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

paraview/xmls/MorseSmaleComplex.xml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,23 +147,24 @@
147147

148148
<IntVectorProperty
149149
name="DiscreteGradientBackend"
150-
label="DiscreteGradientBackend"
150+
label="Discrete Gradient Backend"
151151
command="SetDiscreteGradientBackend"
152152
number_of_elements="1"
153+
panel_visibility='advanced'
153154
default_values="0"
154155
>
155156
<EnumerationDomain name="enum">
156-
<Entry value="0" text="Robins Discrete Gradient"/>
157-
<Entry value="1" text="Stochastic Discrete Gradient"/>
157+
<Entry value="0" text="Homotopic expansion algorithm (IEEE PAMI 2011)"/>
158+
<Entry value="1" text="Stochastic algorithm (IEEE TVCG 2012)"/>
158159
</EnumerationDomain>
159160
<Documentation>
160-
Method to compute discrete gradient field (first step in Morse smale complex computation).
161+
Method to compute the discrete gradient field (first step in Morse-Smale complex computation).
161162
</Documentation>
162163
</IntVectorProperty>
163164

164165

165166
<IntVectorProperty name='StochasticGradientSeed'
166-
label='Seed For Random Device In Stochastic Gradient'
167+
label='Random seed (stochastic gradient)'
167168
command='SetStochasticGradientSeed'
168169
number_of_elements='1'
169170
default_values='0'
@@ -176,7 +177,7 @@
176177
value='1' />
177178
</Hints>
178179
<Documentation>
179-
The seed for the random device used to shuffle critical points ids.
180+
The seed for the random generator used by the stochastic backend.
180181
</Documentation>
181182
</IntVectorProperty>
182183

@@ -362,6 +363,8 @@
362363
<Property name="Scalar Field" />
363364
<Property name="ForceInputOffsetScalarField"/>
364365
<Property name="Offset Field"/>
366+
<Property name="DiscreteGradientBackend"/>
367+
<Property name="StochasticGradientSeed"/>
365368
</PropertyGroup>
366369

367370
<PropertyGroup panel_widget="Line" label="Output options">

0 commit comments

Comments
 (0)