Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stephan Seitz
pystencils
Commits
07c87bc7
Commit
07c87bc7
authored
Jan 08, 2020
by
Stephan Seitz
Browse files
Lint
parent
6af6b93f
Changes
1
Hide whitespace changes
Inline
Side-by-side
pystencils/field.py
View file @
07c87bc7
...
...
@@ -332,7 +332,7 @@ class Field(AbstractField):
self
.
latex_name
:
Optional
[
str
]
=
None
self
.
coordinate_origin
:
tuple
[
float
,
sp
.
Symbol
]
=
sp
.
Matrix
(
tuple
(
0
for
_
in
range
(
self
.
spatial_dimensions
)
))
# type
))
self
.
coordinate_transform
=
sp
.
eye
(
self
.
spatial_dimensions
)
if
field_type
==
FieldType
.
STAGGERED
:
assert
self
.
staggered_stencil
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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