You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kratos/geometries/hexahedra_3d_20.h
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -315,16 +315,36 @@ template<class TPointType> class Hexahedra3D20 : public Geometry<TPointType>
315
315
~Hexahedra3D20() override {}
316
316
317
317
318
+
/**
319
+
* @brief Gets the geometry family.
320
+
* @details This function returns the family type of the geometry. The geometry family categorizes the geometry into a broader classification, aiding in its identification and processing.
321
+
* @return GeometryData::KratosGeometryFamily The geometry family.
Copy file name to clipboardExpand all lines: kratos/geometries/hexahedra_3d_27.h
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -345,16 +345,36 @@ template<class TPointType> class Hexahedra3D27 : public Geometry<TPointType>
345
345
/// Destructor. Does nothing!!!
346
346
~Hexahedra3D27() override {}
347
347
348
+
/**
349
+
* @brief Gets the geometry family.
350
+
* @details This function returns the family type of the geometry. The geometry family categorizes the geometry into a broader classification, aiding in its identification and processing.
351
+
* @return GeometryData::KratosGeometryFamily The geometry family.
Copy file name to clipboardExpand all lines: kratos/geometries/line_2d_3.h
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -231,16 +231,36 @@ class Line2D3
231
231
/// Destructor. Do nothing!!!
232
232
~Line2D3() override {}
233
233
234
+
/**
235
+
* @brief Gets the geometry family.
236
+
* @details This function returns the family type of the geometry. The geometry family categorizes the geometry into a broader classification, aiding in its identification and processing.
237
+
* @return GeometryData::KratosGeometryFamily The geometry family.
Copy file name to clipboardExpand all lines: kratos/geometries/line_3d_3.h
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -224,16 +224,36 @@ class Line3D3 : public Geometry<TPointType>
224
224
/// Destructor. Do nothing!!!
225
225
~Line3D3() override {}
226
226
227
+
/**
228
+
* @brief Gets the geometry family.
229
+
* @details This function returns the family type of the geometry. The geometry family categorizes the geometry into a broader classification, aiding in its identification and processing.
230
+
* @return GeometryData::KratosGeometryFamily The geometry family.
Copy file name to clipboardExpand all lines: kratos/geometries/prism_3d_15.h
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -278,16 +278,36 @@ class Prism3D15
278
278
/// Destructor. Does nothing!!!
279
279
~Prism3D15() override {}
280
280
281
+
/**
282
+
* @brief Gets the geometry family.
283
+
* @details This function returns the family type of the geometry. The geometry family categorizes the geometry into a broader classification, aiding in its identification and processing.
284
+
* @return GeometryData::KratosGeometryFamily The geometry family.
Copy file name to clipboardExpand all lines: kratos/geometries/pyramid_3d_13.h
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -230,16 +230,36 @@ class Pyramid3D13 : public Geometry<TPointType>
230
230
{
231
231
}
232
232
233
+
/**
234
+
* @brief Gets the geometry family.
235
+
* @details This function returns the family type of the geometry. The geometry family categorizes the geometry into a broader classification, aiding in its identification and processing.
236
+
* @return GeometryData::KratosGeometryFamily The geometry family.
Copy file name to clipboardExpand all lines: kratos/geometries/quadrilateral_2d_8.h
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -284,16 +284,36 @@ template<class TPointType> class Quadrilateral2D8
284
284
*/
285
285
~Quadrilateral2D8() override {}
286
286
287
+
/**
288
+
* @brief Gets the geometry family.
289
+
* @details This function returns the family type of the geometry. The geometry family categorizes the geometry into a broader classification, aiding in its identification and processing.
290
+
* @return GeometryData::KratosGeometryFamily The geometry family.
Copy file name to clipboardExpand all lines: kratos/geometries/quadrilateral_2d_9.h
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -288,16 +288,36 @@ template<class TPointType> class Quadrilateral2D9 : public Geometry<TPointType>
288
288
*/
289
289
~Quadrilateral2D9() override {}
290
290
291
+
/**
292
+
* @brief Gets the geometry family.
293
+
* @details This function returns the family type of the geometry. The geometry family categorizes the geometry into a broader classification, aiding in its identification and processing.
294
+
* @return GeometryData::KratosGeometryFamily The geometry family.
Copy file name to clipboardExpand all lines: kratos/geometries/quadrilateral_3d_8.h
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -277,16 +277,36 @@ template<class TPointType> class Quadrilateral3D8
277
277
*/
278
278
~Quadrilateral3D8() override {}
279
279
280
+
/**
281
+
* @brief Gets the geometry family.
282
+
* @details This function returns the family type of the geometry. The geometry family categorizes the geometry into a broader classification, aiding in its identification and processing.
283
+
* @return GeometryData::KratosGeometryFamily The geometry family.
Copy file name to clipboardExpand all lines: kratos/geometries/quadrilateral_3d_9.h
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -286,16 +286,36 @@ template<class TPointType> class Quadrilateral3D9 : public Geometry<TPointType>
286
286
*/
287
287
~Quadrilateral3D9() override {}
288
288
289
+
/**
290
+
* @brief Gets the geometry family.
291
+
* @details This function returns the family type of the geometry. The geometry family categorizes the geometry into a broader classification, aiding in its identification and processing.
292
+
* @return GeometryData::KratosGeometryFamily The geometry family.
0 commit comments