forked from johannesgerer/jburkardt-f
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstrang3_exact.txt
54 lines (39 loc) · 1.57 KB
/
strang3_exact.txt
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
3 July 2007 11:59:57.509 AM
NINT_EXACTNESS_TRI
FORTRAN90 version
Investigate the polynomial exactness of a quadrature
rule for the triangle by integrating all monomials
of a given degree.
The rule will be adjusted to the unit triangle.
NINT_EXACTNESS_TRI: User input:
Quadrature rule X file = "strang3_x.txt".
Quadrature rule W file = "strang3_w.txt".
Quadrature rule R file = "strang3_r.txt".
Maximum total degree to check = 5
Spatial dimension = 2
Number of points = 4
Error Degree Exponents
0.0000000000000006 0 0 0
0.0000000000000003 1 1 0
0.0000000000000003 1 0 1
0.0000000000000006 2 2 0
0.0000000000000003 2 1 1
0.0000000000000006 2 0 2
0.0000000000000002 3 3 0
0.0000000000000002 3 2 1
0.0000000000000002 3 1 2
0.0000000000000004 3 0 3
0.0666666666666670 4 4 0
0.1333333333333331 4 3 1
0.1999999999999997 4 2 2
0.1333333333333331 4 1 3
0.0666666666666669 4 0 4
0.1911111111111113 5 5 0
0.2444444444444445 5 4 1
0.1911111111111107 5 3 2
0.1911111111111107 5 2 3
0.2444444444444442 5 1 4
0.1911111111111115 5 0 5
NINT_EXACTNESS_TRI:
Normal end of execution.
3 July 2007 11:59:57.537 AM