yt-project/yt

Implement Periodicity YTEP

Open

#1,366 opened on May 4, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (315 forks)auto 404
help wantedwishlist

Repository metrics

Stars
 (556 stars)
PR merge metrics
 (PR metrics pending)

Description

We have a long-standing plan to better handle different kinds of boundary conditions. Doing so would make yt nicer to use for people who work with non-periodic data. In addition we would resolve a number of issues, e.g. #1209 and #1185.

Optimally we shouldn't need to tell our users to set ds.periodicity = (True, True, True). Instead, yt should do something sensible when you ask for data at a non-periodic boundary.

Contributor guide