Skip to content

Commit ca6ce89

Browse files
committed
[WIP] Updated parallel computation RBF interpolation
1 parent af39ccb commit ca6ce89

2 files changed

Lines changed: 203 additions & 119 deletions

File tree

Common/include/grid_movement/CRadialBasisFunctionInterpolation.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class CRadialBasisFunctionInterpolation : public CVolumetricMovement {
113113
* \brief Selecting internal nodes for the volumetric deformation.
114114
* \param[in] geometry - Geometrical definition of the problem.
115115
*/
116-
void SetInternalNodes(CConfig* config, CGeometry* geometry);
116+
void SetInternalNodes(CGeometry* geometry, CConfig* config);
117117

118118
/*!
119119
* \brief Solving of the Radial Basis Function interpolation system, yielding the interpolation coefficients

0 commit comments

Comments
 (0)