1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179
|
// GetDP - Copyright (C) 1997-2018 P. Dular and C. Geuzaine, University of Liege
//
// See the LICENSE.txt file for license information. Please report all
// issues on https://gitlab.onelab.info/getdp/getdp/issues
/* 6 integration points (DHATT ET TOUZOT, page 299) */
#define a1 0.40824826
#define a2 0.81649658
#define b1 0.70710678
#define c1 0.57735027
#define w1 1.3333333333
static double xhex6[6] = { a1, a1, -a1, -a1, -a2, a2};
static double yhex6[6] = { b1, -b1, b1, -b1, 0., 0.};
static double zhex6[6] = {-c1, -c1, c1, c1, -c1, c1};
static double phex6[6] = { w1, w1, w1, w1, w1, w1};
#undef a1
#undef a2
#undef b1
#undef c1
#undef w1
#define b 0.795822426
#define c 0.758786911
#define wb 0.886426593
#define wc 0.335180055
static double xhex14[14] = { b, -b, 0, 0, 0, 0, c, c, c, c, -c, -c, -c, -c };
static double yhex14[14] = { 0, 0, b, -b, 0, 0, c, c, -c, -c, c, c, -c, -c };
static double zhex14[14] = { 0, 0, 0, 0, b, -b, c, -c, c, -c, c, -c, c, -c };
static double phex14[14] = { wb, wb, wb, wb, wb, wb, wc, wc, wc, wc, wc, wc, wc, wc };
#undef b
#undef c
#undef wb
#undef wc
/* 34 integration points (DHATT ET TOUZOT, page 299) */
static double xhex34[34] = {0.9317380000,-0.9317380000,0.,
0.,0.,0.,
0.9167441779,-0.9167441779,0.9167441779,
-0.9167441779,0.,0.,
0.,0.,0.9167441779,
-0.9167441779,0.9167441779,-0.9167441779,
0.4086003800,0.4086003800,
0.4086003800,0.4086003800,
-0.4086003800,-0.4086003800,
-0.4086003800,-0.4086003800,
0.7398529500,0.7398529500,
0.7398529500,0.7398529500,
-0.7398529500,-0.7398529500,
-0.7398529500,-0.7398529500};
static double yhex34[34] = {0.,0.,0.9317380000,
-0.9317380000,0.,0.,
0.9167441779,0.9167441779,-0.9167441779,
-0.9167441779,0.9167441779,-0.9167441779,
0.9167441779,-0.9167441779,0.,
0.,0.,0.,
0.4086003800,0.4086003800,
-0.4086003800,-0.4086003800,
0.4086003800,0.4086003800,
-0.4086003800,-0.4086003800,
0.7398529500,0.7398529500,
-0.7398529500,-0.7398529500,
0.7398529500,0.7398529500,
-0.7398529500,-0.7398529500};
static double zhex34[34] = {0.,0.,0.,
0.,0.9317380000,-0.9317380000,
0.,0.,0.,
0.,0.9167441779,0.9167441779,
-0.9167441779,-0.9167441779,0.9167441779,
0.9167441779,-0.9167441779,-0.9167441779,
0.4086003800,-0.4086003800,
0.4086003800,-0.4086003800,
0.4086003800,-0.4086003800,
0.4086003800,-0.4086003800,
0.7398529500,-0.7398529500,
0.7398529500,-0.7398529500,
0.7398529500,-0.7398529500,
0.7398529500,-0.7398529500};
static double phex34[34] = {0.28465447168,0.28465447168,
0.28465447168,0.28465447168,
0.28465447168,0.28465447168,
0.09983142160,0.09983142160,
0.09983142160,0.09983142160,
0.09983142160,0.09983142160,
0.09983142160,0.09983142160,
0.09983142160,0.09983142160,
0.09983142160,0.09983142160,
0.42294183928,0.42294183928,
0.42294183928,0.42294183928,
0.42294183928,0.42294183928,
0.42294183928,0.42294183928,
0.21382017456,0.21382017456,
0.21382017456,0.21382017456,
0.21382017456,0.21382017456,
0.21382017456,0.21382017456};
/* 77 integration points (STROUD, page 238) */
static double xhex77[77] = {0.,
0.5384693101,-0.5384693101,0.,0.,0.,0.,
0.9061798459,-0.9061798459,0.,0.,0.,0.,
0.5384693101,0.5384693101,-0.5384693101,-0.5384693101,
0.5384693101,0.5384693101,-0.5384693101,-0.5384693101,
0.,0.,0.,0.,
0.9061798459,0.9061798459,-0.9061798459,-0.9061798459,
0.9061798459,0.9061798459,-0.9061798459,-0.9061798459,
0.,0.,0.,0.,
0.5384693101,0.5384693101,-0.5384693101,-0.5384693101,
0.9061798459,0.9061798459,-0.9061798459,-0.9061798459,
0.5384693101,0.5384693101,-0.5384693101,-0.5384693101,
0.9061798459,0.9061798459,-0.9061798459,-0.9061798459,
0.,0.,0.,0.,
0.,0.,0.,0.,
0.5384693101, 0.5384693101, 0.5384693101, 0.5384693101,
-0.5384693101,-0.5384693101,-0.5384693101,-0.5384693101,
0.9061798459, 0.9061798459, 0.9061798459, 0.9061798459,
-0.9061798459,-0.9061798459,-0.9061798459,-0.9061798459};
static double yhex77[77] = {0.,
0.,0.,0.5384693101,-0.5384693101,0.,0.,
0.,0.,0.9061798459,-0.9061798459,0.,0.,
0.5384693101,-0.5384693101,0.5384693101,-0.5384693101,
0.,0.,0.,0.,
0.5384693101, 0.5384693101,-0.5384693101,-0.5384693101,
0.9061798459,-0.9061798459,0.9061798459,-0.9061798459,
0.,0.,0.,0.,
0.9061798459,0.9061798459,-0.9061798459,-0.9061798459,
0.9061798459,-0.9061798459,0.9061798459,-0.9061798459,
0.5384693101,-0.5384693101,0.5384693101,-0.5384693101,
0.,0.,0.,0.,
0.,0.,0.,0.,
0.5384693101,0.5384693101,-0.5384693101,-0.5384693101,
0.9061798459,0.9061798459,-0.9061798459,-0.9061798459,
0.5384693101,0.5384693101,-0.5384693101,-0.5384693101,
0.5384693101,0.5384693101,-0.5384693101,-0.5384693101,
0.9061798459,0.9061798459,-0.9061798459,-0.9061798459,
0.9061798459,0.9061798459,-0.9061798459,-0.9061798459};
static double zhex77[77] = {0.,
0.,0.,0.,0.,0.5384693101,-0.5384693101,
0.,0.,0.,0.,0.9061798459,-0.9061798459,
0.,0.,0.,0.,
0.5384693101,-0.5384693101,0.5384693101,-0.5384693101,
0.5384693101,-0.5384693101,0.5384693101,-0.5384693101,
0.,0.,0.,0.,
0.9061798459,-0.9061798459,0.9061798459,-0.9061798459,
0.9061798459,-0.9061798459,0.9061798459,-0.9061798459,
0.,0.,0.,0.,
0.,0.,0.,0.,
0.9061798459,-0.9061798459,0.9061798459,-0.9061798459,
0.5384693101,-0.5384693101,0.5384693101,-0.5384693101,
0.9061798459,-0.9061798459,0.9061798459,-0.9061798459,
0.5384693101,-0.5384693101,0.5384693101,-0.5384693101,
0.5384693101,-0.5384693101,0.5384693101,-0.5384693101,
0.5384693101,-0.5384693101,0.5384693101,-0.5384693101,
0.9061798459,-0.9061798459,0.9061798459,-0.9061798459,
0.9061798459,-0.9061798459,0.9061798459,-0.9061798459};
static double phex77[77] = {-2.2577865569E+00,
1.704933503,1.704933503,1.704933503,1.704933503,
1.704933503,1.704933503,
-0.2524056575,-0.2524056575,-0.2524056575,-0.2524056575,
-0.2524056575,-0.2524056575,
-0.8069802194,-0.8069802194,-0.8069802194,-0.8069802194,
-0.8069802194,-0.8069802194,-0.8069802194,-0.8069802194,
-0.8069802194,-0.8069802194,-0.8069802194,-0.8069802194,
3.4187901E-02,3.4187901E-02,3.4187901E-02,3.4187901E-02,
3.4187901E-02,3.4187901E-02,3.4187901E-02,3.4187901E-02,
3.4187901E-02,3.4187901E-02,3.4187901E-02,3.4187901E-02,
0.2268,0.2268,0.2268,0.2268,0.2268,0.2268,0.2268,0.2268,
0.2268,0.2268,0.2268,0.2268,0.2268,0.2268,0.2268,0.2268,
0.2268,0.2268,0.2268,0.2268,0.2268,0.2268,0.2268,0.2268,
0.6325755140,0.6325755140,0.6325755140,0.6325755140,
0.6325755140,0.6325755140,0.6325755140,0.6325755140,
3.9040398E-02,3.9040398E-02,3.9040398E-02,3.9040398E-02,
3.9040398E-02,3.9040398E-02,3.9040398E-02,3.9040398E-02};
|