Skip to content

[MAPPING] Fix bugs in RBF Mapper implementation#14269

Merged
juancamarotti merged 6 commits intomasterfrom
mapping/solve_bugs_rbf_mapper
Mar 10, 2026
Merged

[MAPPING] Fix bugs in RBF Mapper implementation#14269
juancamarotti merged 6 commits intomasterfrom
mapping/solve_bugs_rbf_mapper

Conversation

@juancamarotti
Copy link
Contributor

Fix bugs in RBF Mapper

This PR fixes several issues identified in the Radial Basis Function (RBF) mapper in the MappingApplication.

Changes

  • Fix incorrect reading of the parameter use_all_rbf_support_points from the input settings.
  • Add a new parameter global_space_dimension, required to correctly define the polynomial augmentation of the RBF system.
  • Fix potential singularity in the interpolation matrix when using a 3D polynomial basis in 2D cases, which previously introduced a row of zeros.

@juancamarotti juancamarotti merged commit 20762ec into master Mar 10, 2026
10 checks passed
@juancamarotti juancamarotti deleted the mapping/solve_bugs_rbf_mapper branch March 10, 2026 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants