Skip to content

Commit b91f3a4

Browse files
committed
trimmed whitespaces and replaced tabs
1 parent ff7a714 commit b91f3a4

8 files changed

Lines changed: 103 additions & 103 deletions

File tree

Common/include/adt/CBBoxTargetClass.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ struct CBBoxTargetClass {
5959
*/
6060
inline CBBoxTargetClass(const unsigned long val_BBoxID,
6161
const su2double val_posDist2,
62-
const su2double val_guarDist2)
62+
const su2double val_guarDist2)
6363
: boundingBoxID(val_BBoxID),
6464
possibleMinDist2(val_posDist2),
6565
guaranteedMinDist2(val_guarDist2) {}

Common/include/grid_movement/CBSplineBlending.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*!
22
* \file CBSplineBlending.hpp
3-
* \brief Headers of the CBSplineBlending class.
3+
* \brief Headers of the CBSplineBlending class.
44
* Defines blending using uniform BSplines
55
* \author T. Albring
66
* \version 7.0.5 "Blackbird"
77
*
88
* SU2 Project Website: https://su2code.github.io
99
*
10-
* The SU2 Project is maintained by the SU2 Foundation
10+
* The SU2 Project is maintained by the SU2 Foundation
1111
* (http://su2foundation.org)
1212
*
1313
* Copyright 2012-2020, SU2 Contributors (cf. AUTHORS.md)

Common/include/grid_movement/CBezierBlending.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*!
22
* \file CBezierBlending.hpp
3-
* \brief Headers of the CBezierBlending class.
3+
* \brief Headers of the CBezierBlending class.
44
* Defines blending using Bernsteinpolynomials (Bezier Curves)
55
* \author T. Albring
66
* \version 7.0.5 "Blackbird"
77
*
88
* SU2 Project Website: https://su2code.github.io
99
*
10-
* The SU2 Project is maintained by the SU2 Foundation
10+
* The SU2 Project is maintained by the SU2 Foundation
1111
* (http://su2foundation.org)
1212
*
1313
* Copyright 2012-2020, SU2 Contributors (cf. AUTHORS.md)

Common/include/grid_movement/CFreeFormBlending.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*!
22
* \file CFreeFormBlending.hpp
3-
* \brief Headers of the CFreeFormBlending class.
3+
* \brief Headers of the CFreeFormBlending class.
44
* It is the parent class for the FFD blending function
55
* \author T. Albring
66
* \version 7.0.5 "Blackbird"
77
*
88
* SU2 Project Website: https://su2code.github.io
99
*
10-
* The SU2 Project is maintained by the SU2 Foundation
10+
* The SU2 Project is maintained by the SU2 Foundation
1111
* (http://su2foundation.org)
1212
*
1313
* Copyright 2012-2020, SU2 Contributors (cf. AUTHORS.md)

Common/include/grid_movement/CFreeFormDefBox.hpp

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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)
@@ -30,7 +30,7 @@
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.

Common/include/grid_movement/CGridMovement.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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)
@@ -37,7 +37,7 @@
3737
* \author F. Palacios
3838
*/
3939
class CGridMovement {
40-
40+
4141
protected:
4242
int rank, /*!< \brief MPI Rank. */
4343
size; /*!< \brief MPI Size. */

0 commit comments

Comments
 (0)