Query: triangle
OS: debian
Section: 7rheolef
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
triangle(7rheolef) rheolef-6.1 triangle(7rheolef)NAMEtriangle - Triangle reference elementDESCRIPTIONThe triangle reference element is K = { 0 < x < 1 and 0 < y < 1-x }NUMBERINGy 2 | + | + | + | + 0---------1 x Curved high order Pk triangles (k >= 1), in 2d or 3d geometries, are supported. These triangles have additional edge-nodes and face-nodes.THESE NODES ARE NUMBERED ASfirst vertex, then edge-node, following the edge numbering order and orientation, and finally the face internal nodes, following the tri- angle lattice. See below for edge numbering and orientation. 2 2 2 | + | + | + | + 7 6 9 8 5 4 | + 10 14 7 | + 8 9 5 11 12 13 6 | + | + | + 0-----3-----1 0---3---4---1 0--3--4--5--1 P2 P3 P4IMPLEMENTATIONconst size_t dimension = 2; const Float measure = 0.5; const size_t n_vertex = 3; const Float vertex [n_vertex][dimension] = { { 0, 0 }, { 1, 0 }, { 0, 1 } }; const size_t n_edge = 3; const size_t edge [n_edge][2] = { { 0, 1 }, { 1, 2 }, { 2, 0 } }; rheolef-6.1 rheolef-6.1 triangle(7rheolef)
Related Man Pages |
---|
basis(7rheolef) - debian |
form_element(7rheolef) - debian |
geo_element(7rheolef) - debian |
hexahedron(7rheolef) - debian |
tetrahedron(7rheolef) - debian |
Similar Topics in the Unix Linux Community |
---|
shell script to print '*' triangle |
need help in writing shell script to generate pascal's triangle |
How to creat a half-triangle in bash(Ubuntu)? |