https://mooseframework.inl.gov
LAROMANCE3TileTest.C
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://mooseframework.inl.gov
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
10 #include "LAROMANCE3TileTest.h"
11 
12 registerMooseObject("SolidMechanicsTestApp", LAROMANCE3TileTest);
13 registerADMooseObject("SolidMechanicsTestApp", ADLAROMANCE3TileTest);
14 
15 template <bool is_ad>
18 {
20  params.addClassDescription("LAROMANCE partitioned creep update model for 316H");
21 
22  // Override defaults for material specific parameters below
23  params.addRangeCheckedParam<Real>("initial_cell_dislocation_density",
24  4.0e12,
25  "initial_cell_dislocation_density >=3.000000e+12 & "
26  "initial_cell_dislocation_density <= 6.000000e+12",
27  "Initial density of mobile (glissile) dislocations (1/m^2)");
28  params.addRangeCheckedParam<Real>(
29  "max_relative_cell_dislocation_increment",
30  0.5,
31  "max_relative_cell_dislocation_increment > 0.0",
32  "Maximum increment of density of mobile (glissile) dislocations.");
33  params.addRangeCheckedParam<Real>("initial_wall_dislocation_density",
34  5.0e12,
35  "initial_wall_dislocation_density >= 4.000000e+11 & "
36  "initial_wall_dislocation_density <= 6.000000e+12",
37  "Immobile (locked) dislocation density initial value (1/m^2).");
38  params.addRangeCheckedParam<Real>(
39  "max_relative_wall_dislocation_increment",
40  0.5,
41  "max_relative_wall_dislocation_increment > 0.0",
42  "Maximum increment of immobile (locked) dislocation density initial value (1/m^2).");
43  return params;
44 }
45 
46 template <bool is_ad>
48  : LAROMANCEPartitionStressUpdateBaseTempl<is_ad>(parameters)
49 {
50 }
51 
52 template <bool is_ad>
53 std::vector<std::vector<unsigned int>>
55 {
56  return {{1, 1, 2, 1, 2}, {1, 1, 2, 1, 2}};
57 }
58 
59 template <bool is_ad>
60 std::vector<std::vector<std::vector<
61  std::vector<typename LAROMANCEPartitionStressUpdateBaseTempl<is_ad>::ROMInputTransform>>>>
63 {
64  const std::vector<typename LAROMANCEPartitionStressUpdateBaseTempl<is_ad>::ROMInputTransform>
70 
71  return {{{transforms, transforms, transforms},
72  {transforms, transforms, transforms},
73  {transforms, transforms, transforms},
74  {transforms, transforms, transforms}},
75  {{transforms, transforms, transforms},
76  {transforms, transforms, transforms},
77  {transforms, transforms, transforms}}};
78 }
79 
80 template <bool is_ad>
81 std::vector<std::vector<std::vector<std::vector<Real>>>>
83 {
84  const std::vector<Real> zeros = {0., 0., 0., 0., 0.};
85  return {
86  {{zeros, zeros, zeros}, {zeros, zeros, zeros}, {zeros, zeros, zeros}, {zeros, zeros, zeros}},
87  {{zeros, zeros, zeros}, {zeros, zeros, zeros}, {zeros, zeros, zeros}}};
88 }
89 
90 template <bool is_ad>
91 std::vector<std::vector<std::vector<std::vector<Real>>>>
93 {
94  return getInputLimits();
95 }
96 
97 template <bool is_ad>
98 std::vector<std::vector<std::vector<std::vector<Real>>>>
100 {
101  return {{{{2968622347857.638, 6.e12}, {4.e10, 6.e11}, {25.68, 67.12}, {0., 0.2}, {821.0, 905.0}},
102  {{2610896470851.053, 6.e12}, {4.e10, 6.e11}, {25.68, 67.12}, {0., 0.2}, {881.0, 965.0}},
103  {{2956225926813.723, 6.e12}, {4.e10, 6.e11}, {55.28, 96.72}, {0., 0.2}, {821.0, 905.0}},
104  {{2610896470851.053, 6.e12}, {4.e10, 6.e11}, {55.28, 96.72}, {0., 0.2}, {881.0, 965.0}}},
105  {{{2610896470851.053, 6.e12},
106  {399906370400.5274, 6.e11},
107  {25.68, 67.12},
108  {0., 0.2},
109  {881.0, 965.0}},
110  {{2756786861082.1323, 6.e12},
111  {399667396951.5037, 6.e11},
112  {55.28, 96.72},
113  {0., 0.2},
114  {821.0, 905.0}},
115  {{2403341139508.535, 6.e12},
116  {399232564175.43, 6.e11},
117  {55.28, 96.72},
118  {0., 0.2},
119  {881.0, 965.0}}}};
120 }
121 
122 template <bool is_ad>
123 std::vector<std::vector<std::vector<std::vector<Real>>>>
125 {
126  const std::vector<std::vector<Real>> ones = {{1.}, {1.}, {1.}};
127  return {{ones, ones, ones, ones}, {ones, ones, ones}};
128 }
129 
130 template <bool is_ad>
131 std::vector<std::vector<Real>>
133 {
134  return {{1.6581218563057099, 1.1758176493217198, 1.1803210737475025, 1.0674520293922698,
135  1.2047499118540315, 1.4394449840763748, 1.1345624565859735, 1.2379432418172194,
136  1.4058235913278836, 1.2554400306498077, 1.1125654766818365, 1.1549544936836493,
137  1.5051076132354282, 1.2731353903410767, 1.0410386003240812, 1.2555055858650777,
138  1.0512214666171027, 1.2183734075151134, 1.1916326408628595, 0.9924215019224658,
139  1.2357662680548995, 1.1343598180169714, 1.2425137283870411, 1.0545497517828750,
140  1.1505466783939284, 1.2408194846994445, 1.2981055896485756, 1.1517163160998172,
141  1.0289953768800819, 1.1665809906306757, 1.0522696326169394, 0.9775450062920942,
142  1.4411321378014008, 1.0893151656237159, 1.1321646665251177, 1.1740354738976495,
143  1.3311080652194094, 1.3112855893282822, 1.1427567355994932, 1.2476108786485316,
144  1.1375158320695500, 1.4902537624330685, 1.1562974510841002, 1.1162855930683970,
145  1.1086690453975865, 1.2267936221115545, 1.1122808478392914, 1.3297325701749501,
146  1.4557574043919774, 1.1255399194251390},
147  {0.,
148  1.1691111777338534,
149  0.2456775093057707,
150  0.4645343549655378,
151  0.4948574808895208,
152  0.3601468075836039,
153  0.9089720837669264,
154  0.3800746388861208,
155  0.2863850014994204,
156  0.3012398670910463,
157  0.9724346523230799,
158  0.3324807658634150,
159  0.2172001240407511,
160  0.4921545153304026,
161  0.7707645320063702,
162  0.1004215126564281,
163  0.3181916469489478,
164  0.7929830506683628,
165  0.7491513823146209,
166  0.4518914329203988,
167  0.3488388230206559,
168  0.2579233182669618,
169  0.3930785758188784,
170  0.1443210608058108,
171  0.6091539888860542,
172  0.7458618952107910,
173  0.2278299602507173,
174  0.3260625915736565,
175  0.1765407566951365,
176  0.3924973100675523,
177  0.4087488945211746,
178  0.4030679655180582,
179  0.2939123918883275,
180  0.5155052382010648,
181  0.2782423430811239,
182  0.5208863826013158,
183  0.5415240766023979,
184  0.1869857800676068,
185  0.2323022198856151,
186  0.5923761088429574,
187  0.6157690088138208,
188  0.1325371610728103,
189  0.4046212135351617,
190  0.3810264030264215,
191  0.7227225900295333,
192  0.2601052671816037,
193  0.4800701656169991,
194  0.6839940667013440,
195  0.0942870146950222,
196  0.3616323996042650},
197  {0.,
198  0.,
199  1.1383553112484470,
200  0.7008654834737748,
201  0.0968646979261693,
202  0.1353915060943954,
203  0.1928332754033468,
204  0.1553328641917124,
205  0.3372791512905164,
206  0.2241331464739175,
207  0.1318749736171505,
208  0.4451014147132101,
209  0.1772563093755310,
210  0.3052938554053654,
211  0.1315190837493836,
212  0.4144777342445239,
213  0.7067891185739658,
214  0.1490524463067450,
215  0.3170006065609277,
216  0.4783979267270375,
217  0.1558841629977858,
218  0.7900291661728324,
219  0.4885922521395424,
220  0.4445751530126237,
221  0.2589479527791540,
222  0.0119327050162290,
223  0.4439955548992717,
224  0.6106379938611681,
225  0.6548390170473160,
226  0.7820060724304834,
227  0.5181457315777872,
228  0.5746933204481778,
229  0.0438349721461262,
230  0.3468898924434666,
231  0.6640725222819088,
232  0.3217876763813262,
233  0.0440995628250790,
234  0.5597236217803058,
235  1.0035848168721822,
236  0.3940528040387576,
237  0.0765120378797075,
238  0.0966841546747156,
239  0.4075200501698330,
240  0.3278696031024521,
241  0.1621733213815381,
242  0.5610673977023398,
243  0.6154586506756609,
244  0.0820977394354092,
245  0.3471913674887268,
246  0.5281212188847767},
247  {0.,
248  0.,
249  0.,
250  0.9502155873468091,
251  0.1461961892447300,
252  0.0721583729995062,
253  0.2621661932709235,
254  0.1506400080262423,
255  0.1666853080250811,
256  0.1544180781202311,
257  0.1317084017955360,
258  0.2059506186354410,
259  0.0359437018862801,
260  0.2909862553503124,
261  0.2067004030532389,
262  0.0895499339157979,
263  0.4392084880281130,
264  0.1737495018674454,
265  0.2924870092214982,
266  0.5455875154302962,
267  0.1531458233921072,
268  0.2662263738038810,
269  0.1347602510467596,
270  0.1714091758251344,
271  0.2861609634495403,
272  0.0629111433599956,
273  0.1782115268349476,
274  0.4047700646023290,
275  0.2479426179798945,
276  0.5079072000168103,
277  0.4854452131708417,
278  0.5863695450281203,
279  0.0558464870025672,
280  0.4297779351784780,
281  0.2963552316620806,
282  0.2739057598952468,
283  0.0738262118389017,
284  0.1248838671269171,
285  0.1541971078824457,
286  0.2455996538173290,
287  0.1357835521645541,
288  0.0459322523209312,
289  0.3156516765006392,
290  0.2871565562644490,
291  0.2492438217759177,
292  0.2052338412983413,
293  0.6955202302068795,
294  0.0470250578938224,
295  0.0407541915225526,
296  0.4368608330849873},
297  {0.,
298  0.,
299  0.,
300  0.,
301  1.0110913501756729,
302  0.1080761634867471,
303  0.1084075674398868,
304  0.7478235960823530,
305  0.2391677569843354,
306  0.5845571629405334,
307  -0.0458875463370856,
308  0.2123109185183384,
309  -0.0016537762558154,
310  0.4154465687154685,
311  0.3362621768687452,
312  0.2848923127036086,
313  0.1638034372134362,
314  0.1489899859626990,
315  0.0164960223042561,
316  0.3135384617482869,
317  0.6959485389154834,
318  0.0646855015390527,
319  -0.0271296106103714,
320  0.3350956836587520,
321  0.3834488344973043,
322  0.4381101416133104,
323  0.2253747785731946,
324  0.2707248504811567,
325  0.2197378978501184,
326  0.0271557292713335,
327  0.3062379827182658,
328  0.2268220546536008,
329  0.3725539074046974,
330  0.4514297251024047,
331  0.1060988689712115,
332  0.3043766221693837,
333  0.3541795305009987,
334  0.1173845665476045,
335  0.0479540247245293,
336  -0.0032242058069508,
337  0.6621076293924099,
338  0.2713738786708829,
339  0.2231173659998082,
340  0.3859163140542235,
341  0.4804254643417659,
342  0.2135519818902229,
343  0.0923936383509307,
344  0.0363802915968121,
345  0.1155408371164584,
346  0.3481198544223499},
347  {0.,
348  0.,
349  0.,
350  0.,
351  0.,
352  0.7158507926200702,
353  0.0567862495047187,
354  -0.0225369443379152,
355  0.1603272117595304,
356  -0.0353205654992578,
357  0.0464011285852561,
358  -0.1069450602907558,
359  0.3550526911370626,
360  0.1261683836327124,
361  -0.0862609037712445,
362  0.0411089482268569,
363  -0.0690020028754064,
364  0.2779453532721539,
365  0.0716956904563832,
366  -0.0476837356605644,
367  0.1273747959289220,
368  0.1324542835330877,
369  -0.0127285436072661,
370  0.0522480038297604,
371  -0.0568580601882296,
372  0.0607238615688006,
373  0.2492430049421301,
374  -0.0005560559138718,
375  0.0119182943575952,
376  0.0833012887660783,
377  -0.0566875037217715,
378  -0.0551346126101146,
379  0.2194696466936402,
380  0.0880738051592226,
381  0.1874342194316434,
382  -0.0704857602882079,
383  0.3533754837058726,
384  0.2119162394524022,
385  -0.0033472005353858,
386  0.0713614070260824,
387  -0.0605339833548545,
388  0.1339095254316366,
389  0.2967486278036409,
390  0.2311415454813934,
391  -0.0387852058518652,
392  -0.0604971373258500,
393  0.0897452758529976,
394  0.3332137402456430,
395  0.0224372275135262,
396  0.0223497515308387},
397  {0.,
398  0.,
399  0.,
400  0.,
401  0.,
402  0.,
403  0.7176442082179092,
404  0.0110497914885871,
405  0.0535886723876806,
406  0.0130597536414594,
407  0.2676879760727395,
408  0.0650136304607880,
409  0.0078001895499852,
410  0.1490215009381593,
411  0.2493018553498119,
412  -0.0305742546141776,
413  0.0252052603405018,
414  0.2347901367113661,
415  0.3558590310649988,
416  0.1275956096150752,
417  -0.0029542505493872,
418  -0.0045278539526935,
419  0.0858718168659937,
420  -0.0301981523745358,
421  0.2160063071586226,
422  0.0540088162042960,
423  0.0086087796503323,
424  0.0408242468196550,
425  -0.0259570971262535,
426  0.0390213565178743,
427  0.0955323892132555,
428  0.0779909991887976,
429  -0.0154029492439527,
430  0.1699689019189665,
431  0.0102667783741452,
432  0.1633206988060861,
433  0.0193151995868844,
434  -0.0009724670533835,
435  -0.0154609347329054,
436  0.2042006475205820,
437  0.0813351998925289,
438  -0.0191269894658659,
439  0.0804304465444593,
440  0.0609710234936193,
441  0.2566116824334158,
442  0.0340372269653808,
443  0.1003719265379815,
444  0.0486386263390048,
445  0.0017061144302702,
446  0.0619528352626829},
447  {0.,
448  0.,
449  0.,
450  0.,
451  0.,
452  0.,
453  0.,
454  0.6824346385901218,
455  0.1582310575338489,
456  0.5585956298571473,
457  -0.0213366355848031,
458  0.2653456586431907,
459  -0.0155432034037526,
460  0.1703518605284852,
461  0.1284265841734888,
462  0.2182749417737586,
463  0.1620143437540470,
464  -0.0341232767025919,
465  0.0200937342734381,
466  0.1757810823403212,
467  0.1705456633281296,
468  0.0042284035811713,
469  0.0594852540032644,
470  0.1906231568809773,
471  0.2313565310865220,
472  0.0524460779321533,
473  0.0762780397873344,
474  0.2014411425780697,
475  0.1491011865726700,
476  0.0060141897486545,
477  0.2215814220758268,
478  0.1500980315306657,
479  0.1133315028512455,
480  0.0951706269476954,
481  0.0047825116215934,
482  0.2569588200422473,
483  -0.0013174072245422,
484  0.0449860298947006,
485  0.0424562724653503,
486  0.0370306754855329,
487  0.2018089229254409,
488  0.1411844304038004,
489  -0.0047481402051797,
490  0.0381940261240148,
491  0.1359523147849149,
492  0.2486855801332304,
493  0.0131208142823658,
494  -0.0205593110774905,
495  0.1335274568885508,
496  0.2041638364791827},
497  {0.,
498  0.,
499  0.,
500  0.,
501  0.,
502  0.,
503  0.,
504  0.,
505  0.6623108706235438,
506  0.1245372383198810,
507  -0.0282421422778194,
508  0.1371168141073190,
509  0.0445119621343058,
510  0.3002122589436362,
511  0.0018662408457998,
512  0.1953132659609682,
513  0.1067933367131067,
514  0.0268415455080042,
515  0.0573886486452353,
516  0.0828381248166700,
517  0.0905489749828543,
518  0.0741561893921213,
519  0.0737793159248325,
520  0.1203652731083660,
521  0.1060181057585563,
522  0.0117162141647818,
523  0.2442401810577365,
524  0.2257951662939371,
525  0.1160838716430971,
526  0.0901808760707112,
527  0.1272844159892879,
528  0.0728858319578042,
529  0.0962645752839676,
530  0.1170086860740501,
531  0.0911932095693616,
532  0.1402483660252884,
533  0.0250877906224306,
534  0.2068092886154508,
535  0.0581913665020561,
536  0.0982127034477863,
537  -0.0113423314716836,
538  0.1530522610012273,
539  0.1026822599926921,
540  0.1051328343766529,
541  0.0390209403344165,
542  0.2379922724709231,
543  0.0814617159722475,
544  -0.0072426939717816,
545  0.2642439167161180,
546  0.2050360703546551},
547  {0.,
548  0.,
549  0.,
550  0.,
551  0.,
552  0.,
553  0.,
554  0.,
555  0.,
556  0.5811614013298999,
557  -0.0081528991158031,
558  0.2246488737113476,
559  -0.0175877589788432,
560  0.0464706279535779,
561  0.0552398738203006,
562  0.1946016864635323,
563  0.1419062576184848,
564  -0.0250198242191893,
565  0.0016187948005328,
566  0.1229056790436919,
567  0.0575899218008272,
568  0.0016375789502871,
569  0.0424539345585168,
570  0.1663141259753662,
571  0.1122014502803282,
572  -0.0014490824629534,
573  0.0306880260647588,
574  0.1521217286528401,
575  0.1396179191524032,
576  -0.0091585146023161,
577  0.1653906747849127,
578  0.1171923342260087,
579  0.0274081000160764,
580  0.0425058673228249,
581  0.0001197729195386,
582  0.1565335350129624,
583  -0.0161617373014524,
584  0.0164198500919052,
585  0.0387457662199375,
586  0.0087732863152508,
587  0.0435880214825011,
588  0.0705095188994762,
589  -0.0122741865802808,
590  0.0181829462309990,
591  0.0444516665662926,
592  0.2193079466681207,
593  -0.0025726216610844,
594  -0.0166114003950580,
595  0.0944598928474395,
596  0.1413660392380071},
597  {0.,
598  0.,
599  0.,
600  0.,
601  0.,
602  0.,
603  0.,
604  0.,
605  0.,
606  0.,
607  0.6737684773617627,
608  0.0340982489492888,
609  0.0315190892362918,
610  -0.0343343437599912,
611  0.0463074420296290,
612  -0.0281548362103626,
613  -0.0156246580832074,
614  0.0309072809270455,
615  0.1882460937530956,
616  -0.0262088915841539,
617  -0.0256142264415498,
618  -0.0140218057001404,
619  0.1364364520802996,
620  -0.0404983771085861,
621  0.0039144238677955,
622  -0.0363246937151732,
623  -0.0281179810313995,
624  -0.0335952799866507,
625  -0.0418609414611306,
626  0.0078228547375505,
627  -0.0232029480566627,
628  -0.0230277896633305,
629  -0.0214534022588490,
630  -0.0482078581739537,
631  -0.0156137256146772,
632  0.0261657705746810,
633  -0.0281711677525292,
634  -0.0162953425728392,
635  -0.0179631391949090,
636  0.1626544218876037,
637  -0.0080027677512468,
638  -0.0183956815685355,
639  -0.0152013841949175,
640  -0.0367339501405264,
641  -0.0249116478038098,
642  0.0008220264641466,
643  -0.0081829864421398,
644  0.0932927611655138,
645  0.0002692166366841,
646  -0.0415436060443540},
647  {0.,
648  0.,
649  0.,
650  0.,
651  0.,
652  0.,
653  0.,
654  0.,
655  0.,
656  0.,
657  0.,
658  0.9288674453398574,
659  0.0018648398016666,
660  0.0189017971931428,
661  0.2006358393407717,
662  0.0130924812357169,
663  0.3129664895770570,
664  -0.0581179917768857,
665  0.0886209613527664,
666  0.1881609523880437,
667  -0.0797810062587502,
668  -0.0868740650449596,
669  0.3169656024180900,
670  -0.0189357700821821,
671  0.2795138020248478,
672  0.0356316381617105,
673  -0.0876715659301206,
674  0.1454972001985984,
675  0.0447674911002965,
676  -0.0214663407785383,
677  0.2730752901716913,
678  0.2050853012134847,
679  -0.0319597112518555,
680  -0.0297625019783603,
681  -0.1075848884353395,
682  0.4367683795997324,
683  -0.0441128199133974,
684  -0.0684916251079898,
685  0.0405290998210540,
686  0.1612958812550589,
687  0.1194329991455052,
688  -0.0339486545937373,
689  -0.1209568158146895,
690  -0.1152764519580684,
691  0.1249602473148672,
692  0.4350486500495813,
693  -0.0417312576042194,
694  0.0004248767289560,
695  0.0853344529488500,
696  0.0750795665116641},
697  {0.,
698  0.,
699  0.,
700  0.,
701  0.,
702  0.,
703  0.,
704  0.,
705  0.,
706  0.,
707  0.,
708  0.,
709  0.5239049178009771,
710  -0.0183103991724262,
711  -0.0127963418159405,
712  -0.0085357656357986,
713  -0.0263101629842955,
714  -0.0012641400255445,
715  0.0441626248933552,
716  -0.0272634752874384,
717  -0.0297096660247981,
718  0.0276064931726179,
719  0.1009663891875331,
720  -0.0199672888543540,
721  -0.0066727281803095,
722  -0.0166958912616112,
723  0.0258894915946717,
724  -0.0246875101304492,
725  -0.0238718954883591,
726  0.0242518565942371,
727  -0.0251780901129892,
728  -0.0289049702919007,
729  -0.0372220966714004,
730  -0.0280401210849193,
731  0.0288489372489628,
732  -0.0004003570030856,
733  -0.0393872214526094,
734  0.0753059694405292,
735  -0.0112062179275125,
736  0.0868251894705559,
737  -0.0078870869843085,
738  -0.0259922877246984,
739  0.0061087081002672,
740  -0.0220450124964644,
741  -0.0145471618703621,
742  -0.0059987369276990,
743  0.0014413481453403,
744  0.0773214119705197,
745  0.0491484747174286,
746  -0.0274537336674061},
747  {0.,
748  0.,
749  0.,
750  0.,
751  0.,
752  0.,
753  0.,
754  0.,
755  0.,
756  0.,
757  0.,
758  0.,
759  0.,
760  0.6119650073300059,
761  0.0426164875169098,
762  -0.0059522486253248,
763  0.0541768032993288,
764  0.0827955432737056,
765  0.0422642784110283,
766  0.1466629600311902,
767  0.0726512337590025,
768  0.0343210458816537,
769  -0.0180569701043982,
770  0.0310611402486692,
771  0.1546097111082059,
772  0.0437832342452759,
773  0.0727747131902471,
774  0.1512189192696416,
775  0.0408825324921301,
776  0.0490672094010172,
777  0.1435133519399088,
778  0.1006777118791851,
779  0.0188561890454073,
780  0.2710940115374831,
781  0.0562445923538091,
782  0.1094494377344838,
783  0.0574338453465242,
784  0.0252540249241238,
785  0.0111403490210949,
786  0.0344952905680269,
787  0.0252642697055446,
788  -0.0110585942913246,
789  0.1247592011277003,
790  0.1449569607180148,
791  0.1370318191912032,
792  0.0330864575671887,
793  0.1076242838777497,
794  0.0130025950233458,
795  -0.0349446081518308,
796  0.2087729282487733},
797  {0.,
798  0.,
799  0.,
800  0.,
801  0.,
802  0.,
803  0.,
804  0.,
805  0.,
806  0.,
807  0.,
808  0.,
809  0.,
810  0.,
811  0.8745938933956865,
812  -0.0529448690720392,
813  0.0230937591077700,
814  -0.0552354952539948,
815  0.0332456097603503,
816  0.1352983102137875,
817  -0.0530879928689224,
818  -0.0400851146537361,
819  0.0370046578028920,
820  -0.0530831367828321,
821  0.3298040969563950,
822  0.1333283753631743,
823  -0.0482210871009546,
824  -0.0005142018130743,
825  -0.0375426499878455,
826  -0.0223846385403983,
827  0.0964234025615017,
828  0.0878645777371793,
829  -0.0164760615282442,
830  0.0367492605167181,
831  -0.0497166880340503,
832  0.2224324705380382,
833  -0.0205825939022630,
834  -0.0386209561155128,
835  -0.0146824621449752,
836  0.0362280348571763,
837  0.3155050527088247,
838  -0.0252370075147904,
839  -0.0591035788933451,
840  -0.0518394469279768,
841  0.4220060596304914,
842  -0.0152044528586923,
843  -0.0167233452644188,
844  -0.0284108415056417,
845  -0.0183993784095358,
846  0.0078402863577700},
847  {0.,
848  0.,
849  0.,
850  0.,
851  0.,
852  0.,
853  0.,
854  0.,
855  0.,
856  0.,
857  0.,
858  0.,
859  0.,
860  0.,
861  0.,
862  0.8785518747531790,
863  0.0991454068650841,
864  0.0030959117147526,
865  -0.0473695314331540,
866  0.0668662012110460,
867  0.1653170768952121,
868  0.1858185584022703,
869  -0.0658792973236752,
870  0.6065840873127324,
871  -0.0439300818692672,
872  -0.0350347158165408,
873  0.2996714641650920,
874  0.1579925051692773,
875  0.4394806669997279,
876  0.0146967750029929,
877  0.0701305464453603,
878  0.0798601987447986,
879  0.0368088366075889,
880  0.0931176241319817,
881  0.2164885587467272,
882  -0.0526311699021392,
883  0.0116831176572198,
884  0.2692564251128820,
885  0.1139248735339375,
886  -0.0727158289987709,
887  -0.0348001252963010,
888  0.1415045163432915,
889  0.1618030271274693,
890  0.2246321520860304,
891  -0.0176973356575963,
892  0.1061254720142855,
893  0.0353469109194215,
894  -0.0353577880624077,
895  0.1791353401172281,
896  0.1650114653125941},
897  {0.,
898  0.,
899  0.,
900  0.,
901  0.,
902  0.,
903  0.,
904  0.,
905  0.,
906  0.,
907  0.,
908  0.,
909  0.,
910  0.,
911  0.,
912  0.,
913  0.8052322675282458,
914  -0.0154368103735476,
915  -0.0129960896487102,
916  0.3322404970217080,
917  0.0008822492254329,
918  0.0354856689706443,
919  -0.0120395195908413,
920  0.1090863743234644,
921  0.0416657148625835,
922  -0.0199182981767738,
923  0.0056658719910467,
924  0.3288089364276641,
925  0.2593782778023423,
926  0.0178156148245012,
927  0.4030259926465976,
928  0.4562282854115380,
929  -0.0194652981146971,
930  0.0840525355195263,
931  0.0237313985135187,
932  0.0450307640485336,
933  -0.0145669713177009,
934  -0.0028319260435023,
935  0.1426676572059972,
936  -0.0172876234684537,
937  -0.0079022839826011,
938  -0.0193742043271390,
939  -0.0020243222907644,
940  0.0257362275211289,
941  0.0197694370227790,
942  0.1765593481503303,
943  0.0225400054564994,
944  -0.0135577028079490,
945  -0.0058953375464857,
946  0.2569419598809629},
947  {0.,
948  0.,
949  0.,
950  0.,
951  0.,
952  0.,
953  0.,
954  0.,
955  0.,
956  0.,
957  0.,
958  0.,
959  0.,
960  0.,
961  0.,
962  0.,
963  0.,
964  0.6419729650710223,
965  0.0050562431984740,
966  0.0045018851958625,
967  0.0496775049547203,
968  0.0534237039887010,
969  -0.0353365829414838,
970  0.0248672526180675,
971  -0.0260785981218628,
972  0.0562026709610044,
973  0.0543433733651175,
974  0.0006051482337174,
975  0.0168549110832744,
976  0.0323568051432895,
977  -0.0055748259357165,
978  0.0008335897722987,
979  0.0227156494271430,
980  0.0971215363641141,
981  0.0836669195802604,
982  -0.0320082833791074,
983  0.1690858376843424,
984  0.0342830332701819,
985  0.0021584111101959,
986  -0.0110082667114413,
987  -0.0029082555196450,
988  0.0002754849754245,
989  0.1909561917975388,
990  0.1563219630332792,
991  0.0124679718319682,
992  -0.0117348240035231,
993  0.0660209042322525,
994  0.1538778762023898,
995  -0.0148121085940175,
996  0.0136544903644994},
997  {0.,
998  0.,
999  0.,
1000  0.,
1001  0.,
1002  0.,
1003  0.,
1004  0.,
1005  0.,
1006  0.,
1007  0.,
1008  0.,
1009  0.,
1010  0.,
1011  0.,
1012  0.,
1013  0.,
1014  0.,
1015  0.6291228450253887,
1016  -0.0195268350767555,
1017  -0.0344391324685802,
1018  -0.0355550777560447,
1019  0.2058699970598144,
1020  -0.0373655571501581,
1021  0.0718638231767432,
1022  -0.0027312872810834,
1023  -0.0382868505807265,
1024  -0.0182678033973850,
1025  -0.0460859756717468,
1026  0.0395542725477524,
1027  -0.0058652212139524,
1028  -0.0193055361143121,
1029  -0.0151261823294400,
1030  -0.0519215854690063,
1031  -0.0431160649144084,
1032  0.0931575609313496,
1033  -0.0274757608698938,
1034  -0.0263390770479378,
1035  -0.0205121555785390,
1036  0.4086993937332996,
1037  -0.0073699552549214,
1038  -0.0200180785557131,
1039  -0.0503467125272249,
1040  -0.0680235390486857,
1041  -0.0015820786017597,
1042  0.0090550844185506,
1043  0.0123149477988799,
1044  0.0661358988729726,
1045  0.0034939829756890,
1046  -0.0330653606614149},
1047  {0.,
1048  0.,
1049  0.,
1050  0.,
1051  0.,
1052  0.,
1053  0.,
1054  0.,
1055  0.,
1056  0.,
1057  0.,
1058  0.,
1059  0.,
1060  0.,
1061  0.,
1062  0.,
1063  0.,
1064  0.,
1065  0.,
1066  0.8198152064784222,
1067  0.0267980753119038,
1068  0.0273228125904477,
1069  -0.0436262187129902,
1070  0.0873227320770184,
1071  0.0951198645899526,
1072  -0.0302854019044565,
1073  0.0262435939637279,
1074  0.1491064367172632,
1075  0.0973797577374197,
1076  -0.0054222472432410,
1077  0.4489707912069601,
1078  0.5086828307558986,
1079  -0.0237362119161028,
1080  0.2557401432528166,
1081  0.0449978868290304,
1082  0.0663857706084824,
1083  -0.0151419160247804,
1084  0.0098321330467380,
1085  -0.0044579519432704,
1086  -0.0222331687007587,
1087  0.0099766666916446,
1088  -0.0155051434778681,
1089  0.0654214659377918,
1090  0.1078699506245436,
1091  0.0805826708255039,
1092  -0.0035557919350239,
1093  0.0758077430554821,
1094  -0.0160893210819858,
1095  -0.0199811125920551,
1096  0.2602126203092011},
1097  {0.,
1098  0.,
1099  0.,
1100  0.,
1101  0.,
1102  0.,
1103  0.,
1104  0.,
1105  0.,
1106  0.,
1107  0.,
1108  0.,
1109  0.,
1110  0.,
1111  0.,
1112  0.,
1113  0.,
1114  0.,
1115  0.,
1116  0.,
1117  0.6811210970392012,
1118  0.0470600499867172,
1119  -0.0307337053463104,
1120  0.1407180009854949,
1121  -0.0447630403238598,
1122  -0.0107287218200964,
1123  0.1321926606775642,
1124  0.0179788017603094,
1125  0.0527059063659914,
1126  0.0062493855354665,
1127  -0.0044982914835661,
1128  0.0041996515689669,
1129  0.1236930053700586,
1130  0.1298710895435795,
1131  0.0817685555180635,
1132  -0.0433593201217863,
1133  0.1084032969834391,
1134  0.0536126827474698,
1135  0.0024723735327701,
1136  -0.0228063250541008,
1137  -0.0502318324110138,
1138  0.1086536161687626,
1139  0.1613457303297197,
1140  0.2869530120043524,
1141  -0.0226870960100375,
1142  -0.0250199390349749,
1143  0.0243548523809370,
1144  -0.0161877209783954,
1145  -0.0183743066298830,
1146  0.0571875064755908},
1147  {0.,
1148  0.,
1149  0.,
1150  0.,
1151  0.,
1152  0.,
1153  0.,
1154  0.,
1155  0.,
1156  0.,
1157  0.,
1158  0.,
1159  0.,
1160  0.,
1161  0.,
1162  0.,
1163  0.,
1164  0.,
1165  0.,
1166  0.,
1167  0.,
1168  0.7871610654727840,
1169  -0.0512234675728960,
1170  0.1618591206956027,
1171  -0.0199168504008628,
1172  -0.0189442603626986,
1173  0.2328662374904535,
1174  0.0663031815514949,
1175  0.2430613912364227,
1176  0.1606870548832413,
1177  -0.0045836958538724,
1178  0.0155935443343500,
1179  -0.0182365312523200,
1180  0.0808774556264243,
1181  0.6281460339561121,
1182  -0.0247947768013653,
1183  -0.0076028596262745,
1184  0.2779825079831141,
1185  0.1496861085598188,
1186  -0.0245162911075435,
1187  -0.0080472769391142,
1188  -0.0058110162597523,
1189  0.2936601497805757,
1190  0.2113556789549410,
1191  -0.0069423528562520,
1192  -0.0184251211340544,
1193  0.1350797837410130,
1194  -0.0134876889464810,
1195  -0.0029336897203358,
1196  0.0866503795990098},
1197  {0.,
1198  0.,
1199  0.,
1200  0.,
1201  0.,
1202  0.,
1203  0.,
1204  0.,
1205  0.,
1206  0.,
1207  0.,
1208  0.,
1209  0.,
1210  0.,
1211  0.,
1212  0.,
1213  0.,
1214  0.,
1215  0.,
1216  0.,
1217  0.,
1218  0.,
1219  0.7684520168549295,
1220  -0.0259382700098438,
1221  0.0184037460055415,
1222  0.0074131520245364,
1223  -0.0284807835272525,
1224  -0.0212115540574252,
1225  -0.0316495344105877,
1226  0.0149456098206458,
1227  -0.0110974761367753,
1228  -0.0082415239279250,
1229  -0.0106011208712731,
1230  -0.0268437600721311,
1231  -0.0159507613039738,
1232  0.0525648356801182,
1233  -0.0099084120232899,
1234  -0.0145707633112213,
1235  -0.0098912557858416,
1236  0.2294082815022179,
1237  -0.0001418046343504,
1238  -0.0171040523187381,
1239  -0.0311738947467412,
1240  -0.0313506889539023,
1241  -0.0105832279260434,
1242  0.0386510290378400,
1243  -0.0197044323011481,
1244  0.0376980385270343,
1245  0.0529184731890163,
1246  -0.0270848444049871},
1247  {0.,
1248  0.,
1249  0.,
1250  0.,
1251  0.,
1252  0.,
1253  0.,
1254  0.,
1255  0.,
1256  0.,
1257  0.,
1258  0.,
1259  0.,
1260  0.,
1261  0.,
1262  0.,
1263  0.,
1264  0.,
1265  0.,
1266  0.,
1267  0.,
1268  0.,
1269  0.,
1270  0.8675732049319640,
1271  -0.0135260016381504,
1272  -0.0121025591786909,
1273  0.0709465184235523,
1274  0.0539325362172134,
1275  0.3825564849250608,
1276  -0.0110278304999911,
1277  0.0103026302077484,
1278  0.0202103319899762,
1279  -0.0152682876019454,
1280  0.0652814685600861,
1281  0.0659045482747072,
1282  -0.0161382031510486,
1283  -0.0063304596490379,
1284  0.0314664600350438,
1285  0.0255679258586126,
1286  -0.0060794178573712,
1287  -0.0044844946986553,
1288  -0.0115837007567140,
1289  0.0815409482653555,
1290  0.1586104440929315,
1291  -0.0039120296289714,
1292  -0.0002334374852130,
1293  0.0101022927624900,
1294  -0.0037359557510351,
1295  -0.0238797178585969,
1296  0.0888757121533834},
1297  {0.,
1298  0.,
1299  0.,
1300  0.,
1301  0.,
1302  0.,
1303  0.,
1304  0.,
1305  0.,
1306  0.,
1307  0.,
1308  0.,
1309  0.,
1310  0.,
1311  0.,
1312  0.,
1313  0.,
1314  0.,
1315  0.,
1316  0.,
1317  0.,
1318  0.,
1319  0.,
1320  0.,
1321  0.6316465260088073,
1322  0.0421057410294086,
1323  -0.0140365902369140,
1324  0.0113977434538302,
1325  -0.0141612483112342,
1326  -0.0044030843116145,
1327  0.0573378059846862,
1328  -0.0052806002774367,
1329  -0.0045371922869677,
1330  0.0056532395532503,
1331  -0.0085593045694124,
1332  0.3627049896427029,
1333  -0.0053127676697051,
1334  -0.0080564866822493,
1335  -0.0055839465068226,
1336  0.0268385172018756,
1337  0.1095398437114868,
1338  -0.0100522282099460,
1339  -0.0237009693108700,
1340  -0.0235086074114183,
1341  0.2057703521068610,
1342  0.0133838367234611,
1343  -0.0073669396963608,
1344  0.0009341138717074,
1345  -0.0067802938508986,
1346  0.0061720699665366},
1347  {0.,
1348  0.,
1349  0.,
1350  0.,
1351  0.,
1352  0.,
1353  0.,
1354  0.,
1355  0.,
1356  0.,
1357  0.,
1358  0.,
1359  0.,
1360  0.,
1361  0.,
1362  0.,
1363  0.,
1364  0.,
1365  0.,
1366  0.,
1367  0.,
1368  0.,
1369  0.,
1370  0.,
1371  0.,
1372  0.6458892852366832,
1373  -0.0219418078358622,
1374  -0.0135786862651948,
1375  0.0005627491705674,
1376  -0.0095123691900797,
1377  -0.0111955021665242,
1378  -0.0013013117930870,
1379  0.1037985972653152,
1380  -0.0229629737519476,
1381  -0.0110445968964201,
1382  0.0046867992462254,
1383  0.1670422196210175,
1384  -0.0196073942367323,
1385  0.0023679414530331,
1386  0.0035151063740404,
1387  0.1848878425267592,
1388  0.0263906389468321,
1389  -0.0265821801191443,
1390  -0.0203462108604746,
1391  0.0723883849327078,
1392  -0.0064870786973901,
1393  -0.0153931165652904,
1394  0.0647980745684917,
1395  -0.0069072563434196,
1396  -0.0203356229109886},
1397  {0.,
1398  0.,
1399  0.,
1400  0.,
1401  0.,
1402  0.,
1403  0.,
1404  0.,
1405  0.,
1406  0.,
1407  0.,
1408  0.,
1409  0.,
1410  0.,
1411  0.,
1412  0.,
1413  0.,
1414  0.,
1415  0.,
1416  0.,
1417  0.,
1418  0.,
1419  0.,
1420  0.,
1421  0.,
1422  0.,
1423  0.6435468905368986,
1424  0.0404504020346941,
1425  0.0117168199198279,
1426  0.0310990580518675,
1427  0.0020503920673513,
1428  -0.0023342229105697,
1429  0.0094724044808045,
1430  0.0633442371965134,
1431  0.1434104689343741,
1432  -0.0060307178624903,
1433  0.0126584331071834,
1434  0.3374171698496440,
1435  0.0006620275174218,
1436  -0.0086906440781364,
1437  -0.0052250429438061,
1438  0.0470580067869522,
1439  0.2422223404803570,
1440  0.2133838735089675,
1441  -0.0004395005901913,
1442  -0.0066930154567805,
1443  0.0462400391023191,
1444  -0.0246233599005427,
1445  0.0297470419891981,
1446  0.0568156281152224},
1447  {0.,
1448  0.,
1449  0.,
1450  0.,
1451  0.,
1452  0.,
1453  0.,
1454  0.,
1455  0.,
1456  0.,
1457  0.,
1458  0.,
1459  0.,
1460  0.,
1461  0.,
1462  0.,
1463  0.,
1464  0.,
1465  0.,
1466  0.,
1467  0.,
1468  0.,
1469  0.,
1470  0.,
1471  0.,
1472  0.,
1473  0.,
1474  0.6154462600081995,
1475  0.1077720392023682,
1476  0.0513125809931413,
1477  0.1324528999126936,
1478  0.0383456813942963,
1479  -0.0206146337703891,
1480  0.0723537965290825,
1481  0.0071528914941527,
1482  0.0120694207720932,
1483  -0.0115746543088643,
1484  0.0049433200017403,
1485  0.0543758539738143,
1486  0.0014426115140285,
1487  -0.0067392069853964,
1488  -0.0215046671595664,
1489  0.0072963921332488,
1490  0.0211492879816524,
1491  -0.0020466230224596,
1492  0.1283685196200961,
1493  0.0597809722271034,
1494  -0.0004644252715314,
1495  0.0096774875292488,
1496  0.3724616479801857},
1497  {0.,
1498  0.,
1499  0.,
1500  0.,
1501  0.,
1502  0.,
1503  0.,
1504  0.,
1505  0.,
1506  0.,
1507  0.,
1508  0.,
1509  0.,
1510  0.,
1511  0.,
1512  0.,
1513  0.,
1514  0.,
1515  0.,
1516  0.,
1517  0.,
1518  0.,
1519  0.,
1520  0.,
1521  0.,
1522  0.,
1523  0.,
1524  0.,
1525  0.7509332415668033,
1526  -0.0177736538790404,
1527  -0.0076418681062953,
1528  0.0295613749349031,
1529  -0.0053635658172467,
1530  0.0136169714665270,
1531  0.0247306098155104,
1532  -0.0099230989917086,
1533  -0.0021515191405748,
1534  0.0031368863852517,
1535  0.0849302677020019,
1536  -0.0075917975096838,
1537  0.0002570814380082,
1538  -0.0126129510259727,
1539  0.0000760408376979,
1540  0.0136673281311024,
1541  0.0004194949777086,
1542  0.0116356820241324,
1543  -0.0031194761178736,
1544  0.0007588921659832,
1545  0.0007578786439149,
1546  0.0367895296375446},
1547  {0.,
1548  0.,
1549  0.,
1550  0.,
1551  0.,
1552  0.,
1553  0.,
1554  0.,
1555  0.,
1556  0.,
1557  0.,
1558  0.,
1559  0.,
1560  0.,
1561  0.,
1562  0.,
1563  0.,
1564  0.,
1565  0.,
1566  0.,
1567  0.,
1568  0.,
1569  0.,
1570  0.,
1571  0.,
1572  0.,
1573  0.,
1574  0.,
1575  0.,
1576  0.5567982499438089,
1577  -0.0051302868157989,
1578  -0.0115053186226340,
1579  -0.0105059439436626,
1580  0.0145923134073835,
1581  0.0310305400610932,
1582  -0.0002738883305121,
1583  -0.0083001539772699,
1584  0.0186935395864438,
1585  0.0312530647527307,
1586  0.0346567064563002,
1587  0.0008832187124187,
1588  -0.0110896199653050,
1589  0.0480945240327611,
1590  0.0110177751179591,
1591  -0.0023123541223318,
1592  0.0024724520990020,
1593  0.1712475525423105,
1594  0.0009344080424472,
1595  -0.0063330599882434,
1596  0.0104456314765116},
1597  {0.,
1598  0.,
1599  0.,
1600  0.,
1601  0.,
1602  0.,
1603  0.,
1604  0.,
1605  0.,
1606  0.,
1607  0.,
1608  0.,
1609  0.,
1610  0.,
1611  0.,
1612  0.,
1613  0.,
1614  0.,
1615  0.,
1616  0.,
1617  0.,
1618  0.,
1619  0.,
1620  0.,
1621  0.,
1622  0.,
1623  0.,
1624  0.,
1625  0.,
1626  0.,
1627  0.5255216309339724,
1628  0.1191344211633284,
1629  -0.0049170343451442,
1630  -0.0005405932082675,
1631  -0.0042493210703308,
1632  0.0353171243716835,
1633  -0.0020767294304077,
1634  -0.0011543403050986,
1635  -0.0160997767530878,
1636  0.0017903457706833,
1637  -0.0015675019898466,
1638  -0.0044119434530959,
1639  -0.0090079100605698,
1640  -0.0103164680232275,
1641  -0.0006014066181052,
1642  0.0181455426293919,
1643  -0.0040991194791108,
1644  0.0004680518990438,
1645  -0.0072443737817994,
1646  0.0594949833616788},
1647  {0.,
1648  0.,
1649  0.,
1650  0.,
1651  0.,
1652  0.,
1653  0.,
1654  0.,
1655  0.,
1656  0.,
1657  0.,
1658  0.,
1659  0.,
1660  0.,
1661  0.,
1662  0.,
1663  0.,
1664  0.,
1665  0.,
1666  0.,
1667  0.,
1668  0.,
1669  0.,
1670  0.,
1671  0.,
1672  0.,
1673  0.,
1674  0.,
1675  0.,
1676  0.,
1677  0.,
1678  0.5501678130828492,
1679  0.0040966859275281,
1680  0.0042820274092591,
1681  0.0047603777619314,
1682  -0.0053280733246215,
1683  0.0019472184383150,
1684  -0.0056854059669602,
1685  -0.0008565939543709,
1686  -0.0029022033260105,
1687  -0.0039280423268190,
1688  0.0030024144941083,
1689  0.0063989065432282,
1690  0.0093380890216256,
1691  -0.0075975207297650,
1692  -0.0284699056071675,
1693  0.0142313283173438,
1694  -0.0005435062122913,
1695  -0.0059760221676929,
1696  0.0155956134291504},
1697  {0.,
1698  0.,
1699  0.,
1700  0.,
1701  0.,
1702  0.,
1703  0.,
1704  0.,
1705  0.,
1706  0.,
1707  0.,
1708  0.,
1709  0.,
1710  0.,
1711  0.,
1712  0.,
1713  0.,
1714  0.,
1715  0.,
1716  0.,
1717  0.,
1718  0.,
1719  0.,
1720  0.,
1721  0.,
1722  0.,
1723  0.,
1724  0.,
1725  0.,
1726  0.,
1727  0.,
1728  0.,
1729  0.5805299279523847,
1730  -0.0346086970605907,
1731  -0.0074152431995359,
1732  0.0027372139914945,
1733  0.1821530921068993,
1734  -0.0138775022113442,
1735  0.0007745250549272,
1736  -0.0045546801156128,
1737  -0.0124248873928126,
1738  0.2514429011226759,
1739  -0.0115754036038324,
1740  -0.0125490807226851,
1741  -0.0215915881267436,
1742  -0.0092484394598357,
1743  -0.0082990090186205,
1744  0.0224890257992546,
1745  0.0015758077821976,
1746  -0.0140716531399554},
1747  {0.,
1748  0.,
1749  0.,
1750  0.,
1751  0.,
1752  0.,
1753  0.,
1754  0.,
1755  0.,
1756  0.,
1757  0.,
1758  0.,
1759  0.,
1760  0.,
1761  0.,
1762  0.,
1763  0.,
1764  0.,
1765  0.,
1766  0.,
1767  0.,
1768  0.,
1769  0.,
1770  0.,
1771  0.,
1772  0.,
1773  0.,
1774  0.,
1775  0.,
1776  0.,
1777  0.,
1778  0.,
1779  0.,
1780  0.7176807027717483,
1781  0.0424234387997866,
1782  -0.0204104000442065,
1783  0.0087213173467564,
1784  -0.0127261766102925,
1785  -0.0116771110063843,
1786  -0.0130106172834076,
1787  0.0081454711451942,
1788  -0.0101207315830660,
1789  0.1667437835398305,
1790  0.2508238907960175,
1791  0.0650955344078526,
1792  -0.0167827859834494,
1793  0.1015528763391426,
1794  -0.0169252471705001,
1795  -0.0106018335831874,
1796  0.1213249041058277},
1797  {0.,
1798  0.,
1799  0.,
1800  0.,
1801  0.,
1802  0.,
1803  0.,
1804  0.,
1805  0.,
1806  0.,
1807  0.,
1808  0.,
1809  0.,
1810  0.,
1811  0.,
1812  0.,
1813  0.,
1814  0.,
1815  0.,
1816  0.,
1817  0.,
1818  0.,
1819  0.,
1820  0.,
1821  0.,
1822  0.,
1823  0.,
1824  0.,
1825  0.,
1826  0.,
1827  0.,
1828  0.,
1829  0.,
1830  0.,
1831  0.5475090672152260,
1832  -0.0006117917770750,
1833  0.0036212286335036,
1834  0.0452660524673283,
1835  -0.0209138376362210,
1836  -0.0032226955094413,
1837  -0.0005405421493098,
1838  -0.0050343669835463,
1839  0.2122531422582653,
1840  0.1300587961748759,
1841  -0.0037867367743282,
1842  -0.0108309998541752,
1843  0.0527590205603049,
1844  -0.0002575535575835,
1845  -0.0108831630780825,
1846  0.0101073293551262},
1847  {0.,
1848  0.,
1849  0.,
1850  0.,
1851  0.,
1852  0.,
1853  0.,
1854  0.,
1855  0.,
1856  0.,
1857  0.,
1858  0.,
1859  0.,
1860  0.,
1861  0.,
1862  0.,
1863  0.,
1864  0.,
1865  0.,
1866  0.,
1867  0.,
1868  0.,
1869  0.,
1870  0.,
1871  0.,
1872  0.,
1873  0.,
1874  0.,
1875  0.,
1876  0.,
1877  0.,
1878  0.,
1879  0.,
1880  0.,
1881  0.,
1882  0.5251064916584397,
1883  -0.0029521074598469,
1884  -0.0022632783726358,
1885  -0.0037143773267162,
1886  0.0320618706966377,
1887  0.0052031479922758,
1888  -0.0028692433581764,
1889  -0.0032217322859851,
1890  -0.0022325427957386,
1891  -0.0316036837809211,
1892  0.0238528998774722,
1893  -0.0033659634606902,
1894  0.0020583793844200,
1895  -0.0016604242804480,
1896  -0.0055084964739571},
1897  {0.,
1898  0.,
1899  0.,
1900  0.,
1901  0.,
1902  0.,
1903  0.,
1904  0.,
1905  0.,
1906  0.,
1907  0.,
1908  0.,
1909  0.,
1910  0.,
1911  0.,
1912  0.,
1913  0.,
1914  0.,
1915  0.,
1916  0.,
1917  0.,
1918  0.,
1919  0.,
1920  0.,
1921  0.,
1922  0.,
1923  0.,
1924  0.,
1925  0.,
1926  0.,
1927  0.,
1928  0.,
1929  0.,
1930  0.,
1931  0.,
1932  0.,
1933  0.5602008401039077,
1934  -0.0071088432313246,
1935  0.0005139880446290,
1936  -0.0047675064076520,
1937  -0.0169031301253448,
1938  -0.0166401455835448,
1939  0.0354131158036557,
1940  0.0458516909845794,
1941  -0.0071690690212899,
1942  -0.0024222485547818,
1943  -0.0033837665064483,
1944  0.0722022876989182,
1945  -0.0157887086473164,
1946  -0.0048560771344769},
1947  {0.,
1948  0.,
1949  0.,
1950  0.,
1951  0.,
1952  0.,
1953  0.,
1954  0.,
1955  0.,
1956  0.,
1957  0.,
1958  0.,
1959  0.,
1960  0.,
1961  0.,
1962  0.,
1963  0.,
1964  0.,
1965  0.,
1966  0.,
1967  0.,
1968  0.,
1969  0.,
1970  0.,
1971  0.,
1972  0.,
1973  0.,
1974  0.,
1975  0.,
1976  0.,
1977  0.,
1978  0.,
1979  0.,
1980  0.,
1981  0.,
1982  0.,
1983  0.,
1984  0.5258696498594722,
1985  0.0172030711157962,
1986  -0.0013474083211225,
1987  0.0010233774341840,
1988  0.0107047037093056,
1989  -0.0095556236545868,
1990  -0.0306951154201929,
1991  0.0027023656439358,
1992  0.0111485642709495,
1993  -0.0079780990198154,
1994  -0.0094343925225506,
1995  0.0729481515160139,
1996  -0.0088909527788278},
1997  {0.,
1998  0.,
1999  0.,
2000  0.,
2001  0.,
2002  0.,
2003  0.,
2004  0.,
2005  0.,
2006  0.,
2007  0.,
2008  0.,
2009  0.,
2010  0.,
2011  0.,
2012  0.,
2013  0.,
2014  0.,
2015  0.,
2016  0.,
2017  0.,
2018  0.,
2019  0.,
2020  0.,
2021  0.,
2022  0.,
2023  0.,
2024  0.,
2025  0.,
2026  0.,
2027  0.,
2028  0.,
2029  0.,
2030  0.,
2031  0.,
2032  0.,
2033  0.,
2034  0.,
2035  0.5268882527712331,
2036  -0.0085286715462631,
2037  -0.0000711564751653,
2038  -0.0013831472219121,
2039  -0.0201287146272676,
2040  -0.0134526900547322,
2041  0.0010130139682038,
2042  0.0358152278662513,
2043  -0.0115694263219499,
2044  -0.0020247522280024,
2045  0.0158394332322645,
2046  -0.0073875147247425},
2047  {0.,
2048  0.,
2049  0.,
2050  0.,
2051  0.,
2052  0.,
2053  0.,
2054  0.,
2055  0.,
2056  0.,
2057  0.,
2058  0.,
2059  0.,
2060  0.,
2061  0.,
2062  0.,
2063  0.,
2064  0.,
2065  0.,
2066  0.,
2067  0.,
2068  0.,
2069  0.,
2070  0.,
2071  0.,
2072  0.,
2073  0.,
2074  0.,
2075  0.,
2076  0.,
2077  0.,
2078  0.,
2079  0.,
2080  0.,
2081  0.,
2082  0.,
2083  0.,
2084  0.,
2085  0.,
2086  0.5248720380453386,
2087  -0.0058843461100501,
2088  -0.0081451945054355,
2089  -0.0070202261038665,
2090  -0.0065443039663261,
2091  -0.0073157969562152,
2092  0.0026496820160475,
2093  -0.0025962895204433,
2094  0.0424596737557849,
2095  -0.0034615523518522,
2096  -0.0024867498108157},
2097  {0.,
2098  0.,
2099  0.,
2100  0.,
2101  0.,
2102  0.,
2103  0.,
2104  0.,
2105  0.,
2106  0.,
2107  0.,
2108  0.,
2109  0.,
2110  0.,
2111  0.,
2112  0.,
2113  0.,
2114  0.,
2115  0.,
2116  0.,
2117  0.,
2118  0.,
2119  0.,
2120  0.,
2121  0.,
2122  0.,
2123  0.,
2124  0.,
2125  0.,
2126  0.,
2127  0.,
2128  0.,
2129  0.,
2130  0.,
2131  0.,
2132  0.,
2133  0.,
2134  0.,
2135  0.,
2136  0.,
2137  0.6285553424087343,
2138  -0.0034152696234388,
2139  -0.0025672903150873,
2140  -0.0027898202859007,
2141  0.1243155754900064,
2142  -0.0055925264870494,
2143  -0.0025033296514327,
2144  -0.0045785317654618,
2145  -0.0014100034497345,
2146  -0.0024850320076795},
2147  {0.,
2148  0.,
2149  0.,
2150  0.,
2151  0.,
2152  0.,
2153  0.,
2154  0.,
2155  0.,
2156  0.,
2157  0.,
2158  0.,
2159  0.,
2160  0.,
2161  0.,
2162  0.,
2163  0.,
2164  0.,
2165  0.,
2166  0.,
2167  0.,
2168  0.,
2169  0.,
2170  0.,
2171  0.,
2172  0.,
2173  0.,
2174  0.,
2175  0.,
2176  0.,
2177  0.,
2178  0.,
2179  0.,
2180  0.,
2181  0.,
2182  0.,
2183  0.,
2184  0.,
2185  0.,
2186  0.,
2187  0.,
2188  0.5053407531999172,
2189  -0.0042178223914962,
2190  -0.0026341845729452,
2191  -0.0016378858527443,
2192  0.0011690766558884,
2193  -0.0018289103165340,
2194  -0.0198245347857206,
2195  0.0795356969042619,
2196  -0.0049944194796078},
2197  {0.,
2198  0.,
2199  0.,
2200  0.,
2201  0.,
2202  0.,
2203  0.,
2204  0.,
2205  0.,
2206  0.,
2207  0.,
2208  0.,
2209  0.,
2210  0.,
2211  0.,
2212  0.,
2213  0.,
2214  0.,
2215  0.,
2216  0.,
2217  0.,
2218  0.,
2219  0.,
2220  0.,
2221  0.,
2222  0.,
2223  0.,
2224  0.,
2225  0.,
2226  0.,
2227  0.,
2228  0.,
2229  0.,
2230  0.,
2231  0.,
2232  0.,
2233  0.,
2234  0.,
2235  0.,
2236  0.,
2237  0.,
2238  0.,
2239  0.6836143832357661,
2240  0.3419204110415138,
2241  -0.0062661374024085,
2242  -0.0067726457855803,
2243  0.0683280020448699,
2244  -0.0095520854638792,
2245  -0.0127723299620604,
2246  0.0062371433461241},
2247  {0.,
2248  0.,
2249  0.,
2250  0.,
2251  0.,
2252  0.,
2253  0.,
2254  0.,
2255  0.,
2256  0.,
2257  0.,
2258  0.,
2259  0.,
2260  0.,
2261  0.,
2262  0.,
2263  0.,
2264  0.,
2265  0.,
2266  0.,
2267  0.,
2268  0.,
2269  0.,
2270  0.,
2271  0.,
2272  0.,
2273  0.,
2274  0.,
2275  0.,
2276  0.,
2277  0.,
2278  0.,
2279  0.,
2280  0.,
2281  0.,
2282  0.,
2283  0.,
2284  0.,
2285  0.,
2286  0.,
2287  0.,
2288  0.,
2289  0.,
2290  0.6463653200013116,
2291  -0.0023684495044376,
2292  -0.0052780398659718,
2293  -0.0043098229747771,
2294  -0.0078153376927608,
2295  -0.0065784167739716,
2296  0.0152274196621120},
2297  {0.,
2298  0.,
2299  0.,
2300  0.,
2301  0.,
2302  0.,
2303  0.,
2304  0.,
2305  0.,
2306  0.,
2307  0.,
2308  0.,
2309  0.,
2310  0.,
2311  0.,
2312  0.,
2313  0.,
2314  0.,
2315  0.,
2316  0.,
2317  0.,
2318  0.,
2319  0.,
2320  0.,
2321  0.,
2322  0.,
2323  0.,
2324  0.,
2325  0.,
2326  0.,
2327  0.,
2328  0.,
2329  0.,
2330  0.,
2331  0.,
2332  0.,
2333  0.,
2334  0.,
2335  0.,
2336  0.,
2337  0.,
2338  0.,
2339  0.,
2340  0.,
2341  0.5467952508355204,
2342  0.0007377959951295,
2343  -0.0024086098553990,
2344  -0.0133701105250215,
2345  0.0013448570055957,
2346  -0.0042921122112772},
2347  {0.,
2348  0.,
2349  0.,
2350  0.,
2351  0.,
2352  0.,
2353  0.,
2354  0.,
2355  0.,
2356  0.,
2357  0.,
2358  0.,
2359  0.,
2360  0.,
2361  0.,
2362  0.,
2363  0.,
2364  0.,
2365  0.,
2366  0.,
2367  0.,
2368  0.,
2369  0.,
2370  0.,
2371  0.,
2372  0.,
2373  0.,
2374  0.,
2375  0.,
2376  0.,
2377  0.,
2378  0.,
2379  0.,
2380  0.,
2381  0.,
2382  0.,
2383  0.,
2384  0.,
2385  0.,
2386  0.,
2387  0.,
2388  0.,
2389  0.,
2390  0.,
2391  0.,
2392  0.5885626078809947,
2393  -0.0059886174587204,
2394  -0.0036254738317987,
2395  0.0893447792428324,
2396  -0.0132490813699554},
2397  {0.,
2398  0.,
2399  0.,
2400  0.,
2401  0.,
2402  0.,
2403  0.,
2404  0.,
2405  0.,
2406  0.,
2407  0.,
2408  0.,
2409  0.,
2410  0.,
2411  0.,
2412  0.,
2413  0.,
2414  0.,
2415  0.,
2416  0.,
2417  0.,
2418  0.,
2419  0.,
2420  0.,
2421  0.,
2422  0.,
2423  0.,
2424  0.,
2425  0.,
2426  0.,
2427  0.,
2428  0.,
2429  0.,
2430  0.,
2431  0.,
2432  0.,
2433  0.,
2434  0.,
2435  0.,
2436  0.,
2437  0.,
2438  0.,
2439  0.,
2440  0.,
2441  0.,
2442  0.,
2443  0.5357307215025076,
2444  -0.0030251604381555,
2445  -0.0008367086059258,
2446  0.0280874212210591},
2447  {0.,
2448  0.,
2449  0.,
2450  0.,
2451  0.,
2452  0.,
2453  0.,
2454  0.,
2455  0.,
2456  0.,
2457  0.,
2458  0.,
2459  0.,
2460  0.,
2461  0.,
2462  0.,
2463  0.,
2464  0.,
2465  0.,
2466  0.,
2467  0.,
2468  0.,
2469  0.,
2470  0.,
2471  0.,
2472  0.,
2473  0.,
2474  0.,
2475  0.,
2476  0.,
2477  0.,
2478  0.,
2479  0.,
2480  0.,
2481  0.,
2482  0.,
2483  0.,
2484  0.,
2485  0.,
2486  0.,
2487  0.,
2488  0.,
2489  0.,
2490  0.,
2491  0.,
2492  0.,
2493  0.,
2494  0.5728389157137211,
2495  -0.0096114119591423,
2496  0.0029179436598962},
2497  {0.,
2498  0.,
2499  0.,
2500  0.,
2501  0.,
2502  0.,
2503  0.,
2504  0.,
2505  0.,
2506  0.,
2507  0.,
2508  0.,
2509  0.,
2510  0.,
2511  0.,
2512  0.,
2513  0.,
2514  0.,
2515  0.,
2516  0.,
2517  0.,
2518  0.,
2519  0.,
2520  0.,
2521  0.,
2522  0.,
2523  0.,
2524  0.,
2525  0.,
2526  0.,
2527  0.,
2528  0.,
2529  0.,
2530  0.,
2531  0.,
2532  0.,
2533  0.,
2534  0.,
2535  0.,
2536  0.,
2537  0.,
2538  0.,
2539  0.,
2540  0.,
2541  0.,
2542  0.,
2543  0.,
2544  0.,
2545  0.5648016510512174,
2546  -0.0050492936553178},
2547  {0., 0., 0., 0., 0., 0., 0., 0., 0., 0.,
2548  0., 0., 0., 0., 0., 0., 0., 0., 0., 0.,
2549  0., 0., 0., 0., 0., 0., 0., 0., 0., 0.,
2550  0., 0., 0., 0., 0., 0., 0., 0., 0., 0.,
2551  0., 0., 0., 0., 0., 0., 0., 0., 0., 0.5051332906825788}};
2552 }
2553 
2554 template <bool is_ad>
2555 std::vector<std::vector<Real>>
2557 {
2558  return {{1.0989939672035598, -0.5229424036172535, -0.5625938064315787, -1.5205102973248257,
2559  1.0167340230296060, 0.8692554948257836, -1.0647649718690915, 0.9154765869229506,
2560  0.4421872730298702, 0.8202251715062676, -1.2795969126824169, -0.9846491024920418,
2561  0.7366070877699664, 0.0944050047924456, -1.3362879932405343, 1.6718063389998832,
2562  -1.2393435903303165, -0.0026458880118795, -1.2730509990567085, -1.2958752394155668,
2563  1.6659820330017314, 0.1810131939662101, -1.1824114721833470, 2.0854981795327405,
2564  -0.9162112166519247, 0.3488286688677018, 1.1484845731398163, -0.3040329306869982,
2565  0.6952682109344522, -0.7844058702303255, -1.0696243943252026, -1.5260039043524092,
2566  1.3276127138720053, 0.0101963378196544, 0.5108557343545915, -1.0051978907042314,
2567  1.0751713906063174, 0.9102262839405902, -0.4500068538100355, -1.1359133828479635,
2568  0.1557976946082467, 1.4833703347808469, 0.7953548937461073, 1.3294126917346858,
2569  -0.6602211178730010, -0.3382365696215102, -0.8781764008375268, 0.1907922981026992,
2570  0.7835444491196439, -0.1290023635614130},
2571  {-0.8276481634180218, -0.8395101419880108, -1.1782261498226301, -0.6771214544688205,
2572  1.0100567451109976, -1.2473924731711599, -0.6126279886896723, 1.2846285805691340,
2573  -0.2303609960579697, 1.2967649272253250, -1.3894384634209593, 1.0722598739886564,
2574  -1.3838160882280943, 0.1943398491871272, 1.0926785734086952, 0.2736103613570937,
2575  0.7520188711340974, -1.1151484256923241, -0.8867264247674598, 1.3759603473520101,
2576  0.5979487095371941, -1.3987134398964653, -0.8896599188526169, 0.7369817295186203,
2577  0.9995343712235041, 0.1506914792294114, -0.7296686592958792, 0.5892043216476853,
2578  0.4431338172015146, -1.0128593233471512, 1.2970890935837998, 1.1328026002479807,
2579  -0.2239316872845780, 0.5043568332630382, -1.4137541340706237, 0.9395828338143917,
2580  -0.6291807185857007, -1.0744075438450955, -0.7628188491641968, -0.9233577982467950,
2581  1.3909439946031059, -0.2516908022878884, -1.1829262842118333, -0.4072937902275491,
2582  0.9816748006823913, 0.6222056660709364, -0.7067120262527951, -1.3807238253775516,
2583  -0.3754563128173479, 0.7423129847411423},
2584  {-0.4972232537890488, 1.7891920721438841, -1.8261920917931900, -0.4026969969405228,
2585  1.1718545033754530, 0.3497559647505860, 1.5203080546195529, 0.3671457069602600,
2586  -0.3614249419866349, -0.2506942220893040, 1.6488768629365496, -1.3349234208307494,
2587  -0.2634130730838152, 0.3857730545998009, 1.6918659244963383, -1.5455263176970042,
2588  -1.5625256878878055, 1.4944548459540701, 0.6178417258522427, 0.0010604921581429,
2589  0.6915705186152786, -1.2237493750620749, -1.0601025915170430, -1.5545976046831262,
2590  0.5607636754011619, 1.5205238599871020, -0.5041979110086118, -0.8842721916645503,
2591  -2.1022543790946555, -0.6941307190752072, -0.5073183609257138, -0.5940053724423607,
2592  0.3744868632034142, 0.9783554099445961, -0.7738863353518424, -0.0449632466429808,
2593  1.1875664845317799, -0.9784802218308679, -1.9465565492128512, -0.0300663805755748,
2594  1.4080305641963808, -0.2762883669657294, 0.5386266202900114, 0.7959342805247808,
2595  1.4658437024982904, -1.4511626818248788, 0.0072305101319983, 0.9512527632021420,
2596  -1.2087151808692802, -0.4214191594734000},
2597  {-1.3436212371990275, -1.3752654399424669, 0.3987133539135305, 1.1078719277543547,
2598  -0.5578622105385176, -0.7237207673771614, -0.4608700538453049, -0.6812587788664530,
2599  -0.3406708585463795, -0.6386107852635139, -1.2312905233664253, -1.1277388808342548,
2600  -0.9854173184822028, 0.0018455525416458, -1.2908913037492447, 0.2396990473805610,
2601  0.8286098819115508, -0.3166577288047064, -0.7215846379087428, 1.2424191694216660,
2602  0.0645185885288507, 1.4653187415266129, -1.4592821588494900, 1.6707313573981024,
2603  -0.7390314810423444, -1.3568596240348074, 0.6498318235328391, 0.8264974732606122,
2604  1.9410028672327546, 0.8020831646759634, 0.7868128819089912, 1.4546779960617349,
2605  -0.9802398618609067, 1.2264936997545641, 1.6428320063189090, -0.9267666665093409,
2606  -0.7676231984225645, 0.4827439299227672, 0.8274926186206308, -0.9428649317823136,
2607  -1.2714264473303840, -0.8644064011738027, 1.3678982985810169, 1.5741078064588656,
2608  -0.5975511615470952, -0.3634367537162640, 1.1915223202711354, -1.2353159774447491,
2609  -0.7807582222894430, 1.1072123002664274}};
2610 }
2611 
2612 template <bool is_ad>
2613 DenseVector<Real>
2615 {
2616  return {1.3960294505871655, -3.1198810492634386, -0.1910554786834900, 2.8629012124781541,
2617  -2.0905645748200832, -5.2576621601627158, -0.9120307014441700, -3.8939666488047116,
2618  5.6851207793951426, 7.2764713707414961, -0.5849013635494729, -0.6817889927391283,
2619  4.9706655155393298, -5.8545291913306148, -0.9291974126627358, 0.4525889621576565,
2620  -1.4429641767422590, 1.0501508139317248, -4.4494895022341767, -3.4513260594809574,
2621  -2.3201889189194604, 2.4450909271121004, 1.1105355446196030, -8.1171438748063647,
2622  -2.2135085683465610, 0.2094121396464587, -6.7781906962906007, 4.6029554421046424,
2623  7.8932461633594020, 1.9630475637241085, 7.0049079228771527, 5.1912220208686053,
2624  -3.6812759483162472, 3.7097003557202854, -8.4525753519509053, 7.9198639443969121,
2625  3.3335545124059012, 6.0686541262860558, -2.8959953146598041, 7.8508830045964144,
2626  0.1000302551852620, 5.6868803140895867, 3.0861802892676238, 4.7362192173608246,
2627  2.8440117429280787, -3.6810838322340778, -9.4293824827334944, -1.4329595164679418,
2628  -6.4811000966210432, -9.9345466825028073};
2629 }
2630 
2631 template <bool is_ad>
2632 std::vector<Real>
2634 {
2635  return {4458232307129.5458984375000000,
2636  499736752759.4038696289062500,
2637  68.5809570638531909,
2638  909.5086232469639071};
2639 }
2640 
2641 template <bool is_ad>
2642 std::vector<Real>
2644 {
2645  return {871273835252.4675292968750000,
2646  58045966807.3731536865234375,
2647  38.4746839836996131,
2648  86.7064236091398612};
2649 }
2650 
2651 template <bool is_ad>
2652 Real
2654 {
2655  return 4.078126137277277;
2656 }
2657 
2658 template <bool is_ad>
2659 Real
2661 {
2662  return 1.6581219692901308;
2663 }
virtual DenseVector< Real > getClassificationVind() override
Method and container for the inducing points of the Gaussian Process Regression model.
virtual std::vector< Real > getClassificationMscale() override
Method and container for the scale factor of the training input points to normalize all input paramet...
virtual std::vector< std::vector< Real > > getClassificationXu() override
Method and container for the Gaussian Process Regression model training points.
virtual Real getClassificationEll() override
Method and container for the calibrated Gaussian Regression Model hyperparameter "Ell", which controls the decay of the covariance as a function of distance.
virtual std::vector< std::vector< unsigned int > > getTilings() override
virtual std::vector< std::vector< std::vector< std::vector< Real > > > > getNormalizationLimits() override
registerADMooseObject("SolidMechanicsTestApp", ADLAROMANCE3TileTest)
registerMooseObject("SolidMechanicsTestApp", LAROMANCE3TileTest)
virtual std::vector< Real > getClassificationMmean() override
Method and container for the mean values of the training input.
virtual std::vector< std::vector< std::vector< std::vector< Real > > > > getTransformCoefs() override
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual std::vector< std::vector< Real > > getClassificationLuu() override
Method and container for the Gaussian Process Regression lower triangular covariance matrix...
static InputParameters validParams()
virtual std::vector< std::vector< std::vector< std::vector< Real > > > > getCoefs() override
void addClassDescription(const std::string &doc_string)
virtual std::vector< std::vector< std::vector< std::vector< Real > > > > getInputLimits() override
virtual Real getClassificationEta() override
Method and container for the calibrated Gaussian Regression Model hyperparameter "Eta", which is a scale factor that controls the amplitude of the mean.
void addRangeCheckedParam(const std::string &name, const T &value, const std::string &parsed_function, const std::string &doc_string)
virtual std::vector< std::vector< std::vector< std::vector< typename LAROMANCEPartitionStressUpdateBaseTempl< is_ad >::ROMInputTransform > > > > getTransform() override
Inputs ordering is input[0]: cell_old input[1]: wall_old input[2]: trial stress, input[3]: effective ...
LAROMANCE3TileTestTempl(const InputParameters &parameters)