Class PbTriangleCell

All Implemented Interfaces:
Cloneable

public class PbTriangleCell extends PbCell implements Cloneable
Defines a triangle cell of a surface mesh. Nodes and edges are numbered as following :
                 n2
                 x
                / \
               /   \                  edge 0 = 01
              /     \                 edge 1 = 12
             /       \                edge 2 = 20
            /         \
           /           \
       n0 x-------------x n1
  • Constructor Details

    • PbTriangleCell

      public PbTriangleCell(PbTriangleCell cell)
      Copy constructor.
    • PbTriangleCell

      public PbTriangleCell(PbMesh owner_mesh)
      Constructor of a default simple cell.
  • Method Details

    • clone

      public Object clone()