An error occurred while fetching the assigned milestone of the selected merge_request.
Staggered field access and staggered fields with fluxes to edges/faces
The first index dimension is always used to identify the staggered point, any further ones can be used to store vectors/tensors at these points. f.staggered_access("N")
or f.staggered_access(0, sp.Rational(1, 2)))
is now supported. The string representation of the resulting accessor is
f_{(0,\frac{1}{2})}
. Furthermore, staggered fields can now have more staggered points than spatial dimensions, i.e. to store fluxes to edge/face neighbors (e.g. f.staggered_access("NE")
.
Edited by Michael Kuron
Merge request reports
Activity
Filter activity
added 1 commit
- a33b8df9 - Staggered fields with face/edge neighbor points
added 1 commit
- 51a476a2 - Staggered fields with face/edge neighbor points
mentioned in commit 33648089
mentioned in merge request !88 (merged)
mentioned in commit a723120e
mentioned in merge request !109 (merged)
Please register or sign in to reply