-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Implement a Hierarchical LSCM parameterizer as described in Lévy et al. (2002). This approach produces better parameterizations in high-curvature regions by hierarchically building and refining the parameterization.
Reference
Proposed API
// Matches the AngleBasedLSCM pattern
HLSCM<float>::Compute(mesh);
// Or with angle pre-optimization
ABFPlusPlus<float>::Compute(mesh);
HLSCM<float, ABFPlusPlus<float>::Mesh>::Compute(mesh);Acceptance Criteria
HLSCM<T>class withcompute()and staticCompute()matchingAngleBasedLSCMstyle- Works with the same
HalfEdgeMeshtypes - Tests verify correctness against known configurations
- Included in
OpenABF.hppand the amalgamated single-header
Conductor Track
Migrated from GitLab issue #8
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request