Subject | Hash | Author | Date (UTC) |
---|---|---|---|
schemes: přídat pár komentářů k schematům | e8f1665d43cfb70e89716f591852538df0e27d8c | I am | 2022-01-04 09:00:36 |
mplot.maxes: tri_nodes_plot is almost ready. Zbyvá to udělat hezky | 251a0f4b7909a5468453cfb518c2bbb4064cce51 | I am | 2022-01-04 06:42:36 |
mplot.maxes: add complete tri plots | 08c6e421188c4251cae1aa664a69bdc3a0afb314 | I am | 2022-01-04 05:45:21 |
mplot.mart: add tri_plot() function | aace2f9d02b7744651a089c164af9b7b5824729e | I am | 2022-01-04 05:44:14 |
simplex: fix use before initialization | ff8be3dcc679c4893948d7d1dc6c45402ccee81b | I am | 2022-01-04 05:43:17 |
mplot.maxes: prepare convex_hull_plot() function | 732f16a441c1a5f1160b45d91a050683ee70ff5d | I am | 2022-01-03 15:26:59 |
mplot.mart: comment out old convex plot function, prepare qhull_plot instead | 59de205056903adf87f84c5c1b022c3c83fa9c57 | I am | 2022-01-03 15:24:30 |
mplot.mgraph: prepare orth graph routines | 74e30ed99fcc6e68c6b3bf7e55bbd93fe8f26d13 | I am | 2022-01-02 11:18:11 |
convex_hull: complicate orth estimator | ba5f40eaf0f5f4012ef07f5684d58481cefbfe09 | I am | 2021-12-28 13:56:19 |
reader: explicitly use utf-8 encoding. (Nemělo by to nic pokazit.. Pitomé nastavení ve Windows) | 17bc8a9692695c22f78f8a39ed8aaddd4bfa4808 | I am | 2021-12-26 22:59:41 |
dicebox: walk throw candidates in reversed order | cadf89d0efc973d540b4ee6b337eb175ae962ee8 | I am | 2021-12-24 21:03:00 |
schemes: exclude walkington 5 and 7 (2D and 3D schemes) from offer in higher dimensions | 4d7b7e249c18c41f9220c778ada21116cca02aa0 | I am | 2021-12-23 23:52:07 |
simplex: implement fallback integration | 9a1048540d803a76cba8c92ca67efc16c932f1a9 | I am | 2021-12-23 22:36:38 |
schemes: oprava komentaře | bfa1fd1f1e1fe2e86838ee2f63f43fab50d0d115 | I am | 2021-12-22 13:40:45 |
schemes: send degree parameter as is to quadpy. | a1758193a21bf47031e376612418c26c1eb1d289 | I am | 2021-12-22 11:53:30 |
qt_gui: allow zero degree for cubature schemes | ed4cf50cdbf382999ef9e161dbec0e97ed508739 | I am | 2021-12-22 11:52:03 |
simplex: teď budeme hlídát aby vysledek integrace nebyl záporný | 173727edac0fb6611aaa2da2ed0d200a7377a2a4 | I am | 2021-12-22 08:31:01 |
dicebox: comment out our favorite print debug | 2963588b1d47a8c35a0c3ae8c611427ecbb3a843 | I am | 2021-12-22 08:30:16 |
mplot.mart: use fancy arrows instead of triangle markers | ac42eaf4b8e12037720601d2335d44ae0b057feb | I am | 2021-12-22 04:32:06 |
mplot: use the same global settings for both TeX and nonTeX plots | 3aab574123f38a35557e5c018b2e947da7feca0a | I am | 2021-12-22 04:22:58 |
File | Lines added | Lines deleted |
---|---|---|
schemes.py | 4 | 4 |
File schemes.py changed (mode: 100644) (index 23e6a1b..0b6f187) | |||
... | ... | def get_all_tn_simplex_schemes(dim): | |
72 | 72 | tn_simplices = [ | tn_simplices = [ |
73 | 73 | 'stroud_tn_1_1', # i p # single centroid point | 'stroud_tn_1_1', # i p # single centroid point |
74 | 74 | 'stroud_tn_1_2', # v p # vertices only # laufer_1 | 'stroud_tn_1_2', # v p # vertices only # laufer_1 |
75 | 'stroud_tn_2_1a', # i p, positive # ndim + 1 points # Hammer-Stround 1a | ||
76 | 'stroud_tn_2_1b', # i p, positive # ndim + 1 points # Hammer-Stround 1b | ||
75 | 'stroud_tn_2_1a', # i p, positive, stejné váhy # ndim + 1 points # Hammer-Stround 1a # umísuje bodíky s odstupem od středu směrem k vrcholům | ||
76 | 'stroud_tn_2_1b', # i p, positive, stejné váhy # ndim + 1 points # Hammer-Stround 1b # umísuje bodíky na stěny simplexu | ||
77 | 77 | 'stroud_tn_2_2', # negative # laufer_2 | 'stroud_tn_2_2', # negative # laufer_2 |
78 | 78 | 'stroud_tn_3_1', # i negative | 'stroud_tn_3_1', # i negative |
79 | 79 | 'stroud_tn_3_2', # v negative | 'stroud_tn_3_2', # v negative |
80 | 80 | 'stroud_tn_3_3', # v negative pro ndim >=4 | 'stroud_tn_3_3', # v negative pro ndim >=4 |
81 | 81 | 'stroud_tn_3_4', # i p, positive # 45 points at 8D # Stroud 1966-II | 'stroud_tn_3_4', # i p, positive # 45 points at 8D # Stroud 1966-II |
82 | 82 | 'stroud_tn_3_5', # v negative pro ndim >=7 | 'stroud_tn_3_5', # v negative pro ndim >=7 |
83 | 'stroud_tn_3_6a', # i p, positive # 72 points at 8D # Stroud 1964a # obecně ndim <= 9 | ||
84 | 'stroud_tn_3_6b', # i p, positive # 72 points at 8D # Stroud 1964b | ||
83 | 'stroud_tn_3_6a', # i p, positive, stejné váhy # 72 points at 8D # Stroud 1964a # obecně ndim <= 9 | ||
84 | 'stroud_tn_3_6b', # i p, positive, stejné váhy # 72 points at 8D # Stroud 1964b | ||
85 | 85 | 'stroud_tn_3_7', # v, positive pro ndim <= 9 # 94 points at 8D | 'stroud_tn_3_7', # v, positive pro ndim <= 9 # 94 points at 8D |
86 | 86 | 'stroud_tn_3_8', # v, positive pro ndim <= 9 # 102 points at 8D | 'stroud_tn_3_8', # v, positive pro ndim <= 9 # 102 points at 8D |
87 | 87 | 'stroud_tn_3_9', # v n # laufer_3 | 'stroud_tn_3_9', # v n # laufer_3 |