Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Halo/perimeter cells #20

Open
MattEdwards94 opened this issue Nov 25, 2019 · 0 comments
Open

Halo/perimeter cells #20

MattEdwards94 opened this issue Nov 25, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request Medium This may take a couple of days
Projects

Comments

@MattEdwards94
Copy link
Owner

At the edge of the domain, 'cells' do not currently exist. This means that they could not be split if it was deemed necessary at this location.

Implement Halo cells which contain 'fake' control points outside of the image domain.

This raises a couple of issues though:

  • Splitting a 'halo' cell near the perimeter may not result in an additional sample being placed within the border. How should this be handled? Should the cell be recursively split until a new sample is added?

image

  • How should the positioning of the grid be decided? Should the grid be shifted to ensure roughly even distance to image domain from the 'outside' grid points? How would this consider masks?
    image

  • Perhaps we have an initial refinement algorithm which reduces the distance from an interface (mask or image boundary) to the nearest sample. How would this be controlled though? Would it allow sampling all the way down to pixel level? Perhaps down to within some distance?
    image

@MattEdwards94 MattEdwards94 added enhancement New feature or request Medium This may take a couple of days labels Nov 25, 2019
@MattEdwards94 MattEdwards94 self-assigned this Nov 25, 2019
@MattEdwards94 MattEdwards94 added this to To do in Multigrid Nov 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Medium This may take a couple of days
Projects
Multigrid
  
To do
Development

No branches or pull requests

1 participant