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

Inconsistent use of terms 'knots' and 'break points' #69

Open
alex-m-h opened this issue Jan 31, 2025 · 0 comments
Open

Inconsistent use of terms 'knots' and 'break points' #69

alex-m-h opened this issue Jan 31, 2025 · 0 comments

Comments

@alex-m-h
Copy link
Collaborator

At some places in the code, knots are used synonymously with break points as in

std::vector<CoordR> r_knots = build_uniform_break_points(r_min, r_max, r_ncells);
std::vector<CoordTheta> p_knots = build_uniform_break_points(p_min, p_max, p_ncells);

in tests/geometryRTheta/polar_poisson/polarpoissonfemsolver.cpp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant