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

Code up multi-level vector validation #22

Open
MattEdwards94 opened this issue Nov 27, 2019 · 1 comment
Open

Code up multi-level vector validation #22

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

Comments

@MattEdwards94
Copy link
Owner

There are a couple of options here:

Distance weighted vs not distance weighted

More than 8 neighbours

  • This could become pressing if say one quadrant is split and the others are not.
    • The 8 nearest neighbours would not be symmetric.
  • Perhaps use the 8 neighbours from the coarser grid, plus any closer neighbours, all distance weighted?

This issue is for coding the methods up individually, which may mean creating new issues for each 'type' of validation

@MattEdwards94 MattEdwards94 added enhancement New feature or request Medium This may take a couple of days labels Nov 27, 2019
@MattEdwards94 MattEdwards94 self-assigned this Nov 27, 2019
@MattEdwards94
Copy link
Owner Author

There is a lot to decompose in these images.

image

image

image

@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