Class PbTriangleCell

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class PbTriangleCell
    extends PbCell
    implements java.lang.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 Detail

      • PbTriangleCell

        public PbTriangleCell​(PbTriangleCell cell)
        Copy constructor.
      • PbTriangleCell

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

      • clone

        public java.lang.Object clone()