Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
FaVAD
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
NMPP
FaVAD
Commits
8800e5a2
Commit
8800e5a2
authored
Apr 15, 2020
by
Michele Compostella
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjusted threshold for visualizing atoms
parent
d92b68db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sample/input/vis.py
sample/input/vis.py
+2
-2
No files found.
sample/input/vis.py
View file @
8800e5a2
...
...
@@ -20,7 +20,7 @@
## General Notes:
## VisIt script for the visualization of defects in damaged crystal structures
##
## Last update: 1
6.01
.2020
## Last update: 1
5.04
.2020
## Tested with VisIt 2.13.3
## at: Max Planck Computing and Data Facility, Garching
##
...
...
@@ -101,7 +101,7 @@ def addthreshold():
AddOperator
(
"Threshold"
,
0
)
t
=
ThresholdAttributes
()
t
.
listedVarNames
=
(
"var0"
)
t
.
lowerBounds
=
(
0.
06
)
t
.
lowerBounds
=
(
0.
1
)
#t.upperBounds = (max)
SetOperatorOptions
(
t
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment