18 May 2007 11:26:37 AM FEMPACK_PRB: C++ version Test the routines in the FEMPACK library. TEST01 BANDWIDTH_MESH computes the geometric bandwidth: of a finite element mesh. NELEMX = 2 NELEMY = 6 ELEMENT_ORDER = 6 ELEMENT_NUM = 24 GRID_PRINT: Element -> Node table. Element order = 6 Number of elements = 24 # 0 1 2 3 4 5 0 1 3 11 2 7 6 1 13 11 3 12 7 8 2 3 5 13 4 9 8 3 15 13 5 14 9 10 4 11 13 21 12 17 16 5 23 21 13 22 17 18 6 13 15 23 14 19 18 7 25 23 15 24 19 20 8 21 23 31 22 27 26 9 33 31 23 32 27 28 10 23 25 33 24 29 28 11 35 33 25 34 29 30 12 31 33 41 32 37 36 13 43 41 33 42 37 38 14 33 35 43 34 39 38 15 45 43 35 44 39 40 16 41 43 51 42 47 46 17 53 51 43 52 47 48 18 43 45 53 44 49 48 19 55 53 45 54 49 50 20 51 53 61 52 57 56 21 63 61 53 62 57 58 22 53 55 63 54 59 58 23 65 63 55 64 59 60 Lower bandwidth ML = 10 Upper bandwidth MU = 10 Total bandwidth M = 21 TEST02 For the Navier Stokes variables associated with a mesh of T6 elements, NS_T6_VAR_COUNT counts variables, NS_T6_VAR_SET sets them, BANDWIDTH_VAR computes the variable bandwidth. NELEMX = 2 NELEMY = 6 ELEMENT_ORDER = 6 ELEMENT_NUM = 24 NODE_NUM = 65 GRID_PRINT: Element -> Node table. Element order = 6 Number of elements = 24 # 0 1 2 3 4 5 0 1 3 11 2 7 6 1 13 11 3 12 7 8 2 3 5 13 4 9 8 3 15 13 5 14 9 10 4 11 13 21 12 17 16 5 23 21 13 22 17 18 6 13 15 23 14 19 18 7 25 23 15 24 19 20 8 21 23 31 22 27 26 9 33 31 23 32 27 28 10 23 25 33 24 29 28 11 35 33 25 34 29 30 12 31 33 41 32 37 36 13 43 41 33 42 37 38 14 33 35 43 34 39 38 15 45 43 35 44 39 40 16 41 43 51 42 47 46 17 53 51 43 52 47 48 18 43 45 53 44 49 48 19 55 53 45 54 49 50 20 51 53 61 52 57 56 21 63 61 53 62 57 58 22 53 55 63 54 59 58 23 65 63 55 64 59 60 Number of variables VAR_NUM = 151 VAR_NODE pointer vector: 1 1 2 4 3 6 4 9 5 11 6 14 7 16 8 18 9 20 10 22 11 24 12 27 13 29 14 32 15 34 16 37 17 39 18 41 19 43 20 45 21 47 22 50 23 52 24 55 25 57 26 60 27 62 28 64 29 66 30 68 31 70 32 73 33 75 34 78 35 80 36 83 37 85 38 87 39 89 40 91 41 93 42 96 43 98 44 101 45 103 46 106 47 108 48 110 49 112 50 114 51 116 52 119 53 121 54 124 55 126 56 129 57 131 58 133 59 135 60 137 61 139 62 142 63 144 64 147 65 149 66 152 Node U_Var V_Var P_Var 0 1 2 3 1 4 5 2 6 7 8 3 9 10 4 11 12 13 5 14 15 6 16 17 7 18 19 8 20 21 9 22 23 10 24 25 26 11 27 28 12 29 30 31 13 32 33 14 34 35 36 15 37 38 16 39 40 17 41 42 18 43 44 19 45 46 20 47 48 49 21 50 51 22 52 53 54 23 55 56 24 57 58 59 25 60 61 26 62 63 27 64 65 28 66 67 29 68 69 30 70 71 72 31 73 74 32 75 76 77 33 78 79 34 80 81 82 35 83 84 36 85 86 37 87 88 38 89 90 39 91 92 40 93 94 95 41 96 97 42 98 99 100 43 101 102 44 103 104 105 45 106 107 46 108 109 47 110 111 48 112 113 49 114 115 50 116 117 118 51 119 120 52 121 122 123 53 124 125 54 126 127 128 55 129 130 56 131 132 57 133 134 58 135 136 59 137 138 60 139 140 141 61 142 143 62 144 145 146 63 147 148 64 149 150 151 Lower bandwidth ML = 25 Upper bandwidth MU = 25 Total bandwidth M = 51 TEST03 BASIS_11_T3_TEST - Test the computation of basis functions at a physical element for the T3 element. BASIS_11_T6_TEST - Test the computation of basis functions at a physical element for the T6 element. BASIS_11_T3_TEST: Verify basis functions for element T3. Number of nodes = 3 Physical Nodes: 2 0 4 3 0 4 The basis function values at basis nodes should form the identity matrix. 1 0 0 -0 1 0 0 0 1 The X and Y derivatives should sum to 0. dPhidX sum, dPhidY sum: 0 0 0 0 0 0 BASIS_11_T6_TEST: Verify basis functions for element T6. Number of nodes = 6 Physical Nodes: 0 2 0 1 4 3 2 0 4 3 3 1.5 4 2 3.5 5 1 2 The basis function values at basis nodes should form the identity matrix. 1 0 0 -0 0 -0 0 1 -0 -0 0 0 0 0 1 0 -0 -0 0 -0 -0 1 -0 0 -0 0 0 0 1 -0 -0 -0 -0 -0 0 1 The X and Y derivatives should sum to 0. dPhidX sum, dPhidY sum: 0 0 0 0 0 0 0 0 -2.77556e-17 0 0 0 TEST01 Test the computation of basis functions by evaluating them at the nodes that define the basis functions. BASIS_MN_Q4_TEST - for the Q4 element. BASIS_MN_T3_TEST - for the T3 element. BASIS_MN_T4_TEST - for the T4 element. BASIS_MN_T6_TEST - for the T6 element. BASIS_MN_Q4_TEST: Verify basis functions for element Q4. Number of nodes = 4 Physical Nodes: 3 1 5 1 5 4 3 4 The basis function values at basis nodes should form the identity matrix. 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 The X and Y derivatives should sum to 0. dPhidX sum, dPhidY sum: 0 0 0 0 0 0 0 0 BASIS_MN_T3_TEST: Verify basis functions for element T3. Number of nodes = 3 Physical Nodes: 2 0 4 3 0 4 The basis function values at basis nodes should form the identity matrix. 1 0 0 -0 1 0 0 0 1 The X and Y derivatives should sum to 0. dPhidX sum, dPhidY sum: 0 0 0 0 0 0 BASIS_MN_T4_TEST: Verify basis functions for element T4. Number of nodes = 4 Physical Nodes: 2 0 4 2 0 4 2 2 The basis function values at basis nodes should form the identity matrix. 1 0 0 0 0 1 0 -0 0 0 1 0 0 0 0 1 The X and Y derivatives should sum to 0. dPhidX sum, dPhidY sum: 0 0 0 0 0 0 0 0 BASIS_MN_T6_TEST: Verify basis functions for element T6. Number of nodes = 6 Physical Nodes: 0 2 0 1 4 3 2 0 4 3 3 1.5 4 2 3.5 5 1 2 The basis function values at basis nodes should form the identity matrix. 1 0 0 -0 0 -0 -0 1 -0 -0 0 -0 -0 -0 1 -0 -0 -0 -0 0 -0 1 0 -0 -0 -0 0 -0 1 0 0 -0 -0 0 -0 1 The X and Y derivatives should sum to 0. dPhidX sum, dPhidY sum: 0 0 0 0 -1.11022e-16 0 0 0 -2.77556e-17 0 0 0 TEST05 DERIVATIVE_AVERAGE_T3 averages the spatial derivatives of a finite element function at the nodes. C X Y dCdX(computed) dCdY(computed) dCdX(exact) dCdY(exact) -0.974455 -0.707107 0.707107 -0.573115 -0.737595 0.380122 -0.918725 -0.87098 -0.532032 0.846724 -0.649263 -0.680676 0.617845 -0.859062 -0.613237 -0.330279 0.943883 -0.719895 -0.571736 0.842763 -0.612216 -0.222061 -0.111964 0.993712 -0.0677977 -0.539862 0.981281 -0.222056 0.222061 0.111964 0.993712 0.12476 1.1947 0.981281 0.222056 0.613237 0.330279 0.943883 1.26831 0.622382 0.842763 0.612216 0.87098 0.532032 0.846724 -0.236644 -2.75476 0.617845 0.859062 0.974455 0.707107 0.707107 -0.370105 0.923911 0.380122 0.918725 -1.65528 -0.989949 0.989949 -0.104417 -0.15575 0.537757 -1.65519 -1.63039 -0.744845 1.18541 -0.0344645 0.266935 1.0331 -1.60708 -1.22505 -0.462391 1.32144 0.318631 0.00563349 1.56282 -1.17896 -0.458247 -0.15675 1.3912 0.119043 0.489082 1.9117 -0.434357 0.458247 0.15675 1.3912 6.86787 14.9048 1.9117 0.434357 1.22505 0.462391 1.32144 6.16566 11.7814 1.56282 1.17896 1.63039 0.744845 1.18541 -1.97411 -2.55127 1.0331 1.60708 1.65528 0.989949 0.989949 -1.09411 0.176054 0.537757 1.65519 -2.50452 -1.27279 1.27279 0.314138 0.475937 0.475653 -2.43339 -2.71761 -0.957658 1.5241 -0.105249 0.209391 1.33668 -2.49296 -2.17685 -0.594502 1.69899 0.0054792 -0.314391 2.39131 -1.9032 -0.84061 -0.201536 1.78868 -0.206591 -0.22215 3.13463 -0.716097 0.84061 0.201536 1.78868 6.64042 15.1651 3.13463 0.716097 2.17685 0.594502 1.69899 -0.0302642 -0.784298 2.39131 1.9032 2.71761 0.957658 1.5241 -0.787231 -1.7835 1.33668 2.49296 2.50452 1.27279 1.27279 -0.263208 1.29966 0.475653 2.43339 -3.41961 -1.55563 1.55563 -0.433069 0.00324528 0.0366892 -3.11091 -4.11657 -1.17047 1.86279 -0.359672 0.260016 1.35232 -3.43102 -3.52901 -0.726614 2.07654 0.470846 -0.453528 3.22293 -2.75907 -1.40922 -0.246322 2.18617 -0.0045631 0.942909 4.63507 -1.06614 1.40922 0.246322 2.18617 -5.39071 -13.0176 4.63507 1.06614 3.52901 0.726614 2.07654 -5.70315 -17.1507 3.22293 2.75907 4.11657 1.17047 1.86279 -1.94389 -2.37511 1.35232 3.43102 3.41961 1.55563 1.55563 -1.58897 0.428659 0.0366892 3.11091 -4.22401 -1.83848 1.83848 0.145085 0.898265 -0.893997 -3.54601 -5.74404 -1.38328 2.20148 -0.205636 0.463511 0.90347 -4.32579 -5.31617 -0.858726 2.4541 0.166724 -0.81529 3.93518 -3.71555 -2.2029 -0.291108 2.58365 -0.536682 -0.226744 6.39441 -1.48309 2.2029 0.291108 2.58365 -5.70408 -12.6417 6.39441 1.48309 5.31617 0.858726 2.4541 0.765323 -0.659221 3.93518 3.71555 5.74404 1.38328 2.20148 -0.0339366 0.282309 0.90347 4.32579 4.22401 1.83848 1.83848 -0.598544 1.97957 -0.893997 3.54601 -4.68738 -2.12132 2.12132 -1.22451 -0.0928882 -2.3541 -3.61579 -7.45009 -1.5961 2.54017 -1.45253 -0.876968 -0.16323 -5.07872 -7.54362 -0.990837 2.83165 0.26328 -1.76023 4.39391 -4.73727 -3.25894 -0.335893 2.98114 0.996952 4.36828 8.39053 -1.96524 3.25894 0.335893 2.98114 3.8615 5.37918 8.39053 1.96524 7.54362 0.990837 2.83165 3.53784 0.664369 4.39391 4.73727 7.45009 1.5961 2.54017 -0.397988 1.00846 -0.16323 5.07872 4.68738 2.12132 2.12132 -4.22515 0.976767 -2.3541 3.61579 TEST07 ELEMENTS_EPS creates an Encapsulated PostScript file containing an image of a mesh. TEST08 ELEMENTS_EPS creates an Encapsulated PostScript file containing an image of a mesh. TEST09 ELEMENTS_EPS creates an Encapsulated PostScript file containing an image of a T4 mesh. TEST10 ELEMENTS_EPS creates an Encapsulated PostScript file containing an image of a mesh. TEST11 GRID_TEST tests the grid routines. GRID_TEST: Test the grid routine for element Q4 GRID_PRINT: Element -> Node table. Element order = 4 Number of elements = 6 # 0 1 2 3 0 1 2 6 5 1 2 3 7 6 2 3 4 8 7 3 5 6 10 9 4 6 7 11 10 5 7 8 12 11 Grid width is 5 GRID_TEST: Test the grid routine for element Q8 GRID_PRINT: Element -> Node table. Element order = 8 Number of elements = 6 # 0 1 2 3 4 5 6 7 0 1 3 14 12 2 9 13 8 1 3 5 16 14 4 10 15 9 2 5 7 18 16 6 11 17 10 3 12 14 25 23 13 20 24 19 4 14 16 27 25 15 21 26 20 5 16 18 29 27 17 22 28 21 Grid width is 13 GRID_TEST: Test the grid routine for element Q9 GRID_PRINT: Element -> Node table. Element order = 9 Number of elements = 6 # 0 1 2 3 4 5 6 7 8 0 1 3 17 15 2 10 16 8 9 1 3 5 19 17 4 12 18 10 11 2 5 7 21 19 6 14 20 12 13 3 15 17 31 29 16 24 30 22 23 4 17 19 33 31 18 26 32 24 25 5 19 21 35 33 20 28 34 26 27 Grid width is 16 GRID_TEST: Test the grid routine for element Q12 GRID_PRINT: Element -> Node table. Element order = 12 Number of elements = 6 # 0 1 2 3 4 5 6 7 8 9 10 11 0 1 2 3 4 11 12 15 16 19 20 21 22 1 4 5 6 7 12 13 16 17 22 23 24 25 2 7 8 9 10 13 14 17 18 25 26 27 28 3 19 20 21 22 29 30 33 34 37 38 39 40 4 22 23 24 25 30 31 34 35 40 41 42 43 5 25 26 27 28 31 32 35 36 43 44 45 46 Grid width is 21 GRID_TEST: Test the grid routine for element Q16 GRID_PRINT: Element -> Node table. Element order = 16 Number of elements = 6 # 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 0 1 2 3 4 11 12 13 14 21 22 23 24 31 32 33 34 1 4 5 6 7 14 15 16 17 24 25 26 27 34 35 36 37 2 7 8 9 10 17 18 19 20 27 28 29 30 37 38 39 40 3 31 32 33 34 41 42 43 44 51 52 53 54 61 62 63 64 4 34 35 36 37 44 45 46 47 54 55 56 57 64 65 66 67 5 37 38 39 40 47 48 49 50 57 58 59 60 67 68 69 70 Grid width is 33 GRID_TEST: Test the grid routine for element QL GRID_PRINT: Element -> Node table. Element order = 6 Number of elements = 6 # 0 1 2 3 4 5 0 1 2 3 8 9 10 1 3 4 5 10 11 12 2 5 6 7 12 13 14 3 8 9 10 15 16 17 4 10 11 12 17 18 19 5 12 13 14 19 20 21 Grid width is 9 GRID_TEST: Test the grid routine for element T3 GRID_PRINT: Element -> Node table. Element order = 3 Number of elements = 12 # 0 1 2 0 1 2 5 1 6 5 2 2 2 3 6 3 7 6 3 4 3 4 7 5 8 7 4 6 5 6 9 7 10 9 6 8 6 7 10 9 11 10 7 10 7 8 11 11 12 11 8 Grid width is 4 GRID_TEST: Test the grid routine for element T6 GRID_PRINT: Element -> Node table. Element order = 6 Number of elements = 12 # 0 1 2 3 4 5 0 1 3 15 2 9 8 1 17 15 3 16 9 10 2 3 5 17 4 11 10 3 19 17 5 18 11 12 4 5 7 19 6 13 12 5 21 19 7 20 13 14 6 15 17 29 16 23 22 7 31 29 17 30 23 24 8 17 19 31 18 25 24 9 33 31 19 32 25 26 10 19 21 33 20 27 26 11 35 33 21 34 27 28 Grid width is 14 GRID_TEST: Test the grid routine for element T10 GRID_PRINT: Element -> Node table. Element order = 10 Number of elements = 12 # 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 13 22 31 21 10 11 1 34 33 32 31 22 13 4 14 24 23 2 4 5 6 7 16 25 34 24 13 14 3 37 36 35 34 25 16 7 17 27 26 4 7 8 9 10 19 28 37 27 16 17 5 40 39 38 37 28 19 10 20 30 29 6 31 32 33 34 43 52 61 51 40 41 7 64 63 62 61 52 43 34 44 54 53 8 34 35 36 37 46 55 64 54 43 44 9 67 66 65 64 55 46 37 47 57 56 10 37 38 39 40 49 58 67 57 46 47 11 70 69 68 67 58 49 40 50 60 59 Grid width is 30 TEST12 INTERP_TEST tests the interpolating power of the element. INTERP_TEST for element "Q4". Number of nodes = 4 Interpolate R^0 * S^0 (R,S,U): 0 0 1 (R,S,U): 1 0 1 (R,S,U): 1 1 1 (R,S,U): 0 1 1 (R,S): 0.218418 0.956318 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 0 0 0 (R,S): 0.829509 0.561695 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 0 0 0 (R,S): 0.415307 0.0661187 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 0 0 0 (R,S): 0.257578 0.109957 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 0 0 0 (R,S): 0.043829 0.633966 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 0 0 0 Interpolate R^0 * S^1 (R,S,U): 0 0 0 (R,S,U): 1 0 0 (R,S,U): 1 1 1 (R,S,U): 0 1 1 (R,S): 0.0617272 0.449539 (U ,U* ,Error): 0.449539 0.449539 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 1 1 0 (R,S): 0.401306 0.754673 (U ,U* ,Error): 0.754673 0.754673 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 1 1 0 (R,S): 0.797287 0.00183837 (U ,U* ,Error): 0.00183837 0.00183837 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 1 1 0 (R,S): 0.897504 0.350752 (U ,U* ,Error): 0.350752 0.350752 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 1 1 0 (R,S): 0.0945448 0.0136169 (U ,U* ,Error): 0.0136169 0.0136169 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 1 1 0 Interpolate R^1 * S^0 (R,S,U): 0 0 0 (R,S,U): 1 0 1 (R,S,U): 1 1 1 (R,S,U): 0 1 0 (R,S): 0.859097 0.840847 (U ,U* ,Error): 0.859097 0.859097 0 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 0 0 (R,S): 0.123104 0.00751236 (U ,U* ,Error): 0.123104 0.123104 0 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 0 0 (R,S): 0.260303 0.912484 (U ,U* ,Error): 0.260303 0.260303 0 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 0 0 (R,S): 0.113664 0.351629 (U ,U* ,Error): 0.113664 0.113664 1.38778e-17 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 0 0 (R,S): 0.822887 0.267132 (U ,U* ,Error): 0.822887 0.822887 1.11022e-16 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 0 0 Interpolate R^1 * S^1 (R,S,U): 0 0 0 (R,S,U): 1 0 0 (R,S,U): 1 1 1 (R,S,U): 0 1 0 (R,S): 0.692066 0.561662 (U ,U* ,Error): 0.388708 0.388708 0 (Ur,Ur*,Error): 0.561662 0.561662 0 (Us,Us*,Error): 0.692066 0.692066 0 (R,S): 0.861216 0.453794 (U ,U* ,Error): 0.390814 0.390814 0 (Ur,Ur*,Error): 0.453794 0.453794 0 (Us,Us*,Error): 0.861216 0.861216 0 (R,S): 0.911977 0.597917 (U ,U* ,Error): 0.545286 0.545286 0 (Ur,Ur*,Error): 0.597917 0.597917 0 (Us,Us*,Error): 0.911977 0.911977 0 (R,S): 0.188955 0.761492 (U ,U* ,Error): 0.143887 0.143887 0 (Ur,Ur*,Error): 0.761492 0.761492 0 (Us,Us*,Error): 0.188955 0.188955 0 (R,S): 0.396988 0.185314 (U ,U* ,Error): 0.0735676 0.0735676 0 (Ur,Ur*,Error): 0.185314 0.185314 0 (Us,Us*,Error): 0.396988 0.396988 0 INTERP_TEST for element "Q8". Number of nodes = 8 Interpolate R^0 * S^0 (R,S,U): 0 0 1 (R,S,U): 1 0 1 (R,S,U): 1 1 1 (R,S,U): 0 1 1 (R,S,U): 0.5 0 1 (R,S,U): 1 0.5 1 (R,S,U): 0.5 1 1 (R,S,U): 0 0.5 1 (R,S): 0.218418 0.956318 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 5.55112e-17 5.55112e-17 (Us,Us*,Error): 0 -4.44089e-16 4.44089e-16 (R,S): 0.829509 0.561695 (U ,U* ,Error): 1 1 1.11022e-16 (Ur,Ur*,Error): 0 -1.11022e-16 1.11022e-16 (Us,Us*,Error): 0 0 0 (R,S): 0.415307 0.0661187 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 1.11022e-16 1.11022e-16 (Us,Us*,Error): 0 4.44089e-16 4.44089e-16 (R,S): 0.257578 0.109957 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 -2.77556e-16 2.77556e-16 (Us,Us*,Error): 0 0 0 (R,S): 0.043829 0.633966 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 3.33067e-16 3.33067e-16 (Us,Us*,Error): 0 0 0 Interpolate R^0 * S^1 (R,S,U): 0 0 0 (R,S,U): 1 0 0 (R,S,U): 1 1 1 (R,S,U): 0 1 1 (R,S,U): 0.5 0 0 (R,S,U): 1 0.5 0.5 (R,S,U): 0.5 1 1 (R,S,U): 0 0.5 0.5 (R,S): 0.0617272 0.449539 (U ,U* ,Error): 0.449539 0.449539 5.55112e-17 (Ur,Ur*,Error): 0 1.11022e-16 1.11022e-16 (Us,Us*,Error): 1 1 0 (R,S): 0.401306 0.754673 (U ,U* ,Error): 0.754673 0.754673 1.11022e-16 (Ur,Ur*,Error): 0 1.11022e-16 1.11022e-16 (Us,Us*,Error): 1 1 0 (R,S): 0.797287 0.00183837 (U ,U* ,Error): 0.00183837 0.00183837 2.1684e-19 (Ur,Ur*,Error): 0 8.67362e-19 8.67362e-19 (Us,Us*,Error): 1 1 2.22045e-16 (R,S): 0.897504 0.350752 (U ,U* ,Error): 0.350752 0.350752 0 (Ur,Ur*,Error): 0 2.22045e-16 2.22045e-16 (Us,Us*,Error): 1 1 2.22045e-16 (R,S): 0.0945448 0.0136169 (U ,U* ,Error): 0.0136169 0.0136169 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 1 1 0 Interpolate R^1 * S^0 (R,S,U): 0 0 0 (R,S,U): 1 0 1 (R,S,U): 1 1 1 (R,S,U): 0 1 0 (R,S,U): 0.5 0 0.5 (R,S,U): 1 0.5 1 (R,S,U): 0.5 1 0.5 (R,S,U): 0 0.5 0 (R,S): 0.859097 0.840847 (U ,U* ,Error): 0.859097 0.859097 1.11022e-16 (Ur,Ur*,Error): 1 1 2.22045e-16 (Us,Us*,Error): 0 -2.77556e-16 2.77556e-16 (R,S): 0.123104 0.00751236 (U ,U* ,Error): 0.123104 0.123104 1.38778e-17 (Ur,Ur*,Error): 1 1 1.11022e-16 (Us,Us*,Error): 0 2.77556e-17 2.77556e-17 (R,S): 0.260303 0.912484 (U ,U* ,Error): 0.260303 0.260303 0 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 -1.11022e-16 1.11022e-16 (R,S): 0.113664 0.351629 (U ,U* ,Error): 0.113664 0.113664 1.38778e-17 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 2.77556e-17 2.77556e-17 (R,S): 0.822887 0.267132 (U ,U* ,Error): 0.822887 0.822887 0 (Ur,Ur*,Error): 1 1 2.22045e-16 (Us,Us*,Error): 0 3.33067e-16 3.33067e-16 Interpolate R^0 * S^2 (R,S,U): 0 0 0 (R,S,U): 1 0 0 (R,S,U): 1 1 1 (R,S,U): 0 1 1 (R,S,U): 0.5 0 0 (R,S,U): 1 0.5 0.25 (R,S,U): 0.5 1 1 (R,S,U): 0 0.5 0.25 (R,S): 0.692066 0.561662 (U ,U* ,Error): 0.315465 0.315465 5.55112e-17 (Ur,Ur*,Error): 0 2.77556e-17 2.77556e-17 (Us,Us*,Error): 1.12332 1.12332 2.22045e-16 (R,S): 0.861216 0.453794 (U ,U* ,Error): 0.205929 0.205929 5.55112e-17 (Ur,Ur*,Error): 0 -1.94289e-16 1.94289e-16 (Us,Us*,Error): 0.907588 0.907588 2.22045e-16 (R,S): 0.911977 0.597917 (U ,U* ,Error): 0.357505 0.357505 1.66533e-16 (Ur,Ur*,Error): 0 -2.77556e-17 2.77556e-17 (Us,Us*,Error): 1.19583 1.19583 4.44089e-16 (R,S): 0.188955 0.761492 (U ,U* ,Error): 0.57987 0.57987 1.11022e-16 (Ur,Ur*,Error): 0 -3.60822e-16 3.60822e-16 (Us,Us*,Error): 1.52298 1.52298 2.22045e-16 (R,S): 0.396988 0.185314 (U ,U* ,Error): 0.0343413 0.0343413 3.46945e-17 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 0.370628 0.370628 5.55112e-17 Interpolate R^1 * S^1 (R,S,U): 0 0 0 (R,S,U): 1 0 0 (R,S,U): 1 1 1 (R,S,U): 0 1 0 (R,S,U): 0.5 0 0 (R,S,U): 1 0.5 0.5 (R,S,U): 0.5 1 0.5 (R,S,U): 0 0.5 0 (R,S): 0.574366 0.367027 (U ,U* ,Error): 0.210808 0.210808 0 (Ur,Ur*,Error): 0.367027 0.367027 5.55112e-17 (Us,Us*,Error): 0.574366 0.574366 0 (R,S): 0.617205 0.361529 (U ,U* ,Error): 0.223137 0.223137 0 (Ur,Ur*,Error): 0.361529 0.361529 0 (Us,Us*,Error): 0.617205 0.617205 1.11022e-16 (R,S): 0.21293 0.714471 (U ,U* ,Error): 0.152132 0.152132 0 (Ur,Ur*,Error): 0.714471 0.714471 2.22045e-16 (Us,Us*,Error): 0.21293 0.21293 0 (R,S): 0.117707 0.299329 (U ,U* ,Error): 0.0352331 0.0352331 6.93889e-18 (Ur,Ur*,Error): 0.299329 0.299329 0 (Us,Us*,Error): 0.117707 0.117707 1.38778e-17 (R,S): 0.825003 0.82466 (U ,U* ,Error): 0.680347 0.680347 2.22045e-16 (Ur,Ur*,Error): 0.82466 0.82466 1.11022e-16 (Us,Us*,Error): 0.825003 0.825003 0 Interpolate R^2 * S^0 (R,S,U): 0 0 0 (R,S,U): 1 0 1 (R,S,U): 1 1 1 (R,S,U): 0 1 0 (R,S,U): 0.5 0 0.25 (R,S,U): 1 0.5 1 (R,S,U): 0.5 1 0.25 (R,S,U): 0 0.5 0 (R,S): 0.0618618 0.710781 (U ,U* ,Error): 0.00382688 0.00382688 1.73472e-18 (Ur,Ur*,Error): 0.123724 0.123724 1.11022e-16 (Us,Us*,Error): 0 0 0 (R,S): 0.0882833 0.777994 (U ,U* ,Error): 0.00779395 0.00779395 5.20417e-18 (Ur,Ur*,Error): 0.176567 0.176567 1.66533e-16 (Us,Us*,Error): 0 0 0 (R,S): 0.745303 0.308675 (U ,U* ,Error): 0.555477 0.555477 1.11022e-16 (Ur,Ur*,Error): 1.49061 1.49061 0 (Us,Us*,Error): 0 2.77556e-17 2.77556e-17 (R,S): 0.899373 0.763537 (U ,U* ,Error): 0.808872 0.808872 2.22045e-16 (Ur,Ur*,Error): 1.79875 1.79875 2.22045e-16 (Us,Us*,Error): 0 -8.32667e-17 8.32667e-17 (R,S): 0.761731 0.40697 (U ,U* ,Error): 0.580234 0.580234 1.11022e-16 (Ur,Ur*,Error): 1.52346 1.52346 2.22045e-16 (Us,Us*,Error): 0 1.38778e-16 1.38778e-16 Interpolate R^1 * S^2 (R,S,U): 0 0 0 (R,S,U): 1 0 0 (R,S,U): 1 1 1 (R,S,U): 0 1 0 (R,S,U): 0.5 0 0 (R,S,U): 1 0.5 0.25 (R,S,U): 0.5 1 0.5 (R,S,U): 0 0.5 0 (R,S): 0.938749 0.562088 (U ,U* ,Error): 0.296592 0.296592 0 (Ur,Ur*,Error): 0.315943 0.315943 2.77556e-16 (Us,Us*,Error): 1.05532 1.05532 4.44089e-16 (R,S): 0.01782 0.501103 (U ,U* ,Error): 0.00447469 0.00447469 3.46945e-18 (Ur,Ur*,Error): 0.251104 0.251104 1.11022e-16 (Us,Us*,Error): 0.0178593 0.0178593 0 (R,S): 0.0419093 0.368851 (U ,U* ,Error): 0.00570179 0.00570179 6.07153e-18 (Ur,Ur*,Error): 0.136051 0.136051 8.32667e-17 (Us,Us*,Error): 0.0309165 0.0309165 3.46945e-18 (R,S): 0.271724 0.858573 (U ,U* ,Error): 0.2003 0.2003 5.55112e-17 (Ur,Ur*,Error): 0.737147 0.737147 2.22045e-16 (Us,Us*,Error): 0.466589 0.466589 0 (R,S): 0.0290366 0.0174423 (U ,U* ,Error): 8.83388e-06 8.83388e-06 1.38913e-19 (Ur,Ur*,Error): 0.000304233 0.000304233 7.75205e-18 (Us,Us*,Error): 0.00101293 0.00101293 6.93889e-18 Interpolate R^2 * S^1 (R,S,U): 0 0 0 (R,S,U): 1 0 0 (R,S,U): 1 1 1 (R,S,U): 0 1 0 (R,S,U): 0.5 0 0 (R,S,U): 1 0.5 0.5 (R,S,U): 0.5 1 0.25 (R,S,U): 0 0.5 0 (R,S): 0.152384 0.114319 (U ,U* ,Error): 0.00265457 0.00265457 1.73472e-18 (Ur,Ur*,Error): 0.0348406 0.0348406 4.16334e-17 (Us,Us*,Error): 0.0232208 0.0232208 1.38778e-17 (R,S): 0.353907 0.119308 (U ,U* ,Error): 0.0149433 0.0149433 1.38778e-17 (Ur,Ur*,Error): 0.0844478 0.0844478 1.38778e-17 (Us,Us*,Error): 0.12525 0.12525 1.11022e-16 (R,S): 0.206653 0.212924 (U ,U* ,Error): 0.00909299 0.00909299 6.93889e-18 (Ur,Ur*,Error): 0.0880026 0.0880026 5.55112e-17 (Us,Us*,Error): 0.0427054 0.0427054 1.38778e-17 (R,S): 0.612948 0.809519 (U ,U* ,Error): 0.30414 0.30414 0 (Ur,Ur*,Error): 0.992385 0.992385 1.11022e-16 (Us,Us*,Error): 0.375705 0.375705 1.11022e-16 (R,S): 0.58709 0.215492 (U ,U* ,Error): 0.0742744 0.0742744 0 (Ur,Ur*,Error): 0.253026 0.253026 0 (Us,Us*,Error): 0.344674 0.344674 1.66533e-16 INTERP_TEST for element "Q9". Number of nodes = 9 Interpolate R^0 * S^0 (R,S,U): 0 0 1 (R,S,U): 1 0 1 (R,S,U): 1 1 1 (R,S,U): 0 1 1 (R,S,U): 0.5 0 1 (R,S,U): 1 0.5 1 (R,S,U): 0.5 1 1 (R,S,U): 0 0.5 1 (R,S,U): 0.5 0.5 1 (R,S): 0.218418 0.956318 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 -1.66533e-16 1.66533e-16 (Us,Us*,Error): 0 4.44089e-16 4.44089e-16 (R,S): 0.829509 0.561695 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 4.44089e-16 4.44089e-16 (Us,Us*,Error): 0 0 0 (R,S): 0.415307 0.0661187 (U ,U* ,Error): 1 1 2.22045e-16 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 0 0 0 (R,S): 0.257578 0.109957 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 2.22045e-16 2.22045e-16 (Us,Us*,Error): 0 0 0 (R,S): 0.043829 0.633966 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 8.88178e-16 8.88178e-16 (Us,Us*,Error): 0 0 0 Interpolate R^0 * S^1 (R,S,U): 0 0 0 (R,S,U): 1 0 0 (R,S,U): 1 1 1 (R,S,U): 0 1 1 (R,S,U): 0.5 0 0 (R,S,U): 1 0.5 0.5 (R,S,U): 0.5 1 1 (R,S,U): 0 0.5 0.5 (R,S,U): 0.5 0.5 0.5 (R,S): 0.0617272 0.449539 (U ,U* ,Error): 0.449539 0.449539 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 1 1 0 (R,S): 0.401306 0.754673 (U ,U* ,Error): 0.754673 0.754673 0 (Ur,Ur*,Error): 0 -5.55112e-17 5.55112e-17 (Us,Us*,Error): 1 1 2.22045e-16 (R,S): 0.797287 0.00183837 (U ,U* ,Error): 0.00183837 0.00183837 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 1 1 0 (R,S): 0.897504 0.350752 (U ,U* ,Error): 0.350752 0.350752 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 1 1 0 (R,S): 0.0945448 0.0136169 (U ,U* ,Error): 0.0136169 0.0136169 3.46945e-18 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 1 1 0 Interpolate R^1 * S^0 (R,S,U): 0 0 0 (R,S,U): 1 0 1 (R,S,U): 1 1 1 (R,S,U): 0 1 0 (R,S,U): 0.5 0 0.5 (R,S,U): 1 0.5 1 (R,S,U): 0.5 1 0.5 (R,S,U): 0 0.5 0 (R,S,U): 0.5 0.5 0.5 (R,S): 0.859097 0.840847 (U ,U* ,Error): 0.859097 0.859097 0 (Ur,Ur*,Error): 1 1 2.22045e-16 (Us,Us*,Error): 0 -3.33067e-16 3.33067e-16 (R,S): 0.123104 0.00751236 (U ,U* ,Error): 0.123104 0.123104 1.38778e-17 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 0 0 (R,S): 0.260303 0.912484 (U ,U* ,Error): 0.260303 0.260303 0 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 0 0 (R,S): 0.113664 0.351629 (U ,U* ,Error): 0.113664 0.113664 1.38778e-17 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 2.77556e-17 2.77556e-17 (R,S): 0.822887 0.267132 (U ,U* ,Error): 0.822887 0.822887 1.11022e-16 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 1.11022e-16 1.11022e-16 Interpolate R^0 * S^2 (R,S,U): 0 0 0 (R,S,U): 1 0 0 (R,S,U): 1 1 1 (R,S,U): 0 1 1 (R,S,U): 0.5 0 0 (R,S,U): 1 0.5 0.25 (R,S,U): 0.5 1 1 (R,S,U): 0 0.5 0.25 (R,S,U): 0.5 0.5 0.25 (R,S): 0.692066 0.561662 (U ,U* ,Error): 0.315465 0.315465 5.55112e-17 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 1.12332 1.12332 0 (R,S): 0.861216 0.453794 (U ,U* ,Error): 0.205929 0.205929 2.77556e-17 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 0.907588 0.907588 1.11022e-16 (R,S): 0.911977 0.597917 (U ,U* ,Error): 0.357505 0.357505 0 (Ur,Ur*,Error): 0 -2.22045e-16 2.22045e-16 (Us,Us*,Error): 1.19583 1.19583 2.22045e-16 (R,S): 0.188955 0.761492 (U ,U* ,Error): 0.57987 0.57987 1.11022e-16 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 1.52298 1.52298 0 (R,S): 0.396988 0.185314 (U ,U* ,Error): 0.0343413 0.0343413 6.93889e-18 (Ur,Ur*,Error): 0 -2.77556e-17 2.77556e-17 (Us,Us*,Error): 0.370628 0.370628 0 Interpolate R^1 * S^1 (R,S,U): 0 0 0 (R,S,U): 1 0 0 (R,S,U): 1 1 1 (R,S,U): 0 1 0 (R,S,U): 0.5 0 0 (R,S,U): 1 0.5 0.5 (R,S,U): 0.5 1 0.5 (R,S,U): 0 0.5 0 (R,S,U): 0.5 0.5 0.25 (R,S): 0.574366 0.367027 (U ,U* ,Error): 0.210808 0.210808 0 (Ur,Ur*,Error): 0.367027 0.367027 1.11022e-16 (Us,Us*,Error): 0.574366 0.574366 1.11022e-16 (R,S): 0.617205 0.361529 (U ,U* ,Error): 0.223137 0.223137 2.77556e-17 (Ur,Ur*,Error): 0.361529 0.361529 0 (Us,Us*,Error): 0.617205 0.617205 0 (R,S): 0.21293 0.714471 (U ,U* ,Error): 0.152132 0.152132 0 (Ur,Ur*,Error): 0.714471 0.714471 1.11022e-16 (Us,Us*,Error): 0.21293 0.21293 2.77556e-17 (R,S): 0.117707 0.299329 (U ,U* ,Error): 0.0352331 0.0352331 1.38778e-17 (Ur,Ur*,Error): 0.299329 0.299329 5.55112e-17 (Us,Us*,Error): 0.117707 0.117707 1.38778e-17 (R,S): 0.825003 0.82466 (U ,U* ,Error): 0.680347 0.680347 0 (Ur,Ur*,Error): 0.82466 0.82466 1.11022e-16 (Us,Us*,Error): 0.825003 0.825003 2.22045e-16 Interpolate R^2 * S^0 (R,S,U): 0 0 0 (R,S,U): 1 0 1 (R,S,U): 1 1 1 (R,S,U): 0 1 0 (R,S,U): 0.5 0 0.25 (R,S,U): 1 0.5 1 (R,S,U): 0.5 1 0.25 (R,S,U): 0 0.5 0 (R,S,U): 0.5 0.5 0.25 (R,S): 0.0618618 0.710781 (U ,U* ,Error): 0.00382688 0.00382688 8.67362e-18 (Ur,Ur*,Error): 0.123724 0.123724 0 (Us,Us*,Error): 0 0 0 (R,S): 0.0882833 0.777994 (U ,U* ,Error): 0.00779395 0.00779395 1.21431e-17 (Ur,Ur*,Error): 0.176567 0.176567 1.11022e-16 (Us,Us*,Error): 0 -2.77556e-17 2.77556e-17 (R,S): 0.745303 0.308675 (U ,U* ,Error): 0.555477 0.555477 0 (Ur,Ur*,Error): 1.49061 1.49061 0 (Us,Us*,Error): 0 -5.55112e-17 5.55112e-17 (R,S): 0.899373 0.763537 (U ,U* ,Error): 0.808872 0.808872 1.11022e-16 (Ur,Ur*,Error): 1.79875 1.79875 4.44089e-16 (Us,Us*,Error): 0 3.05311e-16 3.05311e-16 (R,S): 0.761731 0.40697 (U ,U* ,Error): 0.580234 0.580234 0 (Ur,Ur*,Error): 1.52346 1.52346 2.22045e-16 (Us,Us*,Error): 0 2.77556e-17 2.77556e-17 Interpolate R^1 * S^2 (R,S,U): 0 0 0 (R,S,U): 1 0 0 (R,S,U): 1 1 1 (R,S,U): 0 1 0 (R,S,U): 0.5 0 0 (R,S,U): 1 0.5 0.25 (R,S,U): 0.5 1 0.5 (R,S,U): 0 0.5 0 (R,S,U): 0.5 0.5 0.125 (R,S): 0.938749 0.562088 (U ,U* ,Error): 0.296592 0.296592 0 (Ur,Ur*,Error): 0.315943 0.315943 0 (Us,Us*,Error): 1.05532 1.05532 0 (R,S): 0.01782 0.501103 (U ,U* ,Error): 0.00447469 0.00447469 0 (Ur,Ur*,Error): 0.251104 0.251104 0 (Us,Us*,Error): 0.0178593 0.0178593 3.46945e-18 (R,S): 0.0419093 0.368851 (U ,U* ,Error): 0.00570179 0.00570179 2.60209e-18 (Ur,Ur*,Error): 0.136051 0.136051 2.77556e-17 (Us,Us*,Error): 0.0309165 0.0309165 6.93889e-18 (R,S): 0.271724 0.858573 (U ,U* ,Error): 0.2003 0.2003 5.55112e-17 (Ur,Ur*,Error): 0.737147 0.737147 0 (Us,Us*,Error): 0.466589 0.466589 1.11022e-16 (R,S): 0.0290366 0.0174423 (U ,U* ,Error): 8.83388e-06 8.83388e-06 3.04932e-20 (Ur,Ur*,Error): 0.000304233 0.000304233 8.13152e-19 (Us,Us*,Error): 0.00101293 0.00101293 6.93889e-18 Interpolate R^2 * S^1 (R,S,U): 0 0 0 (R,S,U): 1 0 0 (R,S,U): 1 1 1 (R,S,U): 0 1 0 (R,S,U): 0.5 0 0 (R,S,U): 1 0.5 0.5 (R,S,U): 0.5 1 0.25 (R,S,U): 0 0.5 0 (R,S,U): 0.5 0.5 0.125 (R,S): 0.152384 0.114319 (U ,U* ,Error): 0.00265457 0.00265457 1.73472e-18 (Ur,Ur*,Error): 0.0348406 0.0348406 1.38778e-17 (Us,Us*,Error): 0.0232208 0.0232208 1.38778e-17 (R,S): 0.353907 0.119308 (U ,U* ,Error): 0.0149433 0.0149433 0 (Ur,Ur*,Error): 0.0844478 0.0844478 0 (Us,Us*,Error): 0.12525 0.12525 0 (R,S): 0.206653 0.212924 (U ,U* ,Error): 0.00909299 0.00909299 0 (Ur,Ur*,Error): 0.0880026 0.0880026 1.38778e-17 (Us,Us*,Error): 0.0427054 0.0427054 1.38778e-17 (R,S): 0.612948 0.809519 (U ,U* ,Error): 0.30414 0.30414 5.55112e-17 (Ur,Ur*,Error): 0.992385 0.992385 1.11022e-16 (Us,Us*,Error): 0.375705 0.375705 0 (R,S): 0.58709 0.215492 (U ,U* ,Error): 0.0742744 0.0742744 0 (Ur,Ur*,Error): 0.253026 0.253026 0 (Us,Us*,Error): 0.344674 0.344674 5.55112e-17 Interpolate R^2 * S^2 (R,S,U): 0 0 0 (R,S,U): 1 0 0 (R,S,U): 1 1 1 (R,S,U): 0 1 0 (R,S,U): 0.5 0 0 (R,S,U): 1 0.5 0.25 (R,S,U): 0.5 1 0.25 (R,S,U): 0 0.5 0 (R,S,U): 0.5 0.5 0.0625 (R,S): 0.768056 0.723297 (U ,U* ,Error): 0.308617 0.308617 0 (Ur,Ur*,Error): 0.80363 0.80363 0 (Us,Us*,Error): 0.853361 0.853361 0 (R,S): 0.448019 0.855176 (U ,U* ,Error): 0.146793 0.146793 2.77556e-17 (Ur,Ur*,Error): 0.655296 0.655296 0 (Us,Us*,Error): 0.343304 0.343304 5.55112e-17 (R,S): 0.945017 0.909057 (U ,U* ,Error): 0.738009 0.738009 1.11022e-16 (Ur,Ur*,Error): 1.5619 1.5619 2.22045e-16 (Us,Us*,Error): 1.62368 1.62368 4.44089e-16 (R,S): 0.519726 0.0301946 (U ,U* ,Error): 0.000246268 0.000246268 0 (Ur,Ur*,Error): 0.000947684 0.000947684 7.58942e-19 (Us,Us*,Error): 0.016312 0.016312 3.1225e-17 (R,S): 0.481067 0.292313 (U ,U* ,Error): 0.0197746 0.0197746 3.46945e-18 (Ur,Ur*,Error): 0.0822113 0.0822113 0 (Us,Us*,Error): 0.135297 0.135297 0 INTERP_TEST for element "Q12". Number of nodes = 12 Interpolate R^0 * S^0 (R,S,U): 0 0 1 (R,S,U): 0.333333 0 1 (R,S,U): 0.666667 0 1 (R,S,U): 1 0 1 (R,S,U): 0 0.333333 1 (R,S,U): 1 0.333333 1 (R,S,U): 0 0.666667 1 (R,S,U): 1 0.666667 1 (R,S,U): 0 1 1 (R,S,U): 0.333333 1 1 (R,S,U): 0.666667 1 1 (R,S,U): 1 1 1 (R,S): 0.218418 0.956318 (U ,U* ,Error): 1 1 4.44089e-16 (Ur,Ur*,Error): 0 1.05471e-15 1.05471e-15 (Us,Us*,Error): 0 1.77636e-15 1.77636e-15 (R,S): 0.829509 0.561695 (U ,U* ,Error): 1 1 4.44089e-16 (Ur,Ur*,Error): 0 1.44329e-15 1.44329e-15 (Us,Us*,Error): 0 2.72005e-15 2.72005e-15 (R,S): 0.415307 0.0661187 (U ,U* ,Error): 1 1 1.11022e-16 (Ur,Ur*,Error): 0 9.71445e-17 9.71445e-17 (Us,Us*,Error): 0 4.996e-16 4.996e-16 (R,S): 0.257578 0.109957 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 9.71445e-17 9.71445e-17 (Us,Us*,Error): 0 -6.66134e-16 6.66134e-16 (R,S): 0.043829 0.633966 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 -9.99201e-16 9.99201e-16 (Us,Us*,Error): 0 1.56472e-15 1.56472e-15 Interpolate R^0 * S^1 (R,S,U): 0 0 0 (R,S,U): 0.333333 0 0 (R,S,U): 0.666667 0 0 (R,S,U): 1 0 0 (R,S,U): 0 0.333333 0.333333 (R,S,U): 1 0.333333 0.333333 (R,S,U): 0 0.666667 0.666667 (R,S,U): 1 0.666667 0.666667 (R,S,U): 0 1 1 (R,S,U): 0.333333 1 1 (R,S,U): 0.666667 1 1 (R,S,U): 1 1 1 (R,S): 0.0617272 0.449539 (U ,U* ,Error): 0.449539 0.449539 1.66533e-16 (Ur,Ur*,Error): 0 -2.22045e-16 2.22045e-16 (Us,Us*,Error): 1 1 2.22045e-16 (R,S): 0.401306 0.754673 (U ,U* ,Error): 0.754673 0.754673 2.22045e-16 (Ur,Ur*,Error): 0 9.99201e-16 9.99201e-16 (Us,Us*,Error): 1 1 1.77636e-15 (R,S): 0.797287 0.00183837 (U ,U* ,Error): 0.00183837 0.00183837 4.33681e-19 (Ur,Ur*,Error): 0 9.54098e-18 9.54098e-18 (Us,Us*,Error): 1 1 4.44089e-16 (R,S): 0.897504 0.350752 (U ,U* ,Error): 0.350752 0.350752 0 (Ur,Ur*,Error): 0 6.66134e-16 6.66134e-16 (Us,Us*,Error): 1 1 2.22045e-16 (R,S): 0.0945448 0.0136169 (U ,U* ,Error): 0.0136169 0.0136169 0 (Ur,Ur*,Error): 0 -5.20417e-18 5.20417e-18 (Us,Us*,Error): 1 1 2.22045e-16 Interpolate R^1 * S^0 (R,S,U): 0 0 0 (R,S,U): 0.333333 0 0.333333 (R,S,U): 0.666667 0 0.666667 (R,S,U): 1 0 1 (R,S,U): 0 0.333333 0 (R,S,U): 1 0.333333 1 (R,S,U): 0 0.666667 0 (R,S,U): 1 0.666667 1 (R,S,U): 0 1 0 (R,S,U): 0.333333 1 0.333333 (R,S,U): 0.666667 1 0.666667 (R,S,U): 1 1 1 (R,S): 0.859097 0.840847 (U ,U* ,Error): 0.859097 0.859097 2.22045e-16 (Ur,Ur*,Error): 1 1 1.33227e-15 (Us,Us*,Error): 0 8.88178e-16 8.88178e-16 (R,S): 0.123104 0.00751236 (U ,U* ,Error): 0.123104 0.123104 0 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 9.02056e-17 9.02056e-17 (R,S): 0.260303 0.912484 (U ,U* ,Error): 0.260303 0.260303 0 (Ur,Ur*,Error): 1 1 6.66134e-16 (Us,Us*,Error): 0 5.55112e-16 5.55112e-16 (R,S): 0.113664 0.351629 (U ,U* ,Error): 0.113664 0.113664 0 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 8.32667e-17 8.32667e-17 (R,S): 0.822887 0.267132 (U ,U* ,Error): 0.822887 0.822887 1.11022e-16 (Ur,Ur*,Error): 1 1 3.10862e-15 (Us,Us*,Error): 0 3.33067e-16 3.33067e-16 Interpolate R^0 * S^2 (R,S,U): 0 0 0 (R,S,U): 0.333333 0 0 (R,S,U): 0.666667 0 0 (R,S,U): 1 0 0 (R,S,U): 0 0.333333 0.111111 (R,S,U): 1 0.333333 0.111111 (R,S,U): 0 0.666667 0.444444 (R,S,U): 1 0.666667 0.444444 (R,S,U): 0 1 1 (R,S,U): 0.333333 1 1 (R,S,U): 0.666667 1 1 (R,S,U): 1 1 1 (R,S): 0.692066 0.561662 (U ,U* ,Error): 0.315465 0.315465 1.11022e-16 (Ur,Ur*,Error): 0 2.27596e-15 2.27596e-15 (Us,Us*,Error): 1.12332 1.12332 8.88178e-16 (R,S): 0.861216 0.453794 (U ,U* ,Error): 0.205929 0.205929 0 (Ur,Ur*,Error): 0 2.44249e-15 2.44249e-15 (Us,Us*,Error): 0.907588 0.907588 5.55112e-16 (R,S): 0.911977 0.597917 (U ,U* ,Error): 0.357505 0.357505 2.22045e-16 (Ur,Ur*,Error): 0 6.66134e-16 6.66134e-16 (Us,Us*,Error): 1.19583 1.19583 1.33227e-15 (R,S): 0.188955 0.761492 (U ,U* ,Error): 0.57987 0.57987 0 (Ur,Ur*,Error): 0 3.33067e-16 3.33067e-16 (Us,Us*,Error): 1.52298 1.52298 1.33227e-15 (R,S): 0.396988 0.185314 (U ,U* ,Error): 0.0343413 0.0343413 3.46945e-17 (Ur,Ur*,Error): 0 8.32667e-17 8.32667e-17 (Us,Us*,Error): 0.370628 0.370628 1.11022e-16 Interpolate R^1 * S^1 (R,S,U): 0 0 0 (R,S,U): 0.333333 0 0 (R,S,U): 0.666667 0 0 (R,S,U): 1 0 0 (R,S,U): 0 0.333333 0 (R,S,U): 1 0.333333 0.333333 (R,S,U): 0 0.666667 0 (R,S,U): 1 0.666667 0.666667 (R,S,U): 0 1 0 (R,S,U): 0.333333 1 0.333333 (R,S,U): 0.666667 1 0.666667 (R,S,U): 1 1 1 (R,S): 0.574366 0.367027 (U ,U* ,Error): 0.210808 0.210808 2.77556e-17 (Ur,Ur*,Error): 0.367027 0.367027 5.55112e-17 (Us,Us*,Error): 0.574366 0.574366 2.22045e-16 (R,S): 0.617205 0.361529 (U ,U* ,Error): 0.223137 0.223137 8.32667e-17 (Ur,Ur*,Error): 0.361529 0.361529 7.21645e-16 (Us,Us*,Error): 0.617205 0.617205 2.22045e-16 (R,S): 0.21293 0.714471 (U ,U* ,Error): 0.152132 0.152132 0 (Ur,Ur*,Error): 0.714471 0.714471 5.55112e-16 (Us,Us*,Error): 0.21293 0.21293 0 (R,S): 0.117707 0.299329 (U ,U* ,Error): 0.0352331 0.0352331 6.93889e-18 (Ur,Ur*,Error): 0.299329 0.299329 2.22045e-16 (Us,Us*,Error): 0.117707 0.117707 8.32667e-17 (R,S): 0.825003 0.82466 (U ,U* ,Error): 0.680347 0.680347 1.11022e-16 (Ur,Ur*,Error): 0.82466 0.82466 2.88658e-15 (Us,Us*,Error): 0.825003 0.825003 2.22045e-16 Interpolate R^2 * S^0 (R,S,U): 0 0 0 (R,S,U): 0.333333 0 0.111111 (R,S,U): 0.666667 0 0.444444 (R,S,U): 1 0 1 (R,S,U): 0 0.333333 0 (R,S,U): 1 0.333333 1 (R,S,U): 0 0.666667 0 (R,S,U): 1 0.666667 1 (R,S,U): 0 1 0 (R,S,U): 0.333333 1 0.111111 (R,S,U): 0.666667 1 0.444444 (R,S,U): 1 1 1 (R,S): 0.0618618 0.710781 (U ,U* ,Error): 0.00382688 0.00382688 6.93889e-18 (Ur,Ur*,Error): 0.123724 0.123724 0 (Us,Us*,Error): 0 1.249e-16 1.249e-16 (R,S): 0.0882833 0.777994 (U ,U* ,Error): 0.00779395 0.00779395 1.38778e-17 (Ur,Ur*,Error): 0.176567 0.176567 3.33067e-16 (Us,Us*,Error): 0 1.38778e-16 1.38778e-16 (R,S): 0.745303 0.308675 (U ,U* ,Error): 0.555477 0.555477 0 (Ur,Ur*,Error): 1.49061 1.49061 6.66134e-16 (Us,Us*,Error): 0 -2.22045e-16 2.22045e-16 (R,S): 0.899373 0.763537 (U ,U* ,Error): 0.808872 0.808872 1.11022e-16 (Ur,Ur*,Error): 1.79875 1.79875 1.77636e-15 (Us,Us*,Error): 0 2.66454e-15 2.66454e-15 (R,S): 0.761731 0.40697 (U ,U* ,Error): 0.580234 0.580234 1.11022e-16 (Ur,Ur*,Error): 1.52346 1.52346 2.22045e-16 (Us,Us*,Error): 0 0 0 Interpolate R^0 * S^3 (R,S,U): 0 0 0 (R,S,U): 0.333333 0 0 (R,S,U): 0.666667 0 0 (R,S,U): 1 0 0 (R,S,U): 0 0.333333 0.037037 (R,S,U): 1 0.333333 0.037037 (R,S,U): 0 0.666667 0.296296 (R,S,U): 1 0.666667 0.296296 (R,S,U): 0 1 1 (R,S,U): 0.333333 1 1 (R,S,U): 0.666667 1 1 (R,S,U): 1 1 1 (R,S): 0.938749 0.562088 (U ,U* ,Error): 0.177588 0.177588 2.77556e-17 (Ur,Ur*,Error): 0 -1.11022e-15 1.11022e-15 (Us,Us*,Error): 0.94783 0.94783 1.11022e-16 (R,S): 0.01782 0.501103 (U ,U* ,Error): 0.125829 0.125829 2.77556e-17 (Ur,Ur*,Error): 0 -3.05311e-16 3.05311e-16 (Us,Us*,Error): 0.753313 0.753313 3.33067e-16 (R,S): 0.0419093 0.368851 (U ,U* ,Error): 0.0501824 0.0501824 3.46945e-17 (Ur,Ur*,Error): 0 8.32667e-17 8.32667e-17 (Us,Us*,Error): 0.408152 0.408152 2.77556e-16 (R,S): 0.271724 0.858573 (U ,U* ,Error): 0.632894 0.632894 0 (Ur,Ur*,Error): 0 2.22045e-16 2.22045e-16 (Us,Us*,Error): 2.21144 2.21144 0 (R,S): 0.0290366 0.0174423 (U ,U* ,Error): 5.30652e-06 5.30652e-06 8.96161e-19 (Ur,Ur*,Error): 0 1.73472e-17 1.73472e-17 (Us,Us*,Error): 0.000912699 0.000912699 7.87131e-17 Interpolate R^1 * S^2 (R,S,U): 0 0 0 (R,S,U): 0.333333 0 0 (R,S,U): 0.666667 0 0 (R,S,U): 1 0 0 (R,S,U): 0 0.333333 0 (R,S,U): 1 0.333333 0.111111 (R,S,U): 0 0.666667 0 (R,S,U): 1 0.666667 0.444444 (R,S,U): 0 1 0 (R,S,U): 0.333333 1 0.333333 (R,S,U): 0.666667 1 0.666667 (R,S,U): 1 1 1 (R,S): 0.152384 0.114319 (U ,U* ,Error): 0.00199147 0.00199147 7.80626e-18 (Ur,Ur*,Error): 0.0130688 0.0130688 3.98986e-17 (Us,Us*,Error): 0.0348406 0.0348406 5.55112e-17 (R,S): 0.353907 0.119308 (U ,U* ,Error): 0.00503764 0.00503764 2.60209e-18 (Ur,Ur*,Error): 0.0142344 0.0142344 7.45931e-17 (Us,Us*,Error): 0.0844478 0.0844478 2.77556e-17 (R,S): 0.206653 0.212924 (U ,U* ,Error): 0.00936894 0.00936894 1.04083e-17 (Ur,Ur*,Error): 0.0453366 0.0453366 3.46945e-17 (Us,Us*,Error): 0.0880026 0.0880026 1.249e-16 (R,S): 0.612948 0.809519 (U ,U* ,Error): 0.401677 0.401677 1.11022e-16 (Ur,Ur*,Error): 0.655321 0.655321 1.33227e-15 (Us,Us*,Error): 0.992385 0.992385 6.66134e-16 (R,S): 0.58709 0.215492 (U ,U* ,Error): 0.0272625 0.0272625 1.04083e-17 (Ur,Ur*,Error): 0.0464366 0.0464366 2.70617e-16 (Us,Us*,Error): 0.253026 0.253026 1.11022e-16 Interpolate R^2 * S^1 (R,S,U): 0 0 0 (R,S,U): 0.333333 0 0 (R,S,U): 0.666667 0 0 (R,S,U): 1 0 0 (R,S,U): 0 0.333333 0 (R,S,U): 1 0.333333 0.333333 (R,S,U): 0 0.666667 0 (R,S,U): 1 0.666667 0.666667 (R,S,U): 0 1 0 (R,S,U): 0.333333 1 0.111111 (R,S,U): 0.666667 1 0.444444 (R,S,U): 1 1 1 (R,S): 0.768056 0.723297 (U ,U* ,Error): 0.42668 0.42668 5.55112e-17 (Ur,Ur*,Error): 1.11107 1.11107 2.22045e-16 (Us,Us*,Error): 0.589911 0.589911 6.66134e-16 (R,S): 0.448019 0.855176 (U ,U* ,Error): 0.171652 0.171652 2.77556e-17 (Ur,Ur*,Error): 0.76627 0.76627 2.22045e-16 (Us,Us*,Error): 0.200721 0.200721 8.60423e-16 (R,S): 0.945017 0.909057 (U ,U* ,Error): 0.811841 0.811841 0 (Ur,Ur*,Error): 1.71815 1.71815 1.33227e-15 (Us,Us*,Error): 0.893058 0.893058 0 (R,S): 0.519726 0.0301946 (U ,U* ,Error): 0.00815602 0.00815602 1.56125e-17 (Ur,Ur*,Error): 0.0313858 0.0313858 2.77556e-17 (Us,Us*,Error): 0.270115 0.270115 1.66533e-16 (R,S): 0.481067 0.292313 (U ,U* ,Error): 0.0676486 0.0676486 2.77556e-17 (Ur,Ur*,Error): 0.281244 0.281244 5.55112e-17 (Us,Us*,Error): 0.231425 0.231425 8.32667e-17 Interpolate R^3 * S^0 (R,S,U): 0 0 0 (R,S,U): 0.333333 0 0.037037 (R,S,U): 0.666667 0 0.296296 (R,S,U): 1 0 1 (R,S,U): 0 0.333333 0 (R,S,U): 1 0.333333 1 (R,S,U): 0 0.666667 0 (R,S,U): 1 0.666667 1 (R,S,U): 0 1 0 (R,S,U): 0.333333 1 0.037037 (R,S,U): 0.666667 1 0.296296 (R,S,U): 1 1 1 (R,S): 0.90264 0.667842 (U ,U* ,Error): 0.735434 0.735434 1.11022e-16 (Ur,Ur*,Error): 2.44428 2.44428 4.44089e-16 (Us,Us*,Error): 0 5.55112e-16 5.55112e-16 (R,S): 0.412278 0.156948 (U ,U* ,Error): 0.0700762 0.0700762 5.55112e-17 (Ur,Ur*,Error): 0.50992 0.50992 1.11022e-16 (Us,Us*,Error): 0 5.55112e-17 5.55112e-17 (R,S): 0.833282 0.964404 (U ,U* ,Error): 0.578596 0.578596 0 (Ur,Ur*,Error): 2.08307 2.08307 8.88178e-16 (Us,Us*,Error): 0 1.77636e-15 1.77636e-15 (R,S): 0.74079 0.456099 (U ,U* ,Error): 0.406523 0.406523 2.77556e-16 (Ur,Ur*,Error): 1.64631 1.64631 4.44089e-16 (Us,Us*,Error): 0 -6.66134e-16 6.66134e-16 (R,S): 0.653561 0.406827 (U ,U* ,Error): 0.279164 0.279164 1.66533e-16 (Ur,Ur*,Error): 1.28143 1.28143 2.22045e-16 (Us,Us*,Error): 0 1.77636e-15 1.77636e-15 Interpolate R^1 * S^3 (R,S,U): 0 0 0 (R,S,U): 0.333333 0 0 (R,S,U): 0.666667 0 0 (R,S,U): 1 0 0 (R,S,U): 0 0.333333 0 (R,S,U): 1 0.333333 0.037037 (R,S,U): 0 0.666667 0 (R,S,U): 1 0.666667 0.296296 (R,S,U): 0 1 0 (R,S,U): 0.333333 1 0.333333 (R,S,U): 0.666667 1 0.666667 (R,S,U): 1 1 1 (R,S): 0.540539 0.832281 (U ,U* ,Error): 0.311628 0.311628 5.55112e-17 (Ur,Ur*,Error): 0.576514 0.576514 6.66134e-16 (Us,Us*,Error): 1.12328 1.12328 0 (R,S): 0.145756 0.717128 (U ,U* ,Error): 0.0537547 0.0537547 4.16334e-17 (Ur,Ur*,Error): 0.3688 0.3688 4.44089e-16 (Us,Us*,Error): 0.224875 0.224875 5.55112e-17 (R,S): 0.775651 0.362262 (U ,U* ,Error): 0.0368751 0.0368751 5.55112e-17 (Ur,Ur*,Error): 0.0475409 0.0475409 2.498e-16 (Us,Us*,Error): 0.305374 0.305374 3.33067e-16 (R,S): 0.531111 0.379977 (U ,U* ,Error): 0.0291378 0.0291378 3.46945e-17 (Ur,Ur*,Error): 0.0548619 0.0548619 1.52656e-16 (Us,Us*,Error): 0.230049 0.230049 3.05311e-16 (R,S): 0.269285 0.877418 (U ,U* ,Error): 0.1819 0.1819 5.55112e-17 (Ur,Ur*,Error): 0.675491 0.675491 8.88178e-16 (Us,Us*,Error): 0.621937 0.621937 0 Interpolate R^3 * S^1 (R,S,U): 0 0 0 (R,S,U): 0.333333 0 0 (R,S,U): 0.666667 0 0 (R,S,U): 1 0 0 (R,S,U): 0 0.333333 0 (R,S,U): 1 0.333333 0.333333 (R,S,U): 0 0.666667 0 (R,S,U): 1 0.666667 0.666667 (R,S,U): 0 1 0 (R,S,U): 0.333333 1 0.037037 (R,S,U): 0.666667 1 0.296296 (R,S,U): 1 1 1 (R,S): 0.761285 0.913675 (U ,U* ,Error): 0.403119 0.403119 5.55112e-17 (Ur,Ur*,Error): 1.58857 1.58857 4.44089e-16 (Us,Us*,Error): 0.441206 0.441206 3.88578e-16 (R,S): 0.135794 0.291195 (U ,U* ,Error): 0.000729167 0.000729167 9.75782e-18 (Ur,Ur*,Error): 0.0161089 0.0161089 2.77556e-17 (Us,Us*,Error): 0.00250405 0.00250405 1.29671e-16 (R,S): 0.118211 0.771781 (U ,U* ,Error): 0.00127487 0.00127487 2.1684e-19 (Ur,Ur*,Error): 0.0323542 0.0323542 2.98372e-16 (Us,Us*,Error): 0.00165186 0.00165186 9.75782e-18 (R,S): 0.320633 0.877413 (U ,U* ,Error): 0.028922 0.028922 6.93889e-18 (Ur,Ur*,Error): 0.270609 0.270609 1.66533e-16 (Us,Us*,Error): 0.0329628 0.0329628 2.08167e-17 (R,S): 0.679476 0.949176 (U ,U* ,Error): 0.297761 0.297761 5.55112e-17 (Ur,Ur*,Error): 1.31467 1.31467 0 (Us,Us*,Error): 0.313705 0.313705 0 INTERP_TEST for element "Q16". Number of nodes = 16 Interpolate R^0 * S^0 (R,S,U): 0 0 1 (R,S,U): 0.333333 0 1 (R,S,U): 0.666667 0 1 (R,S,U): 1 0 1 (R,S,U): 0 0.333333 1 (R,S,U): 0.333333 0.333333 1 (R,S,U): 0.666667 0.333333 1 (R,S,U): 1 0.333333 1 (R,S,U): 0 0.666667 1 (R,S,U): 0.333333 0.666667 1 (R,S,U): 0.666667 0.666667 1 (R,S,U): 1 0.666667 1 (R,S,U): 0 1 1 (R,S,U): 0.333333 1 1 (R,S,U): 0.666667 1 1 (R,S,U): 1 1 1 (R,S): 0.218418 0.956318 (U ,U* ,Error): 1 1 3.33067e-16 (Ur,Ur*,Error): 0 -9.99201e-16 9.99201e-16 (Us,Us*,Error): 0 6.18949e-15 6.18949e-15 (R,S): 0.829509 0.561695 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 -5.4956e-15 5.4956e-15 (Us,Us*,Error): 0 -5.34295e-16 5.34295e-16 (R,S): 0.415307 0.0661187 (U ,U* ,Error): 1 1 2.22045e-16 (Ur,Ur*,Error): 0 -4.51028e-16 4.51028e-16 (Us,Us*,Error): 0 1.02349e-15 1.02349e-15 (R,S): 0.257578 0.109957 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 -2.91434e-16 2.91434e-16 (Us,Us*,Error): 0 -1.96544e-15 1.96544e-15 (R,S): 0.043829 0.633966 (U ,U* ,Error): 1 1 2.22045e-16 (Ur,Ur*,Error): 0 -2.08167e-15 2.08167e-15 (Us,Us*,Error): 0 -1.85615e-15 1.85615e-15 Interpolate R^0 * S^1 (R,S,U): 0 0 0 (R,S,U): 0.333333 0 0 (R,S,U): 0.666667 0 0 (R,S,U): 1 0 0 (R,S,U): 0 0.333333 0.333333 (R,S,U): 0.333333 0.333333 0.333333 (R,S,U): 0.666667 0.333333 0.333333 (R,S,U): 1 0.333333 0.333333 (R,S,U): 0 0.666667 0.666667 (R,S,U): 0.333333 0.666667 0.666667 (R,S,U): 0.666667 0.666667 0.666667 (R,S,U): 1 0.666667 0.666667 (R,S,U): 0 1 1 (R,S,U): 0.333333 1 1 (R,S,U): 0.666667 1 1 (R,S,U): 1 1 1 (R,S): 0.0617272 0.449539 (U ,U* ,Error): 0.449539 0.449539 5.55112e-17 (Ur,Ur*,Error): 0 -5.6552e-16 5.6552e-16 (Us,Us*,Error): 1 1 8.88178e-16 (R,S): 0.401306 0.754673 (U ,U* ,Error): 0.754673 0.754673 0 (Ur,Ur*,Error): 0 1.02002e-15 1.02002e-15 (Us,Us*,Error): 1 1 0 (R,S): 0.797287 0.00183837 (U ,U* ,Error): 0.00183837 0.00183837 1.51788e-18 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 1 1 2.22045e-16 (R,S): 0.897504 0.350752 (U ,U* ,Error): 0.350752 0.350752 1.11022e-16 (Ur,Ur*,Error): 0 -1.70003e-15 1.70003e-15 (Us,Us*,Error): 1 1 3.33067e-16 (R,S): 0.0945448 0.0136169 (U ,U* ,Error): 0.0136169 0.0136169 0 (Ur,Ur*,Error): 0 3.51282e-17 3.51282e-17 (Us,Us*,Error): 1 1 2.22045e-16 Interpolate R^1 * S^0 (R,S,U): 0 0 0 (R,S,U): 0.333333 0 0.333333 (R,S,U): 0.666667 0 0.666667 (R,S,U): 1 0 1 (R,S,U): 0 0.333333 0 (R,S,U): 0.333333 0.333333 0.333333 (R,S,U): 0.666667 0.333333 0.666667 (R,S,U): 1 0.333333 1 (R,S,U): 0 0.666667 0 (R,S,U): 0.333333 0.666667 0.333333 (R,S,U): 0.666667 0.666667 0.666667 (R,S,U): 1 0.666667 1 (R,S,U): 0 1 0 (R,S,U): 0.333333 1 0.333333 (R,S,U): 0.666667 1 0.666667 (R,S,U): 1 1 1 (R,S): 0.859097 0.840847 (U ,U* ,Error): 0.859097 0.859097 1.11022e-16 (Ur,Ur*,Error): 1 1 2.22045e-15 (Us,Us*,Error): 0 2.22045e-16 2.22045e-16 (R,S): 0.123104 0.00751236 (U ,U* ,Error): 0.123104 0.123104 5.55112e-17 (Ur,Ur*,Error): 1 1 3.33067e-16 (Us,Us*,Error): 0 2.01228e-16 2.01228e-16 (R,S): 0.260303 0.912484 (U ,U* ,Error): 0.260303 0.260303 0 (Ur,Ur*,Error): 1 1 2.22045e-16 (Us,Us*,Error): 0 -1.41553e-15 1.41553e-15 (R,S): 0.113664 0.351629 (U ,U* ,Error): 0.113664 0.113664 5.55112e-17 (Ur,Ur*,Error): 1 1 1.11022e-16 (Us,Us*,Error): 0 -3.57353e-16 3.57353e-16 (R,S): 0.822887 0.267132 (U ,U* ,Error): 0.822887 0.822887 2.22045e-16 (Ur,Ur*,Error): 1 1 1.11022e-16 (Us,Us*,Error): 0 -8.32667e-17 8.32667e-17 Interpolate R^0 * S^2 (R,S,U): 0 0 0 (R,S,U): 0.333333 0 0 (R,S,U): 0.666667 0 0 (R,S,U): 1 0 0 (R,S,U): 0 0.333333 0.111111 (R,S,U): 0.333333 0.333333 0.111111 (R,S,U): 0.666667 0.333333 0.111111 (R,S,U): 1 0.333333 0.111111 (R,S,U): 0 0.666667 0.444444 (R,S,U): 0.333333 0.666667 0.444444 (R,S,U): 0.666667 0.666667 0.444444 (R,S,U): 1 0.666667 0.444444 (R,S,U): 0 1 1 (R,S,U): 0.333333 1 1 (R,S,U): 0.666667 1 1 (R,S,U): 1 1 1 (R,S): 0.692066 0.561662 (U ,U* ,Error): 0.315465 0.315465 5.55112e-17 (Ur,Ur*,Error): 0 -9.02056e-16 9.02056e-16 (Us,Us*,Error): 1.12332 1.12332 4.44089e-16 (R,S): 0.861216 0.453794 (U ,U* ,Error): 0.205929 0.205929 0 (Ur,Ur*,Error): 0 -3.05311e-16 3.05311e-16 (Us,Us*,Error): 0.907588 0.907588 1.11022e-16 (R,S): 0.911977 0.597917 (U ,U* ,Error): 0.357505 0.357505 5.55112e-17 (Ur,Ur*,Error): 0 2.35922e-15 2.35922e-15 (Us,Us*,Error): 1.19583 1.19583 4.44089e-16 (R,S): 0.188955 0.761492 (U ,U* ,Error): 0.57987 0.57987 0 (Ur,Ur*,Error): 0 -3.85109e-16 3.85109e-16 (Us,Us*,Error): 1.52298 1.52298 6.66134e-16 (R,S): 0.396988 0.185314 (U ,U* ,Error): 0.0343413 0.0343413 2.77556e-17 (Ur,Ur*,Error): 0 -8.32667e-17 8.32667e-17 (Us,Us*,Error): 0.370628 0.370628 1.66533e-16 Interpolate R^1 * S^1 (R,S,U): 0 0 0 (R,S,U): 0.333333 0 0 (R,S,U): 0.666667 0 0 (R,S,U): 1 0 0 (R,S,U): 0 0.333333 0 (R,S,U): 0.333333 0.333333 0.111111 (R,S,U): 0.666667 0.333333 0.222222 (R,S,U): 1 0.333333 0.333333 (R,S,U): 0 0.666667 0 (R,S,U): 0.333333 0.666667 0.222222 (R,S,U): 0.666667 0.666667 0.444444 (R,S,U): 1 0.666667 0.666667 (R,S,U): 0 1 0 (R,S,U): 0.333333 1 0.333333 (R,S,U): 0.666667 1 0.666667 (R,S,U): 1 1 1 (R,S): 0.574366 0.367027 (U ,U* ,Error): 0.210808 0.210808 5.55112e-17 (Ur,Ur*,Error): 0.367027 0.367027 0 (Us,Us*,Error): 0.574366 0.574366 2.22045e-16 (R,S): 0.617205 0.361529 (U ,U* ,Error): 0.223137 0.223137 0 (Ur,Ur*,Error): 0.361529 0.361529 2.22045e-16 (Us,Us*,Error): 0.617205 0.617205 4.44089e-16 (R,S): 0.21293 0.714471 (U ,U* ,Error): 0.152132 0.152132 0 (Ur,Ur*,Error): 0.714471 0.714471 1.11022e-16 (Us,Us*,Error): 0.21293 0.21293 2.498e-16 (R,S): 0.117707 0.299329 (U ,U* ,Error): 0.0352331 0.0352331 1.38778e-17 (Ur,Ur*,Error): 0.299329 0.299329 0 (Us,Us*,Error): 0.117707 0.117707 1.38778e-17 (R,S): 0.825003 0.82466 (U ,U* ,Error): 0.680347 0.680347 1.11022e-16 (Ur,Ur*,Error): 0.82466 0.82466 1.66533e-15 (Us,Us*,Error): 0.825003 0.825003 5.55112e-16 Interpolate R^2 * S^0 (R,S,U): 0 0 0 (R,S,U): 0.333333 0 0.111111 (R,S,U): 0.666667 0 0.444444 (R,S,U): 1 0 1 (R,S,U): 0 0.333333 0 (R,S,U): 0.333333 0.333333 0.111111 (R,S,U): 0.666667 0.333333 0.444444 (R,S,U): 1 0.333333 1 (R,S,U): 0 0.666667 0 (R,S,U): 0.333333 0.666667 0.111111 (R,S,U): 0.666667 0.666667 0.444444 (R,S,U): 1 0.666667 1 (R,S,U): 0 1 0 (R,S,U): 0.333333 1 0.111111 (R,S,U): 0.666667 1 0.444444 (R,S,U): 1 1 1 (R,S): 0.0618618 0.710781 (U ,U* ,Error): 0.00382688 0.00382688 1.38778e-17 (Ur,Ur*,Error): 0.123724 0.123724 1.38778e-16 (Us,Us*,Error): 0 0 0 (R,S): 0.0882833 0.777994 (U ,U* ,Error): 0.00779395 0.00779395 1.38778e-17 (Ur,Ur*,Error): 0.176567 0.176567 1.94289e-16 (Us,Us*,Error): 0 -2.77556e-17 2.77556e-17 (R,S): 0.745303 0.308675 (U ,U* ,Error): 0.555477 0.555477 1.11022e-16 (Ur,Ur*,Error): 1.49061 1.49061 2.22045e-16 (Us,Us*,Error): 0 -6.10623e-16 6.10623e-16 (R,S): 0.899373 0.763537 (U ,U* ,Error): 0.808872 0.808872 1.11022e-16 (Ur,Ur*,Error): 1.79875 1.79875 0 (Us,Us*,Error): 0 1.77636e-15 1.77636e-15 (R,S): 0.761731 0.40697 (U ,U* ,Error): 0.580234 0.580234 0 (Ur,Ur*,Error): 1.52346 1.52346 4.44089e-16 (Us,Us*,Error): 0 1.04083e-16 1.04083e-16 Interpolate R^0 * S^3 (R,S,U): 0 0 0 (R,S,U): 0.333333 0 0 (R,S,U): 0.666667 0 0 (R,S,U): 1 0 0 (R,S,U): 0 0.333333 0.037037 (R,S,U): 0.333333 0.333333 0.037037 (R,S,U): 0.666667 0.333333 0.037037 (R,S,U): 1 0.333333 0.037037 (R,S,U): 0 0.666667 0.296296 (R,S,U): 0.333333 0.666667 0.296296 (R,S,U): 0.666667 0.666667 0.296296 (R,S,U): 1 0.666667 0.296296 (R,S,U): 0 1 1 (R,S,U): 0.333333 1 1 (R,S,U): 0.666667 1 1 (R,S,U): 1 1 1 (R,S): 0.938749 0.562088 (U ,U* ,Error): 0.177588 0.177588 5.55112e-17 (Ur,Ur*,Error): 0 2.77556e-16 2.77556e-16 (Us,Us*,Error): 0.94783 0.94783 2.22045e-16 (R,S): 0.01782 0.501103 (U ,U* ,Error): 0.125829 0.125829 0 (Ur,Ur*,Error): 0 -2.91434e-16 2.91434e-16 (Us,Us*,Error): 0.753313 0.753313 5.55112e-16 (R,S): 0.0419093 0.368851 (U ,U* ,Error): 0.0501824 0.0501824 6.93889e-18 (Ur,Ur*,Error): 0 2.08167e-17 2.08167e-17 (Us,Us*,Error): 0.408152 0.408152 5.55112e-17 (R,S): 0.271724 0.858573 (U ,U* ,Error): 0.632894 0.632894 1.11022e-16 (Ur,Ur*,Error): 0 -9.4369e-16 9.4369e-16 (Us,Us*,Error): 2.21144 2.21144 4.44089e-16 (R,S): 0.0290366 0.0174423 (U ,U* ,Error): 5.30652e-06 5.30652e-06 5.66326e-18 (Ur,Ur*,Error): 0 -1.56125e-17 1.56125e-17 (Us,Us*,Error): 0.000912699 0.000912699 6.70037e-17 Interpolate R^1 * S^2 (R,S,U): 0 0 0 (R,S,U): 0.333333 0 0 (R,S,U): 0.666667 0 0 (R,S,U): 1 0 0 (R,S,U): 0 0.333333 0 (R,S,U): 0.333333 0.333333 0.037037 (R,S,U): 0.666667 0.333333 0.0740741 (R,S,U): 1 0.333333 0.111111 (R,S,U): 0 0.666667 0 (R,S,U): 0.333333 0.666667 0.148148 (R,S,U): 0.666667 0.666667 0.296296 (R,S,U): 1 0.666667 0.444444 (R,S,U): 0 1 0 (R,S,U): 0.333333 1 0.333333 (R,S,U): 0.666667 1 0.666667 (R,S,U): 1 1 1 (R,S): 0.152384 0.114319 (U ,U* ,Error): 0.00199147 0.00199147 1.30104e-17 (Ur,Ur*,Error): 0.0130688 0.0130688 2.08167e-17 (Us,Us*,Error): 0.0348406 0.0348406 4.16334e-17 (R,S): 0.353907 0.119308 (U ,U* ,Error): 0.00503764 0.00503764 1.30104e-17 (Ur,Ur*,Error): 0.0142344 0.0142344 5.20417e-18 (Us,Us*,Error): 0.0844478 0.0844478 2.77556e-17 (R,S): 0.206653 0.212924 (U ,U* ,Error): 0.00936894 0.00936894 6.93889e-18 (Ur,Ur*,Error): 0.0453366 0.0453366 1.38778e-17 (Us,Us*,Error): 0.0880026 0.0880026 6.93889e-17 (R,S): 0.612948 0.809519 (U ,U* ,Error): 0.401677 0.401677 5.55112e-17 (Ur,Ur*,Error): 0.655321 0.655321 6.66134e-16 (Us,Us*,Error): 0.992385 0.992385 3.33067e-16 (R,S): 0.58709 0.215492 (U ,U* ,Error): 0.0272625 0.0272625 3.46945e-18 (Ur,Ur*,Error): 0.0464366 0.0464366 4.16334e-17 (Us,Us*,Error): 0.253026 0.253026 5.55112e-17 Interpolate R^2 * S^1 (R,S,U): 0 0 0 (R,S,U): 0.333333 0 0 (R,S,U): 0.666667 0 0 (R,S,U): 1 0 0 (R,S,U): 0 0.333333 0 (R,S,U): 0.333333 0.333333 0.037037 (R,S,U): 0.666667 0.333333 0.148148 (R,S,U): 1 0.333333 0.333333 (R,S,U): 0 0.666667 0 (R,S,U): 0.333333 0.666667 0.0740741 (R,S,U): 0.666667 0.666667 0.296296 (R,S,U): 1 0.666667 0.666667 (R,S,U): 0 1 0 (R,S,U): 0.333333 1 0.111111 (R,S,U): 0.666667 1 0.444444 (R,S,U): 1 1 1 (R,S): 0.768056 0.723297 (U ,U* ,Error): 0.42668 0.42668 0 (Ur,Ur*,Error): 1.11107 1.11107 2.22045e-16 (Us,Us*,Error): 0.589911 0.589911 1.11022e-16 (R,S): 0.448019 0.855176 (U ,U* ,Error): 0.171652 0.171652 2.77556e-17 (Ur,Ur*,Error): 0.76627 0.76627 5.55112e-16 (Us,Us*,Error): 0.200721 0.200721 2.77556e-17 (R,S): 0.945017 0.909057 (U ,U* ,Error): 0.811841 0.811841 3.33067e-16 (Ur,Ur*,Error): 1.71815 1.71815 6.66134e-16 (Us,Us*,Error): 0.893058 0.893058 1.9984e-15 (R,S): 0.519726 0.0301946 (U ,U* ,Error): 0.00815602 0.00815602 1.73472e-18 (Ur,Ur*,Error): 0.0313858 0.0313858 2.08167e-17 (Us,Us*,Error): 0.270115 0.270115 1.11022e-16 (R,S): 0.481067 0.292313 (U ,U* ,Error): 0.0676486 0.0676486 1.38778e-17 (Ur,Ur*,Error): 0.281244 0.281244 0 (Us,Us*,Error): 0.231425 0.231425 0 Interpolate R^3 * S^0 (R,S,U): 0 0 0 (R,S,U): 0.333333 0 0.037037 (R,S,U): 0.666667 0 0.296296 (R,S,U): 1 0 1 (R,S,U): 0 0.333333 0 (R,S,U): 0.333333 0.333333 0.037037 (R,S,U): 0.666667 0.333333 0.296296 (R,S,U): 1 0.333333 1 (R,S,U): 0 0.666667 0 (R,S,U): 0.333333 0.666667 0.037037 (R,S,U): 0.666667 0.666667 0.296296 (R,S,U): 1 0.666667 1 (R,S,U): 0 1 0 (R,S,U): 0.333333 1 0.037037 (R,S,U): 0.666667 1 0.296296 (R,S,U): 1 1 1 (R,S): 0.90264 0.667842 (U ,U* ,Error): 0.735434 0.735434 0 (Ur,Ur*,Error): 2.44428 2.44428 4.44089e-16 (Us,Us*,Error): 0 5.55112e-16 5.55112e-16 (R,S): 0.412278 0.156948 (U ,U* ,Error): 0.0700762 0.0700762 1.38778e-17 (Ur,Ur*,Error): 0.50992 0.50992 1.11022e-16 (Us,Us*,Error): 0 -2.47198e-17 2.47198e-17 (R,S): 0.833282 0.964404 (U ,U* ,Error): 0.578596 0.578596 2.22045e-16 (Ur,Ur*,Error): 2.08307 2.08307 8.88178e-16 (Us,Us*,Error): 0 -1.77636e-15 1.77636e-15 (R,S): 0.74079 0.456099 (U ,U* ,Error): 0.406523 0.406523 0 (Ur,Ur*,Error): 1.64631 1.64631 2.22045e-16 (Us,Us*,Error): 0 -5.51642e-16 5.51642e-16 (R,S): 0.653561 0.406827 (U ,U* ,Error): 0.279164 0.279164 5.55112e-17 (Ur,Ur*,Error): 1.28143 1.28143 6.66134e-16 (Us,Us*,Error): 0 -8.42208e-16 8.42208e-16 Interpolate R^1 * S^3 (R,S,U): 0 0 0 (R,S,U): 0.333333 0 0 (R,S,U): 0.666667 0 0 (R,S,U): 1 0 0 (R,S,U): 0 0.333333 0 (R,S,U): 0.333333 0.333333 0.0123457 (R,S,U): 0.666667 0.333333 0.0246914 (R,S,U): 1 0.333333 0.037037 (R,S,U): 0 0.666667 0 (R,S,U): 0.333333 0.666667 0.0987654 (R,S,U): 0.666667 0.666667 0.197531 (R,S,U): 1 0.666667 0.296296 (R,S,U): 0 1 0 (R,S,U): 0.333333 1 0.333333 (R,S,U): 0.666667 1 0.666667 (R,S,U): 1 1 1 (R,S): 0.540539 0.832281 (U ,U* ,Error): 0.311628 0.311628 5.55112e-17 (Ur,Ur*,Error): 0.576514 0.576514 6.66134e-16 (Us,Us*,Error): 1.12328 1.12328 2.22045e-16 (R,S): 0.145756 0.717128 (U ,U* ,Error): 0.0537547 0.0537547 2.08167e-17 (Ur,Ur*,Error): 0.3688 0.3688 0 (Us,Us*,Error): 0.224875 0.224875 1.11022e-16 (R,S): 0.775651 0.362262 (U ,U* ,Error): 0.0368751 0.0368751 0 (Ur,Ur*,Error): 0.0475409 0.0475409 1.11022e-16 (Us,Us*,Error): 0.305374 0.305374 4.44089e-16 (R,S): 0.531111 0.379977 (U ,U* ,Error): 0.0291378 0.0291378 6.93889e-18 (Ur,Ur*,Error): 0.0548619 0.0548619 6.245e-17 (Us,Us*,Error): 0.230049 0.230049 1.94289e-16 (R,S): 0.269285 0.877418 (U ,U* ,Error): 0.1819 0.1819 0 (Ur,Ur*,Error): 0.675491 0.675491 1.11022e-16 (Us,Us*,Error): 0.621937 0.621937 1.11022e-16 Interpolate R^2 * S^2 (R,S,U): 0 0 0 (R,S,U): 0.333333 0 0 (R,S,U): 0.666667 0 0 (R,S,U): 1 0 0 (R,S,U): 0 0.333333 0 (R,S,U): 0.333333 0.333333 0.0123457 (R,S,U): 0.666667 0.333333 0.0493827 (R,S,U): 1 0.333333 0.111111 (R,S,U): 0 0.666667 0 (R,S,U): 0.333333 0.666667 0.0493827 (R,S,U): 0.666667 0.666667 0.197531 (R,S,U): 1 0.666667 0.444444 (R,S,U): 0 1 0 (R,S,U): 0.333333 1 0.111111 (R,S,U): 0.666667 1 0.444444 (R,S,U): 1 1 1 (R,S): 0.761285 0.913675 (U ,U* ,Error): 0.483813 0.483813 0 (Ur,Ur*,Error): 1.27104 1.27104 2.22045e-16 (Us,Us*,Error): 1.05905 1.05905 4.44089e-16 (R,S): 0.135794 0.291195 (U ,U* ,Error): 0.00156362 0.00156362 1.95156e-18 (Ur,Ur*,Error): 0.0230292 0.0230292 3.46945e-18 (Us,Us*,Error): 0.0107393 0.0107393 1.73472e-17 (R,S): 0.118211 0.771781 (U ,U* ,Error): 0.00832345 0.00832345 1.38778e-17 (Ur,Ur*,Error): 0.140824 0.140824 2.77556e-17 (Us,Us*,Error): 0.0215695 0.0215695 4.16334e-17 (R,S): 0.320633 0.877413 (U ,U* ,Error): 0.0791451 0.0791451 1.38778e-17 (Ur,Ur*,Error): 0.493681 0.493681 2.77556e-16 (Us,Us*,Error): 0.180406 0.180406 8.32667e-17 (R,S): 0.679476 0.949176 (U ,U* ,Error): 0.41595 0.41595 5.55112e-17 (Ur,Ur*,Error): 1.22433 1.22433 6.66134e-16 (Us,Us*,Error): 0.876445 0.876445 5.55112e-16 Interpolate R^3 * S^1 (R,S,U): 0 0 0 (R,S,U): 0.333333 0 0 (R,S,U): 0.666667 0 0 (R,S,U): 1 0 0 (R,S,U): 0 0.333333 0 (R,S,U): 0.333333 0.333333 0.0123457 (R,S,U): 0.666667 0.333333 0.0987654 (R,S,U): 1 0.333333 0.333333 (R,S,U): 0 0.666667 0 (R,S,U): 0.333333 0.666667 0.0246914 (R,S,U): 0.666667 0.666667 0.197531 (R,S,U): 1 0.666667 0.666667 (R,S,U): 0 1 0 (R,S,U): 0.333333 1 0.037037 (R,S,U): 0.666667 1 0.296296 (R,S,U): 1 1 1 (R,S): 0.793361 0.0213662 (U ,U* ,Error): 0.0106694 0.0106694 0 (Ur,Ur*,Error): 0.0403451 0.0403451 2.77556e-17 (Us,Us*,Error): 0.499359 0.499359 2.22045e-16 (R,S): 0.102278 0.991406 (U ,U* ,Error): 0.00106072 0.00106072 2.25514e-17 (Ur,Ur*,Error): 0.0311129 0.0311129 1.73472e-16 (Us,Us*,Error): 0.00106992 0.00106992 3.29597e-17 (R,S): 0.56326 0.704528 (U ,U* ,Error): 0.125899 0.125899 0 (Ur,Ur*,Error): 0.670558 0.670558 3.33067e-16 (Us,Us*,Error): 0.178701 0.178701 2.77556e-17 (R,S): 0.994146 0.604334 (U ,U* ,Error): 0.593782 0.593782 0 (Ur,Ur*,Error): 1.79184 1.79184 1.11022e-15 (Us,Us*,Error): 0.982539 0.982539 8.88178e-16 (R,S): 0.0461452 0.562029 (U ,U* ,Error): 5.52253e-05 5.52253e-05 2.98156e-19 (Ur,Ur*,Error): 0.00359032 0.00359032 7.32921e-17 (Us,Us*,Error): 9.82605e-05 9.82605e-05 1.87025e-17 Interpolate R^2 * S^3 (R,S,U): 0 0 0 (R,S,U): 0.333333 0 0 (R,S,U): 0.666667 0 0 (R,S,U): 1 0 0 (R,S,U): 0 0.333333 0 (R,S,U): 0.333333 0.333333 0.00411523 (R,S,U): 0.666667 0.333333 0.0164609 (R,S,U): 1 0.333333 0.037037 (R,S,U): 0 0.666667 0 (R,S,U): 0.333333 0.666667 0.0329218 (R,S,U): 0.666667 0.666667 0.131687 (R,S,U): 1 0.666667 0.296296 (R,S,U): 0 1 0 (R,S,U): 0.333333 1 0.111111 (R,S,U): 0.666667 1 0.444444 (R,S,U): 1 1 1 (R,S): 0.0215154 0.609135 (U ,U* ,Error): 0.000104626 0.000104626 4.74338e-19 (Ur,Ur*,Error): 0.00972567 0.00972567 2.77556e-17 (Us,Us*,Error): 0.000515284 0.000515284 6.50521e-19 (R,S): 0.728789 0.748407 (U ,U* ,Error): 0.222646 0.222646 5.55112e-17 (Ur,Ur*,Error): 0.611004 0.611004 2.22045e-16 (Us,Us*,Error): 0.892482 0.892482 4.44089e-16 (R,S): 0.469634 0.135194 (U ,U* ,Error): 0.000544991 0.000544991 7.80626e-18 (Ur,Ur*,Error): 0.00232092 0.00232092 5.63785e-18 (Us,Us*,Error): 0.0120935 0.0120935 1.04083e-17 (R,S): 0.202348 0.86012 (U ,U* ,Error): 0.026054 0.026054 6.93889e-18 (Ur,Ur*,Error): 0.257517 0.257517 1.66533e-16 (Us,Us*,Error): 0.0908734 0.0908734 8.32667e-17 (R,S): 0.0406244 0.773973 (U ,U* ,Error): 0.000765156 0.000765156 4.44523e-18 (Ur,Ur*,Error): 0.0376698 0.0376698 1.38778e-17 (Us,Us*,Error): 0.00296583 0.00296583 8.67362e-19 Interpolate R^3 * S^2 (R,S,U): 0 0 0 (R,S,U): 0.333333 0 0 (R,S,U): 0.666667 0 0 (R,S,U): 1 0 0 (R,S,U): 0 0.333333 0 (R,S,U): 0.333333 0.333333 0.00411523 (R,S,U): 0.666667 0.333333 0.0329218 (R,S,U): 1 0.333333 0.111111 (R,S,U): 0 0.666667 0 (R,S,U): 0.333333 0.666667 0.0164609 (R,S,U): 0.666667 0.666667 0.131687 (R,S,U): 1 0.666667 0.444444 (R,S,U): 0 1 0 (R,S,U): 0.333333 1 0.037037 (R,S,U): 0.666667 1 0.296296 (R,S,U): 1 1 1 (R,S): 0.155941 0.895727 (U ,U* ,Error): 0.0030425 0.0030425 2.29851e-17 (Ur,Ur*,Error): 0.0585318 0.0585318 2.08167e-17 (Us,Us*,Error): 0.00679336 0.00679336 2.77556e-17 (R,S): 0.487127 0.148682 (U ,U* ,Error): 0.0025553 0.0025553 2.60209e-18 (Ur,Ur*,Error): 0.015737 0.015737 6.93889e-18 (Us,Us*,Error): 0.0343728 0.0343728 6.93889e-18 (R,S): 0.893345 0.445207 (U ,U* ,Error): 0.141313 0.141313 0 (Ur,Ur*,Error): 0.474552 0.474552 0 (Us,Us*,Error): 0.634818 0.634818 3.33067e-16 (R,S): 0.599347 0.228689 (U ,U* ,Error): 0.0112597 0.0112597 1.73472e-18 (Ur,Ur*,Error): 0.0563596 0.0563596 3.46945e-17 (Us,Us*,Error): 0.0984714 0.0984714 4.16334e-17 (R,S): 0.5723 0.639618 (U ,U* ,Error): 0.0766853 0.0766853 1.38778e-17 (Ur,Ur*,Error): 0.401985 0.401985 1.66533e-16 (Us,Us*,Error): 0.239785 0.239785 5.55112e-17 Interpolate R^3 * S^3 (R,S,U): 0 0 0 (R,S,U): 0.333333 0 0 (R,S,U): 0.666667 0 0 (R,S,U): 1 0 0 (R,S,U): 0 0.333333 0 (R,S,U): 0.333333 0.333333 0.00137174 (R,S,U): 0.666667 0.333333 0.0109739 (R,S,U): 1 0.333333 0.037037 (R,S,U): 0 0.666667 0 (R,S,U): 0.333333 0.666667 0.0109739 (R,S,U): 0.666667 0.666667 0.0877915 (R,S,U): 1 0.666667 0.296296 (R,S,U): 0 1 0 (R,S,U): 0.333333 1 0.037037 (R,S,U): 0.666667 1 0.296296 (R,S,U): 1 1 1 (R,S): 0.0659845 0.00211991 (U ,U* ,Error): 2.73704e-12 2.73704e-12 5.23167e-20 (Ur,Ur*,Error): 1.2444e-10 1.2444e-10 2.58908e-19 (Us,Us*,Error): 3.87333e-09 3.87333e-09 2.06749e-17 (R,S): 0.629405 0.412842 (U ,U* ,Error): 0.0175445 0.0175445 0 (Ur,Ur*,Error): 0.0836242 0.0836242 2.77556e-17 (Us,Us*,Error): 0.127491 0.127491 2.77556e-17 (R,S): 0.628397 0.469879 (U ,U* ,Error): 0.0257431 0.0257431 0 (Ur,Ur*,Error): 0.122899 0.122899 2.77556e-17 (Us,Us*,Error): 0.16436 0.16436 0 (R,S): 0.258509 0.754493 (U ,U* ,Error): 0.00741978 0.00741978 8.67362e-19 (Ur,Ur*,Error): 0.0861068 0.0861068 1.38778e-17 (Us,Us*,Error): 0.0295024 0.0295024 3.46945e-18 (R,S): 0.768513 0.403978 (U ,U* ,Error): 0.0299246 0.0299246 0 (Ur,Ur*,Error): 0.116815 0.116815 4.16334e-17 (Us,Us*,Error): 0.222224 0.222224 1.94289e-16 INTERP_TEST for element "QL". Number of nodes = 6 Interpolate R^0 * S^0 (R,S,U): 0 0 1 (R,S,U): 0.5 0 1 (R,S,U): 1 0 1 (R,S,U): 0 1 1 (R,S,U): 0.5 1 1 (R,S,U): 1 1 1 (R,S): 0.218418 0.956318 (U ,U* ,Error): 1 1 1.11022e-16 (Ur,Ur*,Error): 0 -6.93889e-17 6.93889e-17 (Us,Us*,Error): 0 0 0 (R,S): 0.829509 0.561695 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 0 0 0 (R,S): 0.415307 0.0661187 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 1.17961e-16 1.17961e-16 (Us,Us*,Error): 0 -1.80411e-16 1.80411e-16 (R,S): 0.257578 0.109957 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 1.58727e-16 1.58727e-16 (Us,Us*,Error): 0 -1.94289e-16 1.94289e-16 (R,S): 0.043829 0.633966 (U ,U* ,Error): 1 1 2.22045e-16 (Ur,Ur*,Error): 0 3.33067e-16 3.33067e-16 (Us,Us*,Error): 0 4.16334e-17 4.16334e-17 Interpolate R^0 * S^1 (R,S,U): 0 0 0 (R,S,U): 0.5 0 0 (R,S,U): 1 0 0 (R,S,U): 0 1 1 (R,S,U): 0.5 1 1 (R,S,U): 1 1 1 (R,S): 0.0617272 0.449539 (U ,U* ,Error): 0.449539 0.449539 0 (Ur,Ur*,Error): 0 1.66533e-16 1.66533e-16 (Us,Us*,Error): 1 1 2.22045e-16 (R,S): 0.401306 0.754673 (U ,U* ,Error): 0.754673 0.754673 1.11022e-16 (Ur,Ur*,Error): 0 -5.55112e-17 5.55112e-17 (Us,Us*,Error): 1 1 0 (R,S): 0.797287 0.00183837 (U ,U* ,Error): 0.00183837 0.00183837 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 1 1 0 (R,S): 0.897504 0.350752 (U ,U* ,Error): 0.350752 0.350752 0 (Ur,Ur*,Error): 0 1.11022e-16 1.11022e-16 (Us,Us*,Error): 1 1 0 (R,S): 0.0945448 0.0136169 (U ,U* ,Error): 0.0136169 0.0136169 0 (Ur,Ur*,Error): 0 -5.20417e-18 5.20417e-18 (Us,Us*,Error): 1 1 0 Interpolate R^1 * S^0 (R,S,U): 0 0 0 (R,S,U): 0.5 0 0.5 (R,S,U): 1 0 1 (R,S,U): 0 1 0 (R,S,U): 0.5 1 0.5 (R,S,U): 1 1 1 (R,S): 0.859097 0.840847 (U ,U* ,Error): 0.859097 0.859097 0 (Ur,Ur*,Error): 1 1 2.22045e-16 (Us,Us*,Error): 0 0 0 (R,S): 0.123104 0.00751236 (U ,U* ,Error): 0.123104 0.123104 0 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 0 0 (R,S): 0.260303 0.912484 (U ,U* ,Error): 0.260303 0.260303 0 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 -1.38778e-17 1.38778e-17 (R,S): 0.113664 0.351629 (U ,U* ,Error): 0.113664 0.113664 2.77556e-17 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 0 0 (R,S): 0.822887 0.267132 (U ,U* ,Error): 0.822887 0.822887 1.11022e-16 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 0 0 Interpolate R^1 * S^1 (R,S,U): 0 0 0 (R,S,U): 0.5 0 0 (R,S,U): 1 0 0 (R,S,U): 0 1 0 (R,S,U): 0.5 1 0.5 (R,S,U): 1 1 1 (R,S): 0.692066 0.561662 (U ,U* ,Error): 0.388708 0.388708 0 (Ur,Ur*,Error): 0.561662 0.561662 0 (Us,Us*,Error): 0.692066 0.692066 0 (R,S): 0.861216 0.453794 (U ,U* ,Error): 0.390814 0.390814 0 (Ur,Ur*,Error): 0.453794 0.453794 5.55112e-17 (Us,Us*,Error): 0.861216 0.861216 0 (R,S): 0.911977 0.597917 (U ,U* ,Error): 0.545286 0.545286 0 (Ur,Ur*,Error): 0.597917 0.597917 1.11022e-16 (Us,Us*,Error): 0.911977 0.911977 0 (R,S): 0.188955 0.761492 (U ,U* ,Error): 0.143887 0.143887 0 (Ur,Ur*,Error): 0.761492 0.761492 1.11022e-16 (Us,Us*,Error): 0.188955 0.188955 2.77556e-17 (R,S): 0.396988 0.185314 (U ,U* ,Error): 0.0735676 0.0735676 0 (Ur,Ur*,Error): 0.185314 0.185314 0 (Us,Us*,Error): 0.396988 0.396988 0 Interpolate R^2 * S^0 (R,S,U): 0 0 0 (R,S,U): 0.5 0 0.25 (R,S,U): 1 0 1 (R,S,U): 0 1 0 (R,S,U): 0.5 1 0.25 (R,S,U): 1 1 1 (R,S): 0.574366 0.367027 (U ,U* ,Error): 0.329896 0.329896 0 (Ur,Ur*,Error): 1.14873 1.14873 0 (Us,Us*,Error): 0 1.38778e-17 1.38778e-17 (R,S): 0.617205 0.361529 (U ,U* ,Error): 0.380942 0.380942 0 (Ur,Ur*,Error): 1.23441 1.23441 0 (Us,Us*,Error): 0 0 0 (R,S): 0.21293 0.714471 (U ,U* ,Error): 0.0453392 0.0453392 6.93889e-18 (Ur,Ur*,Error): 0.42586 0.42586 5.55112e-17 (Us,Us*,Error): 0 0 0 (R,S): 0.117707 0.299329 (U ,U* ,Error): 0.0138549 0.0138549 1.73472e-18 (Ur,Ur*,Error): 0.235414 0.235414 5.55112e-17 (Us,Us*,Error): 0 0 0 (R,S): 0.825003 0.82466 (U ,U* ,Error): 0.68063 0.68063 0 (Ur,Ur*,Error): 1.65001 1.65001 0 (Us,Us*,Error): 0 0 0 Interpolate R^2 * S^1 (R,S,U): 0 0 0 (R,S,U): 0.5 0 0 (R,S,U): 1 0 0 (R,S,U): 0 1 0 (R,S,U): 0.5 1 0.25 (R,S,U): 1 1 1 (R,S): 0.0618618 0.710781 (U ,U* ,Error): 0.00272007 0.00272007 6.50521e-18 (Ur,Ur*,Error): 0.0879403 0.0879403 1.38778e-17 (Us,Us*,Error): 0.00382688 0.00382688 1.73472e-18 (R,S): 0.0882833 0.777994 (U ,U* ,Error): 0.00606364 0.00606364 1.30104e-17 (Ur,Ur*,Error): 0.137368 0.137368 2.77556e-17 (Us,Us*,Error): 0.00779395 0.00779395 1.21431e-17 (R,S): 0.745303 0.308675 (U ,U* ,Error): 0.171462 0.171462 0 (Ur,Ur*,Error): 0.460113 0.460113 0 (Us,Us*,Error): 0.555477 0.555477 0 (R,S): 0.899373 0.763537 (U ,U* ,Error): 0.617603 0.617603 0 (Ur,Ur*,Error): 1.37341 1.37341 0 (Us,Us*,Error): 0.808872 0.808872 0 (R,S): 0.761731 0.40697 (U ,U* ,Error): 0.236137 0.236137 2.77556e-17 (Ur,Ur*,Error): 0.620002 0.620002 0 (Us,Us*,Error): 0.580234 0.580234 0 INTERP_TEST for element "T3". Number of nodes = 3 Interpolate R^0 * S^0 (R,S,U): 0 0 1 (R,S,U): 1 0 1 (R,S,U): 0 1 1 (R,S): 0.781582 0.0436824 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 0 0 0 (R,S): 0.170491 0.438305 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 0 0 0 (R,S): 0.415307 0.0661187 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 0 0 0 (R,S): 0.257578 0.109957 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 0 0 0 (R,S): 0.043829 0.633966 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 0 0 0 Interpolate R^0 * S^1 (R,S,U): 0 0 0 (R,S,U): 1 0 0 (R,S,U): 0 1 1 (R,S): 0.0617272 0.449539 (U ,U* ,Error): 0.449539 0.449539 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 1 1 0 (R,S): 0.598694 0.245327 (U ,U* ,Error): 0.245327 0.245327 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 1 1 0 (R,S): 0.797287 0.00183837 (U ,U* ,Error): 0.00183837 0.00183837 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 1 1 0 (R,S): 0.102496 0.649248 (U ,U* ,Error): 0.649248 0.649248 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 1 1 0 (R,S): 0.0945448 0.0136169 (U ,U* ,Error): 0.0136169 0.0136169 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 1 1 0 Interpolate R^1 * S^0 (R,S,U): 0 0 0 (R,S,U): 1 0 1 (R,S,U): 0 1 0 (R,S): 0.140903 0.159153 (U ,U* ,Error): 0.140903 0.140903 0 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 0 0 (R,S): 0.123104 0.00751236 (U ,U* ,Error): 0.123104 0.123104 0 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 0 0 (R,S): 0.739697 0.0875163 (U ,U* ,Error): 0.739697 0.739697 0 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 0 0 (R,S): 0.113664 0.351629 (U ,U* ,Error): 0.113664 0.113664 0 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 0 0 (R,S): 0.177113 0.732868 (U ,U* ,Error): 0.177113 0.177113 0 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 0 0 INTERP_TEST - Warning! Skipping test for element "T4". INTERP_TEST for element "T6". Number of nodes = 6 Interpolate R^0 * S^0 (R,S,U): 0 0 1 (R,S,U): 1 0 1 (R,S,U): 0 1 1 (R,S,U): 0.5 0 1 (R,S,U): 0.5 0.5 1 (R,S,U): 0 0.5 1 (R,S): 0.781582 0.0436824 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 0 0 0 (R,S): 0.170491 0.438305 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 0 0 0 (R,S): 0.415307 0.0661187 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 -5.55112e-17 5.55112e-17 (Us,Us*,Error): 0 2.22045e-16 2.22045e-16 (R,S): 0.257578 0.109957 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 0 0 0 (R,S): 0.043829 0.633966 (U ,U* ,Error): 1 1 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 0 0 0 Interpolate R^0 * S^1 (R,S,U): 0 0 0 (R,S,U): 1 0 0 (R,S,U): 0 1 1 (R,S,U): 0.5 0 0 (R,S,U): 0.5 0.5 0.5 (R,S,U): 0 0.5 0.5 (R,S): 0.0617272 0.449539 (U ,U* ,Error): 0.449539 0.449539 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 1 1 0 (R,S): 0.598694 0.245327 (U ,U* ,Error): 0.245327 0.245327 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 1 1 0 (R,S): 0.797287 0.00183837 (U ,U* ,Error): 0.00183837 0.00183837 2.1684e-19 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 1 1 0 (R,S): 0.102496 0.649248 (U ,U* ,Error): 0.649248 0.649248 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 1 1 0 (R,S): 0.0945448 0.0136169 (U ,U* ,Error): 0.0136169 0.0136169 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 1 1 0 Interpolate R^1 * S^0 (R,S,U): 0 0 0 (R,S,U): 1 0 1 (R,S,U): 0 1 0 (R,S,U): 0.5 0 0.5 (R,S,U): 0.5 0.5 0.5 (R,S,U): 0 0.5 0 (R,S): 0.140903 0.159153 (U ,U* ,Error): 0.140903 0.140903 0 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 0 0 (R,S): 0.123104 0.00751236 (U ,U* ,Error): 0.123104 0.123104 0 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 0 0 (R,S): 0.739697 0.0875163 (U ,U* ,Error): 0.739697 0.739697 0 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 0 0 (R,S): 0.113664 0.351629 (U ,U* ,Error): 0.113664 0.113664 0 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 0 0 (R,S): 0.177113 0.732868 (U ,U* ,Error): 0.177113 0.177113 2.77556e-17 (Ur,Ur*,Error): 1 1 0 (Us,Us*,Error): 0 0 0 Interpolate R^0 * S^2 (R,S,U): 0 0 0 (R,S,U): 1 0 0 (R,S,U): 0 1 1 (R,S,U): 0.5 0 0 (R,S,U): 0.5 0.5 0.25 (R,S,U): 0 0.5 0.25 (R,S): 0.307934 0.438338 (U ,U* ,Error): 0.19214 0.19214 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 0.876675 0.876675 1.11022e-16 (R,S): 0.138784 0.546206 (U ,U* ,Error): 0.298341 0.298341 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 1.09241 1.09241 0 (R,S): 0.088023 0.402083 (U ,U* ,Error): 0.161671 0.161671 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 0.804166 0.804166 0 (R,S): 0.188955 0.761492 (U ,U* ,Error): 0.57987 0.57987 0 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 1.52298 1.52298 2.22045e-16 (R,S): 0.396988 0.185314 (U ,U* ,Error): 0.0343413 0.0343413 6.93889e-18 (Ur,Ur*,Error): 0 0 0 (Us,Us*,Error): 0.370628 0.370628 0 Interpolate R^1 * S^1 (R,S,U): 0 0 0 (R,S,U): 1 0 0 (R,S,U): 0 1 0 (R,S,U): 0.5 0 0 (R,S,U): 0.5 0.5 0.25 (R,S,U): 0 0.5 0 (R,S): 0.574366 0.367027 (U ,U* ,Error): 0.210808 0.210808 0 (Ur,Ur*,Error): 0.367027 0.367027 0 (Us,Us*,Error): 0.574366 0.574366 0 (R,S): 0.617205 0.361529 (U ,U* ,Error): 0.223137 0.223137 0 (Ur,Ur*,Error): 0.361529 0.361529 0 (Us,Us*,Error): 0.617205 0.617205 0 (R,S): 0.21293 0.714471 (U ,U* ,Error): 0.152132 0.152132 0 (Ur,Ur*,Error): 0.714471 0.714471 0 (Us,Us*,Error): 0.21293 0.21293 0 (R,S): 0.117707 0.299329 (U ,U* ,Error): 0.0352331 0.0352331 0 (Ur,Ur*,Error): 0.299329 0.299329 0 (Us,Us*,Error): 0.117707 0.117707 0