Merge pull request 'refactor(api): consistent naming for spherical + hyper-ideal helpers (A1–A3)' (#36) from refactor/api-naming-a1-a3 into main
Some checks failed
C++ Tests / test-fast (push) Failing after 2m2s
C++ Tests / quality-gates (push) Has been skipped
API Docs / doc-build (push) Has been skipped
Markdown link check / check (push) Has been skipped
Mirror to Codeberg / mirror (push) Successful in 28s
C++ Tests / test-cgal (push) Has been skipped

This commit is contained in:
2026-05-31 17:43:42 +00:00
16 changed files with 127 additions and 90 deletions

View File

@@ -58,7 +58,7 @@ int main(int argc, char* argv[])
// ── Step 2: set up functional maps ────────────────────────────────────
auto maps = setup_hyper_ideal_maps(mesh);
int n = assign_all_dof_indices(mesh, maps);
int n = assign_hyper_ideal_all_dof_indices(mesh, maps);
std::cout << "[example_hyper_ideal] DOFs: " << n
<< " (" << mesh.number_of_vertices() << " vertex + "