| OCR Text |
Show 0/o List of indices of all the elements within this region. GridOfRegion . Matrix of Integer 0/o For exa'!lple, it is a two-dimensional matrix of indices of nodal 0/o points if the region geometry is a surface. CriterionSurface . Surface 0/o It is a (vector) surface. 0/o After the analysis is performed, the re sult is interpreted 0/o by a routine femOutput( ThisDomain, f ileName ) whic h calculat es 0/o the stress values at each nodal point and associates these 0/o values to the nodaiData of ThisDomain. % The criterion surfaces are constructed by a routine 0/o femCriterion. 0/o For 20 domain as a special case, it returns a list of polygons 0/o for displaying. SubdivisionTree . OuadTree or OctTree % It is a tree structure recording the subdivis ions 0/o performed on the criterion surface. Boundary BoundaryGeometry : Curve or Surface 0/o It is geometrically a curve or a surface. Boundaryld . Boundary-ld % It is a system-generated, internal identification of 0/o the boundary. Element % An element is a finite element, it is represented by its % corner points and possibly additionally midpoints % on the boundaries. Corner : % It is a field called "Corner" which is an a- list. % For example, in a surface domain, the key words are % TopLeft, TopRight, BottomRight, BottomLeft and the % values are indices of nodal points of the four corner points. TopLeft . Integer TopRight . Integer BottomRight . Integer BottomLeft . Integer Middle. % It is an a list. 0/o For surface domain, the key words are Top, Right, Bottom, Left 0/o and the values are indices of nodal points of the mid-points on 0/o the boundaries. Top . Integer Right . Integer Bottom . Integer Left . Integer 83 |