mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-29 02:40:35 +05:00
make a picture of central nodes of HEX27
This commit is contained in:
parent
39980f8b0b
commit
13ba132d92
@ -292,27 +292,27 @@ static int QuadPenta_RE [5][9] = { // REVERSED -> EXTERNAL
|
||||
static int QuadPenta_nbN [] = { 6, 6, 8, 8, 8 };
|
||||
|
||||
/*
|
||||
// 13
|
||||
// N5+-----+-----+N6
|
||||
// /| /|
|
||||
// 12+ | 14+ |
|
||||
// / | / |
|
||||
// N4+-----+-----+N7 | QUADRATIC
|
||||
// | | 15 | | HEXAHEDRON
|
||||
// | | | |
|
||||
// | 17+ | +18
|
||||
// | | | |
|
||||
// | | | |
|
||||
// | | | |
|
||||
// 16+ | +19 |
|
||||
// | | | |
|
||||
// | | 9 | |
|
||||
// | N1+-----+-|---+N2
|
||||
// | / | /
|
||||
// | +8 | +10
|
||||
// |/ |/
|
||||
// N0+-----+-----+N3
|
||||
// 11
|
||||
// 13
|
||||
// N5+-----+-----+N6 +-----+-----+
|
||||
// /| /| /| /|
|
||||
// 12+ | 14+ | + | +25 + |
|
||||
// / | / | / | / |
|
||||
// N4+-----+-----+N7 | QUADRATIC +-----+-----+ | Central nodes
|
||||
// | | 15 | | HEXAHEDRON | | | | of tri-quadratic
|
||||
// | | | | | | | | HEXAHEDRON
|
||||
// | 17+ | +18 | + 22+ | +
|
||||
// | | | | |21 | | |
|
||||
// | | | | | + | 26+ | + |
|
||||
// | | | | | | |23 |
|
||||
// 16+ | +19 | + | +24 + |
|
||||
// | | | | | | | |
|
||||
// | | 9 | | | | | |
|
||||
// | N1+-----+-|---+N2 | +-----+-|---+
|
||||
// | / | / | / | /
|
||||
// | +8 | +10 | + 20+ | +
|
||||
// |/ |/ |/ |/
|
||||
// N0+-----+-----+N3 +-----+-----+
|
||||
// 11
|
||||
*/
|
||||
static int QuadHexa_F [6][9] = { // FORWARD
|
||||
{ 0, 8, 1, 9, 2, 10,3, 11,0 }, // all face normals are external,
|
||||
|
Loading…
Reference in New Issue
Block a user