|
| | Regular (size_t nelx, size_t nely, size_t nelz, double h=1.0) |
| | Constructor. More...
|
| |
| auto | nelz () const |
| | Number of elements in y-direction == height of the mesh, in units of #h,. More...
|
| |
| auto | nodesBottom () const |
| | Nodes along the bottom face (y = 0). More...
|
| |
| auto | nodesTop () const |
| | Nodes along the top face (y = #nely * #h). More...
|
| |
| auto | nodesLeft () const |
| | Nodes along the left face (x = 0). More...
|
| |
| auto | nodesRight () const |
| | Nodes along the right face (x = #nelx * #h). More...
|
| |
| auto | nodesFront () const |
| | Nodes along the front face (z = 0). More...
|
| |
| auto | nodesBack () const |
| | Nodes along the back face (z = #nelz * #h). More...
|
| |
| auto | nodesFrontBottomEdge () const |
| | Nodes along the edge at the intersection of the front and bottom faces (z = 0 and y = 0). More...
|
| |
| auto | nodesFrontTopEdge () const |
| | Nodes along the edge at the intersection of the front and top faces (z = 0 and y = #nely * #h). More...
|
| |
| auto | nodesFrontLeftEdge () const |
| | Nodes along the edge at the intersection of the front and left faces (z = 0 and x = 0). More...
|
| |
| auto | nodesFrontRightEdge () const |
| | Nodes along the edge at the intersection of the front and right faces (z = 0 and x = #nelx * #h). More...
|
| |
| auto | nodesBackBottomEdge () const |
| | Nodes along the edge at the intersection of the back and bottom faces (z = #nelz * #h and y = #nely * #h). More...
|
| |
| auto | nodesBackTopEdge () const |
| | Nodes along the edge at the intersection of the back and top faces (z = #nelz * #h and x = 0). More...
|
| |
| auto | nodesBackLeftEdge () const |
| | Nodes along the edge at the intersection of the back and left faces (z = #nelz * #h and x = #nelx * #h). More...
|
| |
| auto | nodesBackRightEdge () const |
| | Nodes along the edge at the intersection of the back and right faces (? = #nelz * #h and ? = ?). More...
|
| |
| auto | nodesBottomLeftEdge () const |
| | Nodes along the edge at the intersection of the bottom and left faces (y = 0 and x = 0). More...
|
| |
| auto | nodesBottomRightEdge () const |
| | Nodes along the edge at the intersection of the bottom and right faces (y = 0 and x = #nelx * #h). More...
|
| |
| auto | nodesTopLeftEdge () const |
| | Nodes along the edge at the intersection of the top and left faces (y = 0 and x = #nelx * #h). More...
|
| |
| auto | nodesTopRightEdge () const |
| | Nodes along the edge at the intersection of the top and right faces (y = #nely * #h and x = #nelx * #h). More...
|
| |
| auto | nodesBottomFrontEdge () const |
| | Alias of nodesFrontBottomEdge() More...
|
| |
| auto | nodesBottomBackEdge () const |
| | Alias of nodesBackBottomEdge() More...
|
| |
| auto | nodesTopFrontEdge () const |
| | Alias of nodesFrontTopEdge() More...
|
| |
| auto | nodesTopBackEdge () const |
| | Alias of nodesBackTopEdge() More...
|
| |
| auto | nodesLeftBottomEdge () const |
| | Alias of nodesBottomLeftEdge() More...
|
| |
| auto | nodesLeftFrontEdge () const |
| | Alias of nodesFrontLeftEdge() More...
|
| |
| auto | nodesLeftBackEdge () const |
| | Alias of nodesBackLeftEdge() More...
|
| |
| auto | nodesLeftTopEdge () const |
| | Alias of nodesTopLeftEdge() More...
|
| |
| auto | nodesRightBottomEdge () const |
| | Alias of nodesBottomRightEdge() More...
|
| |
| auto | nodesRightTopEdge () const |
| | Alias of nodesTopRightEdge() More...
|
| |
| auto | nodesRightFrontEdge () const |
| | Alias of nodesFrontRightEdge() More...
|
| |
| auto | nodesRightBackEdge () const |
| | Alias of nodesBackRightEdge() More...
|
| |
| auto | nodesFrontFace () const |
| | Nodes along the front face excluding edges. More...
|
| |
| auto | nodesBackFace () const |
| | Nodes along the back face excluding edges. More...
|
| |
| auto | nodesLeftFace () const |
| | Nodes along the left face excluding edges. More...
|
| |
| auto | nodesRightFace () const |
| | Nodes along the right face excluding edges. More...
|
| |
| auto | nodesBottomFace () const |
| | Nodes along the bottom face excluding edges. More...
|
| |
| auto | nodesTopFace () const |
| | Nodes along the top face excluding edges. More...
|
| |
| auto | nodesFrontBottomOpenEdge () const |
| | Same as nodesFrontBottomEdge() but without corners. More...
|
| |
| auto | nodesFrontTopOpenEdge () const |
| | Same as nodesFrontTopEdge() but without corners. More...
|
| |
| auto | nodesFrontLeftOpenEdge () const |
| | Same as nodesFrontLeftEdge() but without corners. More...
|
| |
| auto | nodesFrontRightOpenEdge () const |
| | Same as nodesFrontRightEdge() but without corners. More...
|
| |
| auto | nodesBackBottomOpenEdge () const |
| | Same as nodesBackBottomEdge() but without corners. More...
|
| |
| auto | nodesBackTopOpenEdge () const |
| | Same as nodesBackTopEdge() but without corners. More...
|
| |
| auto | nodesBackLeftOpenEdge () const |
| | Same as nodesBackLeftEdge() but without corners. More...
|
| |
| auto | nodesBackRightOpenEdge () const |
| | Same as nodesBackRightEdge() but without corners. More...
|
| |
| auto | nodesBottomLeftOpenEdge () const |
| | Same as nodesBottomLeftEdge() but without corners. More...
|
| |
| auto | nodesBottomRightOpenEdge () const |
| | Same as nodesBottomRightEdge() but without corners. More...
|
| |
| auto | nodesTopLeftOpenEdge () const |
| | Same as nodesTopLeftEdge() but without corners. More...
|
| |
| auto | nodesTopRightOpenEdge () const |
| | Same as nodesTopRightEdge() but without corners. More...
|
| |
| auto | nodesBottomFrontOpenEdge () const |
| | Alias of nodesFrontBottomOpenEdge(). More...
|
| |
| auto | nodesBottomBackOpenEdge () const |
| | Alias of nodesBackBottomOpenEdge(). More...
|
| |
| auto | nodesTopFrontOpenEdge () const |
| | Alias of nodesFrontTopOpenEdge(). More...
|
| |
| auto | nodesTopBackOpenEdge () const |
| | Alias of nodesBackTopOpenEdge(). More...
|
| |
| auto | nodesLeftBottomOpenEdge () const |
| | Alias of nodesBottomLeftOpenEdge(). More...
|
| |
| auto | nodesLeftFrontOpenEdge () const |
| | Alias of nodesFrontLeftOpenEdge(). More...
|
| |
| auto | nodesLeftBackOpenEdge () const |
| | Alias of nodesBackLeftOpenEdge(). More...
|
| |
| auto | nodesLeftTopOpenEdge () const |
| | Alias of nodesTopLeftOpenEdge(). More...
|
| |
| auto | nodesRightBottomOpenEdge () const |
| | Alias of nodesBottomRightOpenEdge(). More...
|
| |
| auto | nodesRightTopOpenEdge () const |
| | Alias of nodesTopRightOpenEdge(). More...
|
| |
| auto | nodesRightFrontOpenEdge () const |
| | Alias of nodesFrontRightOpenEdge(). More...
|
| |
| auto | nodesRightBackOpenEdge () const |
| | Alias of nodesBackRightOpenEdge(). More...
|
| |
| auto | nodesFrontBottomLeftCorner () const |
| | Front-Bottom-Left corner node. More...
|
| |
| auto | nodesFrontBottomRightCorner () const |
| | Front-Bottom-Right corner node. More...
|
| |
| auto | nodesFrontTopLeftCorner () const |
| | Front-Top-Left corner node. More...
|
| |
| auto | nodesFrontTopRightCorner () const |
| | Front-Top-Right corner node. More...
|
| |
| auto | nodesBackBottomLeftCorner () const |
| | Back-Bottom-Left corner node. More...
|
| |
| auto | nodesBackBottomRightCorner () const |
| | Back-Bottom-Right corner node. More...
|
| |
| auto | nodesBackTopLeftCorner () const |
| | Back-Top-Left corner node. More...
|
| |
| auto | nodesBackTopRightCorner () const |
| | Back-Top-Right corner node. More...
|
| |
| auto | nodesFrontLeftBottomCorner () const |
| | Alias of nodesFrontBottomLeftCorner(). More...
|
| |
| auto | nodesBottomFrontLeftCorner () const |
| | Alias of nodesFrontBottomLeftCorner(). More...
|
| |
| auto | nodesBottomLeftFrontCorner () const |
| | Alias of nodesFrontBottomLeftCorner(). More...
|
| |
| auto | nodesLeftFrontBottomCorner () const |
| | Alias of nodesFrontBottomLeftCorner(). More...
|
| |
| auto | nodesLeftBottomFrontCorner () const |
| | Alias of nodesFrontBottomLeftCorner(). More...
|
| |
| auto | nodesFrontRightBottomCorner () const |
| | Alias of nodesFrontBottomRightCorner(). More...
|
| |
| auto | nodesBottomFrontRightCorner () const |
| | Alias of nodesFrontBottomRightCorner(). More...
|
| |
| auto | nodesBottomRightFrontCorner () const |
| | Alias of nodesFrontBottomRightCorner(). More...
|
| |
| auto | nodesRightFrontBottomCorner () const |
| | Alias of nodesFrontBottomRightCorner(). More...
|
| |
| auto | nodesRightBottomFrontCorner () const |
| | Alias of nodesFrontBottomRightCorner(). More...
|
| |
| auto | nodesFrontLeftTopCorner () const |
| | Alias of nodesFrontTopLeftCorner(). More...
|
| |
| auto | nodesTopFrontLeftCorner () const |
| | Alias of nodesFrontTopLeftCorner(). More...
|
| |
| auto | nodesTopLeftFrontCorner () const |
| | Alias of nodesFrontTopLeftCorner(). More...
|
| |
| auto | nodesLeftFrontTopCorner () const |
| | Alias of nodesFrontTopLeftCorner(). More...
|
| |
| auto | nodesLeftTopFrontCorner () const |
| | Alias of nodesFrontTopLeftCorner(). More...
|
| |
| auto | nodesFrontRightTopCorner () const |
| | Alias of nodesFrontTopRightCorner(). More...
|
| |
| auto | nodesTopFrontRightCorner () const |
| | Alias of nodesFrontTopRightCorner(). More...
|
| |
| auto | nodesTopRightFrontCorner () const |
| | Alias of nodesFrontTopRightCorner(). More...
|
| |
| auto | nodesRightFrontTopCorner () const |
| | Alias of nodesFrontTopRightCorner(). More...
|
| |
| auto | nodesRightTopFrontCorner () const |
| | Alias of nodesFrontTopRightCorner(). More...
|
| |
| auto | nodesBackLeftBottomCorner () const |
| | Alias of nodesBackBottomLeftCorner(). More...
|
| |
| auto | nodesBottomBackLeftCorner () const |
| | Alias of nodesBackBottomLeftCorner(). More...
|
| |
| auto | nodesBottomLeftBackCorner () const |
| | Alias of nodesBackBottomLeftCorner(). More...
|
| |
| auto | nodesLeftBackBottomCorner () const |
| | Alias of nodesBackBottomLeftCorner(). More...
|
| |
| auto | nodesLeftBottomBackCorner () const |
| | Alias of nodesBackBottomLeftCorner(). More...
|
| |
| auto | nodesBackRightBottomCorner () const |
| | Alias of nodesBackBottomRightCorner(). More...
|
| |
| auto | nodesBottomBackRightCorner () const |
| | Alias of nodesBackBottomRightCorner(). More...
|
| |
| auto | nodesBottomRightBackCorner () const |
| | Alias of nodesBackBottomRightCorner(). More...
|
| |
| auto | nodesRightBackBottomCorner () const |
| | Alias of nodesBackBottomRightCorner(). More...
|
| |
| auto | nodesRightBottomBackCorner () const |
| | Alias of nodesBackBottomRightCorner(). More...
|
| |
| auto | nodesBackLeftTopCorner () const |
| | Alias of nodesBackTopLeftCorner(). More...
|
| |
| auto | nodesTopBackLeftCorner () const |
| | Alias of nodesBackTopLeftCorner(). More...
|
| |
| auto | nodesTopLeftBackCorner () const |
| | Alias of nodesBackTopLeftCorner(). More...
|
| |
| auto | nodesLeftBackTopCorner () const |
| | Alias of nodesBackTopLeftCorner(). More...
|
| |
| auto | nodesLeftTopBackCorner () const |
| | Alias of nodesBackTopLeftCorner(). More...
|
| |
| auto | nodesBackRightTopCorner () const |
| | Alias of nodesBackTopRightCorner(). More...
|
| |
| auto | nodesTopBackRightCorner () const |
| | Alias of nodesBackTopRightCorner(). More...
|
| |
| auto | nodesTopRightBackCorner () const |
| | Alias of nodesBackTopRightCorner(). More...
|
| |
| auto | nodesRightBackTopCorner () const |
| | Alias of nodesBackTopRightCorner(). More...
|
| |
| auto | nodesRightTopBackCorner () const |
| | Alias of nodesBackTopRightCorner(). More...
|
| |
| auto | nelem () const |
| | Number of elements. More...
|
| |
| auto | nnode () const |
| | Number of nodes. More...
|
| |
| auto | nne () const |
| | Number of nodes-per-element == 4. More...
|
| |
| auto | ndim () const |
| | Number of dimensions == 2. More...
|
| |
| auto | nelx () const |
| | Number of elements in x-direction == width of the mesh in units of h. More...
|
| |
| auto | nely () const |
| | Number of elements in y-direction == height of the mesh, in units of h,. More...
|
| |
| auto | h () const |
| | Linear edge size of one 'block'. More...
|
| |
| auto | getElementType () const |
| | The ElementType(). More...
|
| |
| auto | coor () const |
| | Nodal coordinates [nnode, ndim]. More...
|
| |
| auto | conn () const |
| | Connectivity [nelem, nne]. More...
|
| |
| auto | dofs () const |
| | DOF numbers for each node (numbered sequentially) [nnode, ndim]. More...
|
| |
| auto | dofsPeriodic () const |
| | DOF-numbers for the case that the periodicity if fully eliminated. More...
|
| |
| auto | nodesPeriodic () const |
| | Periodic node pairs, in two columns: (independent, dependent). More...
|
| |
| auto | nodesOrigin () const |
| | Reference node to use for periodicity, because all corners are tied to it. More...
|
| |