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

Extend example/points #171

Open
cburstedde opened this issue Dec 21, 2022 · 2 comments
Open

Extend example/points #171

cburstedde opened this issue Dec 21, 2022 · 2 comments
Labels
enhancement upforgrabs Desired functionality, currently unassigned

Comments

@cburstedde
Copy link
Owner

Description

The example/points directory is relatively ancient, but still instructive. It has been written long before the present search capabilities have been added to p4est. To make it run, it requires a binary file with a set of points. These are currently not in the repository. In addition, it would be fun to write an alternate implementation that relies on the functions in p4est_search.h

Proposed solution

  • Add a few point files to the example/points directory to experiment with.
  • Write a second program that reproduces the functionality using mesh searches.
@cburstedde cburstedde added enhancement upforgrabs Desired functionality, currently unassigned labels Dec 21, 2022
@cburstedde
Copy link
Owner Author

Relating this to #211.

@cburstedde
Copy link
Owner Author

Point files are now generated on demand using an auxiliary program. We may still want to diversify the point structure depending on the connectivity to be used.

It will still be fun to replicate a second example that is based on search. This may wait, however, until we have formalized and implemented a generic search-based refinement algorithm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement upforgrabs Desired functionality, currently unassigned
Projects
None yet
Development

No branches or pull requests

1 participant