Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fluidparticles
MigFlow
Commits
0c5720b6
Commit
0c5720b6
authored
Jul 17, 2020
by
Jonathan Lambrechts
Browse files
state.omega in vtk export
parent
dc71baf0
Pipeline
#8286
passed with stages
in 4 minutes and 4 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
python/scontact.py
View file @
0c5720b6
...
...
@@ -319,10 +319,7 @@ class ParticleProblem :
state
=
self
.
state
()
v
=
state
.
v
if
self
.
_rotation_enabled
:
omega
=
self
.
omega
()
else
:
omega
=
np
.
zeros
((
v
.
shape
[
0
],
1
))
omega
=
state
.
omega
x
=
state
.
x
material
=
self
.
_get_idx
(
"ParticleMaterial"
).
reshape
(
-
1
,
1
)
forced
=
self
.
_get_idx
(
"ForcedFlag"
).
reshape
(
-
1
,
1
)
...
...
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