11/* !
22 * \file CFreeFormDefBox.hpp
3- * \brief Headers of the CFreeFormDefBox class.
3+ * \brief Headers of the CFreeFormDefBox class.
44 * \author F. Palacios & A. Galdran.
55 * \version 7.0.5 "Blackbird"
66 *
77 * SU2 Project Website: https://su2code.github.io
88 *
9- * The SU2 Project is maintained by the SU2 Foundation
9+ * The SU2 Project is maintained by the SU2 Foundation
1010 * (http://su2foundation.org)
1111 *
1212 * Copyright 2012-2020, SU2 Contributors (cf. AUTHORS.md)
3030#include " CGridMovement.hpp"
3131#include " CFreeFormBlending.hpp"
3232
33- /* !
33+ /* !
3434 * \class CFreeFormDefBox
3535 * \brief Class for defining the free form FFDBox structure.
3636 * \author F. Palacios & A. Galdran.
@@ -107,49 +107,49 @@ class CFreeFormDefBox : public CGridMovement {
107107 * \param[in] val_plane - Index of the plane to fix.
108108 */
109109 inline void Set_Fix_JPlane (unsigned short val_plane) { Fix_JPlane.push_back (val_plane); }
110-
110+
111111 /* !
112112 * \brief Define the I planes to to fix in a FFD box.
113113 * \param[in] val_plane - Index of the plane to fix.
114114 */
115115 inline void Set_Fix_KPlane (unsigned short val_plane) { Fix_KPlane.push_back (val_plane); }
116-
116+
117117 /* !
118118 * \brief Define the I planes to to fix in a FFD box.
119119 * \param[in] val_plane - Index of the plane to fix.
120120 */
121121 inline unsigned short Get_Fix_IPlane (unsigned short val_index) { return Fix_IPlane[val_index]; }
122-
122+
123123 /* !
124124 * \brief Define the I planes to to fix in a FFD box.
125125 * \param[in] val_plane - Index of the plane to fix.
126126 */
127127 inline unsigned short Get_Fix_JPlane (unsigned short val_index) { return Fix_JPlane[val_index]; }
128-
128+
129129 /* !
130130 * \brief Define the I planes to to fix in a FFD box.
131131 * \param[in] val_plane - Index of the plane to fix.
132132 */
133133 inline unsigned short Get_Fix_KPlane (unsigned short val_index) { return Fix_KPlane[val_index]; }
134-
134+
135135 /* !
136136 * \brief Define the I planes to to fix in a FFD box.
137137 * \param[in] val_plane - Index of the plane to fix.
138138 */
139139 inline unsigned short Get_nFix_IPlane (void ) const { return Fix_IPlane.size (); }
140-
140+
141141 /* !
142142 * \brief Define the I planes to to fix in a FFD box.
143143 * \param[in] val_plane - Index of the plane to fix.
144144 */
145145 inline unsigned short Get_nFix_JPlane (void ) const { return Fix_JPlane.size (); }
146-
146+
147147 /* !
148148 * \brief Define the I planes to to fix in a FFD box.
149149 * \param[in] val_plane - Index of the plane to fix.
150150 */
151151 inline unsigned short Get_nFix_KPlane (void ) const { return Fix_KPlane.size (); }
152-
152+
153153 /* !
154154 * \brief Add to the vector of markers a new marker.
155155 * \param[in] val_iMarker - New marker inside the FFD box.
@@ -175,7 +175,7 @@ class CFreeFormDefBox : public CGridMovement {
175175 inline void Set_CartesianCoord (su2double *val_coord) { CartesianCoord[0 ].push_back (val_coord[0 ]);
176176 CartesianCoord[1 ].push_back (val_coord[1 ]);
177177 CartesianCoord[2 ].push_back (val_coord[2 ]); }
178-
178+
179179
180180 /* !
181181 * \brief Adds to the vector of cartesian coordinates.
@@ -185,7 +185,7 @@ class CFreeFormDefBox : public CGridMovement {
185185 inline void Set_CartesianCoord (const su2double *val_coord, unsigned long val_iSurfacePoints) { CartesianCoord[0 ][val_iSurfacePoints] = val_coord[0 ];
186186 CartesianCoord[1 ][val_iSurfacePoints] = val_coord[1 ];
187187 CartesianCoord[2 ][val_iSurfacePoints] = val_coord[2 ]; }
188-
188+
189189
190190 /* !
191191 * \brief Add to the vector of parametric coordinates a new coordinate.
@@ -194,7 +194,7 @@ class CFreeFormDefBox : public CGridMovement {
194194 inline void Set_ParametricCoord (su2double *val_coord) { ParametricCoord[0 ].push_back (val_coord[0 ]);
195195 ParametricCoord[1 ].push_back (val_coord[1 ]);
196196 ParametricCoord[2 ].push_back (val_coord[2 ]); }
197-
197+
198198
199199 /* !
200200 * \brief Add to the vector of parent FFDBoxes a new FFD FFDBox.
@@ -216,7 +216,7 @@ class CFreeFormDefBox : public CGridMovement {
216216 inline void Set_ParametricCoord (const su2double *val_coord, unsigned long val_iSurfacePoints) { ParametricCoord[0 ][val_iSurfacePoints] = val_coord[0 ];
217217 ParametricCoord[1 ][val_iSurfacePoints] = val_coord[1 ];
218218 ParametricCoord[2 ][val_iSurfacePoints] = val_coord[2 ]; }
219-
219+
220220
221221 /* !
222222 * \brief Get index of the marker.
@@ -309,7 +309,7 @@ class CFreeFormDefBox : public CGridMovement {
309309 * \return Number of control points.
310310 */
311311 inline unsigned short GetnControlPoints (void ) const { return nControlPoints; }
312-
312+
313313 /* !
314314 * \brief Get the number of control points.
315315 * \return Number of control points.
@@ -336,7 +336,7 @@ class CFreeFormDefBox : public CGridMovement {
336336 for (unsigned short iDim = 0 ; iDim < nDim; iDim++)
337337 Coord_Corner_Points[val_icornerpoints][iDim] = val_coord[iDim];
338338 }
339-
339+
340340
341341 /* !
342342 * \overload
@@ -350,7 +350,7 @@ class CFreeFormDefBox : public CGridMovement {
350350 Coord_Corner_Points[val_icornerpoints][1 ] = val_ycoord;
351351 Coord_Corner_Points[val_icornerpoints][2 ] = val_zcoord;
352352 }
353-
353+
354354
355355 /* !
356356 * \brief Set the coordinates of the control points.
@@ -364,7 +364,7 @@ class CFreeFormDefBox : public CGridMovement {
364364 Coord_Control_Points[iDegree][jDegree][kDegree ][iDim] = val_coord[iDim];
365365 }
366366 }
367-
367+
368368
369369 /* !
370370 * \brief Set the coordinates of the control points.
@@ -454,7 +454,7 @@ class CFreeFormDefBox : public CGridMovement {
454454 for (unsigned short kDegree = 0 ; kDegree <= nDegree_Copy; kDegree ++)
455455 for (unsigned short iDim = 0 ; iDim < nDim; iDim++)
456456 Coord_Control_Points[iDegree][jDegree][kDegree ][iDim] = Coord_Control_Points_Copy[iDegree][jDegree][kDegree ][iDim];
457-
457+
458458 lDegree = lDegree_Copy; mDegree = mDegree_Copy ; nDegree = nDegree_Copy;
459459 lOrder = lOrder_Copy; mOrder = mOrder_Copy ; nOrder = nOrder_Copy;
460460 nControlPoints = nControlPoints_Copy;
@@ -486,43 +486,43 @@ class CFreeFormDefBox : public CGridMovement {
486486 * \param[in] config - Definition of the particular problem.
487487 */
488488 void SetCyl2Cart_ControlPoints (CConfig *config);
489-
489+
490490 /* !
491491 * \brief Set Cartesians to Cylindrical ControlPoints.
492492 * \param[in] config - Definition of the particular problem.
493493 */
494494 void SetCart2Cyl_ControlPoints (CConfig *config);
495-
495+
496496 /* !
497497 * \brief Set Cylindrical to Cartesians_CornerPoints.
498498 * \param[in] config - Definition of the particular problem.
499499 */
500500 void SetCyl2Cart_CornerPoints (CConfig *config);
501-
501+
502502 /* !
503503 * \brief Set Cartesians to Cylindrical CornerPoints.
504504 * \param[in] config - Definition of the particular problem.
505505 */
506506 void SetCart2Cyl_CornerPoints (CConfig *config);
507-
507+
508508 /* !
509509 * \brief Set Spherical to Cartesians ControlPoints.
510510 * \param[in] config - Definition of the particular problem.
511511 */
512512 void SetSphe2Cart_ControlPoints (CConfig *config);
513-
513+
514514 /* !
515515 * \brief SetCartesians to Spherical ControlPoints.
516516 * \param[in] config - Definition of the particular problem.
517517 */
518518 void SetCart2Sphe_ControlPoints (CConfig *config);
519-
519+
520520 /* !
521521 * \brief Set Spherical to Cartesians_CornerPoints.
522522 * \param[in] config - Definition of the particular problem.
523523 */
524524 void SetSphe2Cart_CornerPoints (CConfig *config);
525-
525+
526526 /* !
527527 * \brief Set Cartesians to Spherical Corner Points.
528528 * \param[in] config - Definition of the particular problem.
@@ -592,7 +592,7 @@ class CFreeFormDefBox : public CGridMovement {
592592 * \return Order in the n direction of the FFD FFDBox.
593593 */
594594 inline unsigned short GetnOrder (void ) const { return nOrder; }
595-
595+
596596 /* !
597597 * \brief Get the order in the l direction of the FFD FFDBox.
598598 * \return Order in the l direction of the FFD FFDBox.
@@ -645,7 +645,7 @@ class CFreeFormDefBox : public CGridMovement {
645645 * \param[in] val_Hessian - Value of the hessian.
646646 */
647647 void GetFFDHessian (su2double *uvw, su2double *xyz, su2double **val_Hessian);
648-
648+
649649 /* !
650650 * \brief An auxiliary routine to help us compute the gradient of F(u, v, w) = ||X(u, v, w)-(x, y, z)||^2 =
651651 * (Sum_ijk^lmn P1_ijk Bi Bj Bk -x)^2+(Sum_ijk^lmn P2_ijk Bi Bj Bk -y)^2+(Sum_ijk^lmn P3_ijk Bi Bj Bk -z)^2
@@ -755,7 +755,7 @@ class CFreeFormDefBox : public CGridMovement {
755755 * \return Value of the nested level of the the FFDBox.
756756 */
757757 inline unsigned short GetLevel () const { return Level; }
758-
758+
759759 /* !
760760 * \brief Compute the determinant of a 3 by 3 matrix.
761761 * \param[in] val_matrix 3 by 3 matrix.
0 commit comments