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
Daniel Boeckenhoff
tfields
Commits
a5e49fb1
Commit
a5e49fb1
authored
Dec 18, 2018
by
Daniel Boeckenhoff
Browse files
xyz = point was correct in last version
parent
b1841131
Changes
1
Hide whitespace changes
Inline
Side-by-side
tfields/bounding_box.py
View file @
a5e49fb1
import
tfields
import
numpy
as
np
import
matplotlib.pyplot
as
plt
import
sympy
import
copy
import
logging
import
numpy
as
np
import
sympy
import
tfields
class
Node
(
object
):
"""
This class allows to increase the performance with cuts in x,y and z direction
This class allows to increase the performance with cuts in
x,y and z direction
An extension to arbitrary cuts might be possible in the future
Args:
...
...
@@ -22,7 +22,7 @@ class Node(object):
>>> mesh = tfields.Mesh3D.grid((5.6, 6.2, 3),
... (-0.25, 0.25, 4),
... (-1, 1, 10))
>>> cuts = {'x': [5.7, 6.1],
... 'y': [-0.2, 0, 0.2],
... 'z': [-0.5, 0.5]}
...
...
Write
Preview
Supports
Markdown
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