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

Create a new ErrorEstimator type thorn which can set up given number of levels and their extents. #57

Open
shankar-1729 opened this issue Mar 18, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@shankar-1729
Copy link
Contributor

In the new thorn, user defines the number of levels (which may be less than max_num_levels). The user also sets the extent of each level (radial/cuboidal). For example:

ErrorEstimatorNew::coarse_resolution = 64   
ErrorEstimatorNew::max_num_levels = 9
ErrorEstimatorNew::current_num_levels = 6
ErrorEstimatorNew::radius[0] = 2048
ErrorEstimatorNew::radius[1] = 1024
ErrorEstimatorNew::radius[2] = 512
ErrorEstimatorNew::radius[3] = 400
ErrorEstimatorNew::radius[4] = 160
ErrorEstimatorNew::radius[5] = 80

The parameters current_num_levels and radius[i] should be steerable always.

@eschnett eschnett added the enhancement New feature or request label Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants