29 #ifndef PolygonSectRegion_h 30 #define PolygonSectRegion_h 32 #include <material/section/repres/geom_section/region/QuadCellRegion.h> 33 #include "utility/matrix/Matrix.h" 34 #include "xc_utils/src/geom/d2/2d_polygons/Polygon2d.h" 53 const Grid2d &getMesh(
void)
const;
57 double getMaxY(
void)
const;
58 double getMaxZ(
void)
const;
59 double getMinY(
void)
const;
60 double getMinZ(
void)
const;
64 void Print(std::ostream &s,
int flag =0)
const;
SectRegion * getCopy(void) const
Returns a copy of the region.
Definition: PolygonSectRegion.cc:76
const VectorCells & getCells(void) const
Returns the cell container.
Definition: PolygonSectRegion.cc:68
Definition: PolygonSectRegion.h:43
Region of a section that creates quadrilateral cells.
Definition: QuadCellRegion.h:50
Base class for materials.
Definition: Material.h:91
Polygon2d getPolygon(void) const
Return the region contour.
Definition: PolygonSectRegion.cc:57
Region of a section that corresponds with a material.
Definition: SectRegion.h:57
Cells vector.
Definition: VectorCells.h:42
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34