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

Splitting according to an objective function #21

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

Splitting according to an objective function #21

MattEdwards94 opened this issue Nov 27, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request Hard This may take a long time

Comments

@MattEdwards94
Copy link
Owner

Need to be able to split a grid according to an arbitrary objective function.

How does this work for multi-level grids?

Perhaps:

  1. Loop over the coarse grid of cells.
    i. Check if cell has children
    yes:
    initialise loop over 4 children, return to (i)
    no:
    Decide whether to split cell or not.

This would work, though I think could be slow perhaps considering it would be just a loop with no vectorisation. Can't see a better way for now

@MattEdwards94 MattEdwards94 added enhancement New feature or request Hard This may take a long time labels Nov 27, 2019
@MattEdwards94 MattEdwards94 self-assigned this Nov 27, 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 Hard This may take a long time
Projects
None yet
Development

No branches or pull requests

1 participant