-
Notifications
You must be signed in to change notification settings - Fork 55
/
publications-2022.bib
2723 lines (2500 loc) · 108 KB
/
publications-2022.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
% Encoding: US-ASCII
@Article{2022:abbondanza.gallo.ea:cavitation,
author = {Dario Abbondanza and Mirko Gallo and Carlo Massimo Casciola},
title = {Cavitation over solid surfaces: microbubble collapse, shock waves, and elastic response},
journal = {Meccanica},
year = 2022,
volume = 58,
pages = {1109--1119},
month = nov,
doi = {10.1007/s11012-022-01606-5},
url = {https://link.springer.com/article/10.1007/s11012-022-01606-5},
publisher = {Springer Science and Business Media {LLC}}
}
@Misc{2022:africa.piersanti.ea:open,
author = {Africa, Pasquale C. and Piersanti, Roberto and Fedele, Marco and Ded{\'e}, Luca and Quarteroni, Alfio},
title = {An open tool based on lifex for myofibers generation in cardiac computational models},
year = 2022,
doi = {10.48550/ARXIV.2201.03303},
url = {https://arxiv.org/abs/2201.03303},
publisher = {arXiv},
copyright = {Creative Commons Attribution Non Commercial Share Alike 4.0 International}
}
@Article{2022:africa:lifex,
author = {Africa, Pasquale Claudio},
title = {lifex: a flexible, high performance library for the numerical solution of complex finite element problems},
journal = {SoftwareX},
year = 2022,
volume = 20,
pages = 101252,
month = dec,
doi = {10.1016/j.softx.2022.101252},
url = {https://www.softxjournal.com/article/S2352-7110(22)00170-4/},
publisher = {Elsevier {BV}},
preprint = {https://arxiv.org/abs/2207.14668}
}
@Article{2022:aggul.labovsky.ea:ns-,
author = {Mustafa A\u{g}g\"{u}l and Alexander E. Labovsky and Kyle J. Schwiebert},
title = {{NS}-$\omega$ model for fluid--fluid interaction problems at high {Reynolds} numbers},
journal = {Computer Methods in Applied Mechanics and Engineering},
year = 2022,
volume = 395,
pages = 115052,
month = may,
publisher = {Elsevier {BV}},
issn = {0045-7825},
doi = {10.1016/j.cma.2022.115052},
url = {https://www.sciencedirect.com/science/article/pii/S0045782522002663}
}
@Article{2022:aggul.labovsky:approximate,
author = {Mustafa A\u{g}g\"{u}l and Alexander E. Labovsky},
title = {Approximate deconvolution models for a fluid-fluid interaction problem with high {R}eynolds numbers},
journal = {Computers \& Mathematics with Applications},
year = 2022,
volume = 117,
pages = {113--126},
month = jul,
doi = {10.1016/j.camwa.2022.04.011},
url = {https://www.sciencedirect.com/science/article/pii/S0898122122001675},
publisher = {Elsevier {BV}}
}
@Article{2022:aggul:grad-div,
author = {Mustafa A\u{g}g\"{u}l},
title = {A grad-div stabilized penalty projection algorithm for fluid-fluid interaction},
journal = {Applied Mathematics and Computation},
year = 2022,
volume = 414,
pages = 126670,
month = feb,
doi = {10.1016/j.amc.2021.126670},
url = {https://www.sciencedirect.com/science/article/pii/S0096300321007542},
publisher = {Elsevier {BV}}
}
@Article{2022:aguiar.bravo-castillero.ea:analysis,
author = {Aguiar, Adair Roberto and Bravo-Castillero, Juli\'an and Rocha, Lucas Almeida},
title = {Analysis of a cylindrically orthotropic disk using a regular perturbation method},
journal = {Archive of Applied Mechanics},
year = 2022,
volume = 92,
number = 7,
pages = {1983--1996},
month = may,
doi = {10.1007/s00419-022-02171-9},
url = {http://doi.org/10.1007/s00419-022-02171-9}
}
@Article{2022:ahuja.endtmayer.ea:multigoal-oriented,
author = {K. Ahuja and B. Endtmayer and M.C. Steinbach and T. Wick},
title = {Multigoal-oriented error estimation and mesh adaptivity for fluid-structure interaction},
journal = {Journal of Computational and Applied Mathematics},
year = 2022,
volume = 412,
pages = 114315,
issn = {0377-0427},
doi = {10.1016/j.cam.2022.114315},
url = {https://www.sciencedirect.com/science/article/pii/S0377042722001340}
}
@InCollection{2022:akbari.abraham.ea:alternate,
author = {Akbari, Amir and Abraham, David S. and Giannacopoulos, Dennis D.},
title = {Alternate Parallelization Strategies for {FETD} Formulations},
booktitle = {Advances in Time-Domain Computational Electromagnetic Methods},
publisher = {Wiley},
year = 2022,
series = {IEEE Press Series on Electromagnetic Wave Theory},
pages = {525--556},
month = nov,
isbn = 9781119808404,
url = {https://doi.org/10.1002/9781119808404.CH14},
doi = {10.1002/9781119808404.ch14}
}
@Article{2022:akerson.bourdin.ea:optimal,
author = {Andrew Akerson and Blaise Bourdin and Kaushik Bhattacharya},
title = {Optimal design of responsive structures},
journal = {Structural and Multidisciplinary Optimization},
year = 2022,
volume = 65,
number = 4,
month = mar,
doi = {10.1007/s00158-022-03200-5},
url = {https://doi.org/10.1007/s00158-022-03200-5},
publisher = {Springer Science and Business Media {LLC}}
}
@Article{2022:akerson.elliott:stability,
author = {Andrew Akerson and Ryan S. Elliott},
title = {Stability and post-bifurcation of film-substrate systems},
journal = {Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences},
year = 2022,
volume = 478,
number = 2264,
month = aug,
doi = {10.1098/rspa.2022.0181},
url = {https://doi.org/10.1098/rspa.2022.0181},
publisher = {The Royal Society}
}
@Misc{2022:almonacid.dominguez-rivera.ea:three-dimensional,
author = {Almonacid, Javier A. and Dom\'inguez-Rivera, Sebasti\'an A. and Konno, Ryan N. and Nigam, Nilima and Ross, Stephanie A. and Tam, Cassidy and Wakeling, James M.},
title = {A three-dimensional model of skeletal muscle tissues},
year = 2022,
doi = {10.48550/ARXIV.2207.02421},
url = {https://arxiv.org/abs/2207.02421},
publisher = {arXiv},
copyright = {Creative Commons Attribution 4.0 International}
}
@Article{2022:ammosov.vasilev.ea:multiscale,
author = {D. A. Ammosov and V. I. Vasil'ev and M. V. Vasil'eva and S. P. Stepanov},
title = {Multiscale model reduction for a thermoelastic model with phase change using a generalized multiscale finite-element method},
journal = {Theoretical and Mathematical Physics},
year = 2022,
volume = 211,
number = 2,
pages = {595--610},
month = may,
doi = {10.1134/s0040577922050026},
url = {https://link.springer.com/article/10.1134/S0040577922050026},
publisher = {Pleiades Publishing Ltd}
}
@Article{2022:anselmann.bause:cut,
author = {Anselmann, Mathias and Bause, Markus},
title = {Cut finite element methods and ghost stabilization techniques for space--time discretizations of the {N}avier--{S}tokes equations},
journal = {International Journal for Numerical Methods in Fluids},
year = 2022,
volume = 94,
number = 7,
pages = {775--802},
month = mar,
issn = {1097-0363},
url = {http://doi.org/10.1002/FLD.5074},
doi = {10.1002/fld.5074},
publisher = {Wiley}
}
@Article{2022:anzt.cojean.ea:ginkgo,
author = {Anzt, Hartwig and Cojean, Terry and Flegar, Goran and G\"obel, Fritz and Gr\"utzmacher, Thomas and Nayak, Pratik and Ribizel, Tobias and Tsai, Yuhsiang Mike and Quintana-Ort\'i, Enrique S.},
title = {\textsc{Ginkgo}: A Modern Linear Operator Algebra Framework for High Performance Computing},
journal = {ACM Transactions on Mathematical Software},
year = 2022,
volume = 48,
number = 1,
pages = {1--33},
month = feb,
issn = {1557-7295},
url = {https://dl.acm.org/doi/10.1145/3480935},
doi = {10.1145/3480935},
publisher = {Association for Computing Machinery (ACM)}
}
@Article{2022:arbogast.tao.ea:direct,
author = {Arbogast, Todd and Tao, Zhen and Wang, Chuning},
title = {Direct serendipity and mixed finite elements on convex quadrilaterals},
journal = {Numerische Mathematik},
year = 2022,
volume = 150,
number = 4,
pages = {929--974},
month = mar,
issn = {0945-3245},
url = {https://doi.org/10.1007/s00211-022-01274-3},
doi = {10.1007/s00211-022-01274-3},
publisher = {Springer Science and Business Media LLC},
preprint = {https://arxiv.org/abs/1809.02192}
}
@Article{2022:arndt.bangerth.ea:deal-ii,
author = {Daniel Arndt and Wolfgang Bangerth and Marco Feder and Marc Fehling and Rene Gassm{\"o}ller and Timo Heister and Luca Heltai and Martin Kronbichler and Matthias Maier and Peter Munch and Jean-Paul Pelteret and Simon Sticko and Bruno Turcksin and David Wells},
title = {The \texttt{deal.II} Library, Version 9.4},
journal = {Journal of Numerical Mathematics},
year = 2022,
volume = 30,
number = 3,
pages = {231--246},
doi = {10.1515/jnma-2022-0054},
preprint = {https://dealii.org/deal94-preprint.pdf}
}
@Misc{2022:arora.kakkar.ea:physics-informed,
author = {Arora, Rajat and Kakkar, Pratik and Dey, Biswadip and Chakraborty, Amit},
title = {Physics-informed neural networks for modeling rate- and temperature-dependent plasticity},
year = 2022,
doi = {10.48550/ARXIV.2201.08363},
url = {https://arxiv.org/abs/2201.08363},
publisher = {arXiv},
copyright = {Creative Commons Attribution 4.0 International}
}
@Article{2022:bahadori.holt.ea:coupled,
author = {Bahadori, Alireza and Holt, William E. and Feng, Ran and Austermann, Jacqueline and Loughney, Katharine M. and Salles, Tristan and Moresi, Louis and Beucher, Romain and Lu, Neng and Flesch, Lucy M. and Calvelage, Christopher M. and Rasbury, E. Troy and Davis, Daniel M. and Potochnik, Andre R. and Ward, W. Bruce and Hatton, Kevin and Haq, Saad S. B. and Smiley, Tara M. and Wooton, Kathleen M. and Badgley, Catherine},
title = {Coupled influence of tectonics, climate, and surface processes on landscape evolution in southwestern North America},
journal = {Nature Communications},
year = 2022,
volume = 13,
number = 1,
pages = 4437,
month = aug,
issn = {2041-1723},
doi = {10.1038/s41467-022-31903-2},
url = {https://doi.org/10.1038/s41467-022-31903-2}
}
@Article{2022:bahadori.holt.ea:role,
author = {Bahadori, Alireza and Holt, William E. and Austermann, Jacqueline and Campbell, Lajhon and Rasbury, E. Troy and Davis, Daniel M. and Calvelage, Christopher M. and Flesch, Lucy M.},
title = {The role of gravitational body forces in the development of metamorphic core complexes},
journal = {Nature Communications},
year = 2022,
volume = 13,
number = 1,
pages = 5646,
month = sep,
doi = {10.1038/s41467-022-33361-2},
url = {https://doi.org/10.1038/s41467-022-33361-2}
}
@Misc{2022:bangerth.johnson.ea:estimating,
author = {Bangerth, Wolfgang and Johnson, Chris R. and Njeru, Dennis K. and Waanders, Bart van Bloemen},
title = {Estimating and using information in inverse problems},
year = 2022,
doi = {10.48550/ARXIV.2208.09095},
url = {https://arxiv.org/abs/2208.09095},
publisher = {arXiv},
copyright = {Creative Commons Attribution 4.0 International}
}
@Article{2022:barbeau.etienne.ea:development,
author = {Barbeau, Lucka and {\'E}tienne, St{\'e}phane and B{\'e}guin, C{\'e}dric and Blais, Bruno},
title = {Development of a high-order continuous {G}alerkin sharp-interface immersed boundary method and its application to incompressible flow problems},
journal = {Computers \& Fluids},
year = 2022,
volume = 239,
pages = 105415,
month = may,
url = {https://doi.org/10.1016/j.compfluid.2022.105415},
publisher = {Elsevier}
}
@Article{2022:bartels.bonito.ea:modeling,
author = {Bartels, S\"oren and Bonito, Andrea and Hornung, Peter},
title = {Modeling and simulation of thin sheet folding},
journal = {Interfaces and Free Boundaries},
year = 2022,
volume = 24,
number = 4,
pages = {459--485},
month = jun,
doi = {10.4171/IFB/478},
url = {http://doi.org/10.4171/IFB/478},
publisher = {European Mathematical Society - {EMS} - Publishing House {GmbH}}
}
@InCollection{2022:basava.mang.ea:adaptive,
author = {Seshadri Basava and Katrin Mang and Mirjam Walloth and Thomas Wick and Winnifried Wollner},
title = {Adaptive and Pressure-Robust Discretization of Incompressible Pressure-Driven Phase-Field Fracture},
booktitle = {Non-standard Discretisation Methods in Solid Mechanics},
publisher = {Springer International Publishing},
year = 2022,
pages = {191--215},
doi = {10.1007/978-3-030-92672-4_8},
preprint = {https://arxiv.org/abs/2006.16566}
}
@Misc{2022:basava.wollner:pressure,
author = {Basava, Seshadri R. and Wollner, Winnifried},
title = {Pressure robust mixed methods for nearly incompressible elasticity},
year = 2022,
doi = {10.48550/ARXIV.2209.08916},
url = {https://arxiv.org/abs/2209.08916},
publisher = {arXiv},
copyright = {arXiv.org perpetual, non-exclusive license}
}
@Article{2022:beck.liu.ea:goal-oriented,
author = {Joakim Beck and Yang Liu and Erik von Schwerin and Ra{\'{u}}l Tempone},
title = {Goal-oriented adaptive finite element multilevel Monte Carlo with convergence rates},
journal = {Computer Methods in Applied Mechanics and Engineering},
year = 2022,
volume = 402,
pages = 115582,
month = dec,
doi = {10.1016/j.cma.2022.115582},
url = {https://www.sciencedirect.com/science/article/pii/S0045782522005552},
publisher = {Elsevier {BV}},
preprint = {https://arxiv.org/abs/2206.10314}
}
@Article{2022:behr.holt.ea:effects,
author = {Whitney M. Behr and Adam F. Holt and Thorsten W. Becker and Claudio Faccenna},
title = {The effects of plate interface rheology on subduction kinematics and dynamics},
journal = {Geophysical Journal International},
year = 2022,
month = feb,
doi = {10.1093/gji/ggac075},
url = {https://doi.org/10.1093/gji/ggac075},
publisher = {Oxford University Press ({OUP})}
}
@Article{2022:behrens.schulz.ea:performance,
author = {J{\"o}rn Behrens and Arne Schulz and Konrad Simon},
title = {Performance Assessment of the Cloud for Prototypical Instant Computing Approaches in Geoscientific Hazard Simulations},
journal = {Frontiers in Earth Science},
year = 2022,
volume = 10,
month = mar,
doi = {10.3389/feart.2022.762768},
url = {https://www.frontiersin.org/articles/10.3389/feart.2022.762768},
publisher = {Frontiers Media {SA}}
}
@InProceedings{2022:beuchler.kinnewig.ea:parallel,
author = {Sven Beuchler and Sebastian Kinnewig and Thomas Wick},
title = {Parallel Domain Decomposition Solvers for the Time Harmonic {M}axwell Equations},
editor = {Susanne C. Brenner and Eric Tsz Shun Chung and Axel Klawonn and Felix Kwok and Jinchao Xu and Jun Zou},
booktitle = {Domain Decomposition Methods in Science and Engineering {XXVI}},
year = 2022,
series = {Lecture Notes in Computational Science and Engineering},
volume = 145,
pages = {653--660},
address = {Hong Kong, China},
publisher = {Springer International Publishing},
doi = {10.1007/978-3-030-95025-5_71},
url = {https://link.springer.com/chapter/10.1007/978-3-030-95025-5_71},
preprint = {https://arxiv.org/abs/2105.11993}
}
@Article{2022:bhagat.jin.ea:novel,
author = {Kunal Bhagat and Zirou Jin and Shiva Rudraraju},
title = {A Novel Phase-Field Based Formulation of Interface Evolution during Mechanical Compaction of Sedimentary Basins},
year = 2022,
month = dec,
note = {Preprint},
doi = {10.20944/preprints202212.0093.v1},
url = {https://www.preprints.org/manuscript/202212.0093/v1},
publisher = {{MDPI} {AG}}
}
@Article{2022:bonito.guignard.ea:ldg,
author = {Andrea Bonito and Diane Guignard and Ricardo H. Nochetto and Shuo Yang},
title = {{LDG} approximation of large deformations of prestrained plates},
journal = {Journal of Computational Physics},
year = 2022,
volume = 448,
pages = 110719,
month = jan,
doi = {10.1016/j.jcp.2021.110719},
url = {https://doi.org/10.1016/j.jcp.2021.110719},
publisher = {Elsevier {BV}}
}
@Article{2022:brewick:simulating,
author = {Patrick T. Brewick},
title = {Simulating Pitting Corrosion in {AM 316L} Microstructures Through Phase Field Methods and Computational Modeling},
journal = {Journal of The Electrochemical Society},
year = 2022,
volume = 169,
number = 1,
pages = 011503,
month = jan,
doi = {10.1149/1945-7111/ac4935},
url = {https://doi.org/10.1149/1945-7111/ac4935},
publisher = {The Electrochemical Society}
}
@Article{2022:bruchhauser.kocher.ea:on,
author = {Bruchh{\"a}user, Marius Paul and K{\"o}cher, Uwe and Bause, Markus},
title = {On the Implementation of an Adaptive Multirate Framework for Coupled Transport and Flow},
journal = {Journal of Scientific Computing},
year = 2022,
volume = 93,
number = 3,
month = oct,
doi = {10.1007/s10915-022-02026-z},
url = {https://link.springer.com/article/10.1007/s10915-022-02026-z},
publisher = {Springer Science and Business Media {LLC}},
preprint = {https://arxiv.org/abs/2202.03748}
}
@PhDThesis{2022:bruchhauser:goal-oriented,
author = {Bruchh\"auser, Marius Paul},
title = {Goal-oriented space-time adaptivity for a multirate approach to coupled flow and transport},
school = {Helmut-Schmidt-Universit\"at / Universit\"at der Bundeswehr Hamburg},
year = 2022,
doi = {10.24405/14380},
url = {https://openhsu.ub.hsu-hh.de/handle/10.24405/14380},
publisher = {Universit\"atsbibliothek der HSU / UniBwH}
}
@Article{2022:bucelli.dede.ea:partitioned,
author = {Michele Bucelli and Luca Ded{\'e} and Alfio Quarteroni and Christian Vergara},
title = {Partitioned and Monolithic Algorithms for the Numerical Solution of Cardiac Fluid-Structure Interaction},
journal = {Communications in Computational Physics},
year = 2022,
volume = 32,
number = 5,
pages = {1217--1256},
month = jun,
doi = {10.4208/cicp.oa-2021-0243},
url = {https://global-sci.org/intro/article_detail/cicp/21362.html},
publisher = {Global Science Press}
}
@Article{2022:burkhardt.steinmann.ea:thermo-mechanical,
author = {Christian Burkhardt and Paul Steinmann and Julia Mergheim},
title = {Thermo-mechanical simulations of powder bed fusion processes: accuracy and efficiency},
journal = {Advanced Modeling and Simulation in Engineering Sciences},
year = 2022,
volume = 9,
pages = 18,
month = sep,
doi = {10.1186/s40323-022-00230-y},
url = {https://amses-journal.springeropen.com/articles/10.1186/s40323-022-00230-y},
publisher = {Springer Science and Business Media {LLC}}
}
@Article{2022:cao.zhang.ea:analyzing,
author = {Cao, Liu and Zhang, Luo and Meng, Rui-Fan and Zhang, Qin-Dan},
title = {Analyzing effects of temperature gradient and scan rate on metal additive manufacturing microstructure by using phase field-finite element method},
journal = {Modelling and Simulation in Materials Science and Engineering},
year = 2022,
volume = 30,
number = 3,
pages = 034003,
month = feb,
issn = {1361-651X},
url = {https://doi.org/10.1088/1361-651X/ac4f3a},
doi = {10.1088/1361-651x/ac4f3a},
publisher = {IOP Publishing}
}
@Article{2022:carreno.bergamaschi.ea:strategies,
author = {A. Carre{\~{n}}o and L. Bergamaschi and A. Mart{\'{\i}}nez and D. Ginestar and A. Vidal-Ferr{\`{a}}ndiz and G. Verd{\'{u}}},
title = {Strategies of Preconditioner Updates for Sequences of Linear Systems Associated with the Neutron Diffusion},
journal = {Computational and Mathematical Methods},
year = 2022,
volume = 2022,
pages = {1--13},
month = jun,
doi = {10.1155/2022/3884836},
url = {https://doi.org/10.1155/2022/3884836},
publisher = {Hindawi Limited},
editor = {Higinio Ramos}
}
@Article{2022:carreno.vidal-ferrandiz.ea:frequency-domain,
author = {Carre\~{n}o, A. and Vidal-Ferr\`andiz, A. and Ginestar, D. and Verd\'u, G.},
title = {Frequency-domain models in the $SP_N$ approximation for neutron noise calculations},
journal = {Progress in Nuclear Energy},
year = 2022,
volume = 148,
pages = 104233,
month = jun,
publisher = {Elsevier {BV}},
doi = {10.1016/j.pnucene.2022.104233},
url = {https://doi.org/10.1016/j.pnucene.2022.104233}
}
@Article{2022:castelli.dorfler:comparison,
author = {Castelli, G. F. and D{\"o}rfler, W.},
title = {Comparison of an $h$- and $hp$-adaptive finite element solver for chemo-mechanically coupled battery electrode particles},
journal = {Examples and Counterexamples},
year = 2022,
volume = 2,
pages = 100083,
doi = {10.1016/j.exco.2022.100083}
}
@Article{2022:chisenga.kolawole.ea:localization,
author = {Chikondi Chisenga and Folarin Kolawole and Tahiry Rajaonarison and Estella A. Atekwana and Jianguo Yan and Elisha M. Shemang},
title = {Localization of large intraplate earthquakes along faulted density-contrast boundaries: Insights from the 2017 Mw6.5 Botswana earthquake},
journal = {Journal of African Earth Sciences},
year = 2022,
pages = 104752,
issn = {1464-343X},
doi = {10.1016/j.jafrearsci.2022.104752},
url = {https://www.sciencedirect.com/science/article/pii/S1464343X22003041}
}
@Article{2022:chourdakis.davis.ea:precice,
author = {Gerasimos Chourdakis and Kyle Davis and Benjamin Rodenberg and Miriam Schulte and Fr{\'e}d{\'e}ric Simonis and Benjamin Uekermann and Georg Abrams and Hans-Joachim Bungartz and Lucia Cheung Yau and Ishaan Desai and Konrad Eder and Richard Hertrich and Florian Lindner and Alexander Rusch and Dmytro Sashko and David Schneider and Amin Totounferoush and Dominik Volland and Peter Vollmer and Oguz Ziya Koseomur},
title = {{preCICE} v2: A sustainable and user-friendly coupling library},
journal = {Open Research Europe},
year = 2022,
volume = 2,
pages = 51,
month = apr,
doi = {10.12688/openreseurope.14445.1},
url = {https://open-research-europe.ec.europa.eu/articles/2-51},
publisher = {F1000 Research Ltd},
preprint = {https://arxiv.org/abs/2109.14470}
}
@Article{2022:cicci.fresca.ea:deep-hyromnet,
author = {Ludovica Cicci and Stefania Fresca and Andrea Manzoni},
title = {Deep-{HyROMnet}: A Deep Learning-Based Operator Approximation for Hyper-Reduction of Nonlinear Parametrized {PDEs}},
journal = {Journal of Scientific Computing},
year = 2022,
volume = 93,
number = 2,
month = oct,
doi = {10.1007/s10915-022-02001-8},
url = {https://link.springer.com/article/10.1007/s10915-022-02001-8},
publisher = {Springer Science and Business Media {LLC}},
preprint = {https://arxiv.org/abs/2202.02658}
}
@Article{2022:cicci.fresca.ea:projection-based,
author = {Ludovica Cicci and Stefania Fresca and Stefano Pagani and Andrea Manzoni and Alfio Quarteroni},
title = {Projection-based reduced order models for parameterized nonlinear time-dependent problems arising in cardiac mechanics},
journal = {Mathematics in Engineering},
year = 2022,
volume = 5,
number = 2,
pages = {1--38},
doi = {10.3934/mine.2023026},
url = {https://doi.org/10.3934/mine.2023026},
publisher = {American Institute of Mathematical Sciences ({AIMS})}
}
@PhDThesis{2022:cicci:efficient,
author = {Cicci, Ludovica},
title = {Efficient reduced order modeling for nonlinear parameterized problems in elastodynamics: application to cardiac mechanics},
school = {Politecnico Di Milano},
year = 2022,
url = {https://hdl.handle.net/10589/183035}
}
@Article{2022:cloetingh.koptev.ea:fingerprinting,
author = {Cloetingh, Sierd and Koptev, Alexander and Lavecchia, Alessio and Kov\'acs, Istv\'an J\'anos and Beekman, Fred},
title = {Fingerprinting secondary mantle plumes},
journal = {Earth and Planetary Science Letters},
year = 2022,
volume = 597,
pages = 117819,
doi = {10.1016/j.epsl.2022.117819}
}
@InProceedings{2022:cohen.aboutaleb.ea:computational,
author = {Cohen, David O. and Aboutaleb, Sohaila M. G. and Wagoner Johnson, Amy and Norato, Julian A.},
title = {Computational Design of Additively Manufactured Curvilinear Scaffolds for Bone Repair},
booktitle = {48th Design Automation Conference (DAC)},
year = 2022,
series = {IDETC-CIE2022},
volume = {3A},
address = {St. Louis, Missouri, USA},
month = aug,
publisher = {American Society of Mechanical Engineers},
url = {https://asmedigitalcollection.asme.org/IDETC-CIE/proceedings-abstract/IDETC-CIE2022/V03AT03A007/1150355},
doi = {10.1115/detc2022-90582}
}
@Article{2022:comeau.becken.ea:geophysical,
author = {Matthew J. Comeau and Michael Becken and Alexander V. Grayver and Johannes S. K\"{a}ufl and Alexey V. Kuvshinov},
title = {The geophysical signature of a continental intraplate volcanic system: From surface to mantle source},
journal = {Earth and Planetary Science Letters},
year = 2022,
volume = 578,
pages = 117307,
month = jan,
doi = {10.1016/j.epsl.2021.117307},
url = {https://www.sciencedirect.com/science/article/abs/pii/S0012821X2100563X},
publisher = {Elsevier {BV}}
}
@Article{2022:comellas.farkas.ea:local,
author = {Comellas, Ester and Farkas, Johanna E. and Kleinberg, Giona and Lloyd, Katlyn and Mueller, Thomas and Duerr, Timothy J. and Mu{\~n}oz, Jose J. and Monaghan, James R. and Shefelbine, Sandra J.},
title = {Local mechanical stimuli correlate with tissue growth in axolotl salamander joint morphogenesis},
journal = {Proceedings of the Royal Society B: Biological Sciences},
year = 2022,
volume = 289,
number = 1975,
pages = 20220621,
doi = {10.1098/RSPB.2022.0621},
url = {https://royalsocietypublishing.org/doi/10.1098/rspb.2022.0621},
publisher = {The Royal Society},
preprint = {https://www.biorxiv.org/content/10.1101/2021.08.28.458034v2}
}
@Article{2022:corti.zingaro.ea:impact,
author = {Mattia Corti and Alberto Zingaro and Luca Ded{\'e} and Alfio Maria Quarteroni},
title = {Impact of atrial fibrillation on left atrium haemodynamics: A computational fluid dynamics study},
journal = {Computers in Biology and Medicine},
year = 2022,
volume = 150,
pages = 106143,
month = nov,
doi = {10.1016/j.compbiomed.2022.106143},
url = {https://www.sciencedirect.com/science/article/pii/S0010482522008514},
publisher = {Elsevier {BV}}
}
@PhDThesis{2022:crum:implementing,
author = {Crum, Justin Robert},
title = {Implementing and Testing Exterior Calculus Discretization Techniques for {PDE}s},
school = {University of Arizona},
year = 2022,
url = {https://hdl.handle.net/10150/663799}
}
@Article{2022:dambly.samrock.ea:interplay,
author = {Marie Luise Texas Dambly and Friedemann Samrock and Alexander Grayver and Martin O. Saar},
title = {The interplay of rifting, magmatism and formation of geothermal resources in the Ethiopian Rift constrained by 3-D magnetotelluric imaging},
year = 2022,
month = nov,
note = {Preprint},
doi = {10.1002/essoar.10512805.1},
url = {https://www.essoar.org/doi/10.1002/essoar.10512805.1},
publisher = {Wiley}
}
@InProceedings{2022:dang:study,
author = {Dang, Hong-Lam},
title = {A Study of Modeling Damage Zone Around Tunnel Excavation by {DEAL.II}},
booktitle = {ISRM Regional Symposium -- 12th Asian Rock Mechanics Symposium},
year = 2022,
pages = {ISRM-ARMS12--2022--007},
month = nov,
url = {https://onepetro.org/ISRMARMS/proceedings-abstract/ARMS1222/All-ARMS1222/515488}
}
@Article{2022:dasika.vaghani.ea:constrained,
author = {Dasika, Sunder and Vaghani, Dipak and Shukla, Ratnesh K.},
title = {Constrained least-squares based adaptive-order finite-volume {WENO} scheme for the simulation of viscous compressible flows on unstructured grids},
journal = {Journal of Computational Physics},
year = 2022,
volume = 470,
pages = 111534,
month = dec,
issn = {0021-9991},
url = {http://doi.org/10.1016/j.jcp.2022.111534},
doi = {10.1016/j.jcp.2022.111534},
publisher = {Elsevier BV}
}
@Article{2022:davies.kramer.ea:towards,
author = {Davies, D. R. and Kramer, S. C. and Ghelichkhan, S. and Gibson, A.},
title = {Towards automatic finite-element methods for geodynamics via {F}iredrake},
journal = {Geoscientific Model Development},
year = 2022,
volume = 15,
number = 13,
pages = {5127--5166},
url = {https://gmd.copernicus.org/articles/15/5127/2022/},
doi = {10.5194/gmd-15-5127-2022}
}
@InCollection{2022:dawson.samii:review,
author = {Dawson, Clint and Samii, Ali},
title = {A Review of Nonlinear {B}oussinesq-Type Models for Coastal Ocean Modeling},
booktitle = {The Mathematics of Marine Modelling},
publisher = {Springer International Publishing},
year = 2022,
volume = 9,
series = {Mathematics of Planet Earth (MPE)},
pages = {45--71},
isbn = 9783031095597,
issn = {2524-4272},
url = {https://doi.org/10.1007/978-3-031-09559-7_3},
doi = {10.1007/978-3-031-09559-7_3}
}
@Article{2022:de.hai.ea:prediction,
author = {Subhayan De and Bhuiyan Shameem Mahmood Ebna Hai and Alireza Doostan and Markus Bause},
title = {Prediction of Ultrasonic Guided Wave Propagation in Fluid--Structure and Their Interface under Uncertainty Using Machine Learning},
journal = {Journal of Engineering Mechanics},
year = 2022,
volume = 148,
number = 3,
month = mar,
doi = {10.1061/(asce)em.1943-7889.0002038},
url = {https://ascelibrary.org/doi/10.1061/(ASCE)EM.1943-7889.0002038},
publisher = {American Society of Civil Engineers (ASCE)}
}
@Article{2022:dev.stankiewicz.ea:sequential,
author = {Chaitanya Dev and Gabriel Stankiewicz and Paul Steinmann},
title = {Sequential topology and shape optimization framework to design compliant mechanisms with boundary stress constraints},
journal = {Structural and Multidisciplinary Optimization},
year = 2022,
volume = 65,
number = 6,
month = jun,
doi = {10.1007/s00158-022-03271-4},
url = {https://link.springer.com/article/10.1007/s00158-022-03271-4},
publisher = {Springer Science and Business Media {LLC}},
preprint = {https://engrxiv.org/preprint/view/2276/version/3372}
}
@Article{2022:diehl.lipton.ea:comparative,
author = {Diehl, Patrick and Lipton, Robert and Wick, Thomas and Tyagi, Mayank},
title = {A comparative review of peridynamics and phase-field models for engineering fracture mechanics},
journal = {Computational Mechanics},
year = 2022,
volume = 69,
number = 6,
pages = {1259--1293},
publisher = {Springer},
doi = {10.1007/s00466-022-02147-0}
}
@Article{2022:dinachandra.alankar:adaptive,
author = {Dinachandra, Moirangthem and Alankar, Alankar},
title = {Adaptive finite element modeling of phase-field fracture driven by hydrogen embrittlement},
journal = {Computer Methods in Applied Mechanics and Engineering},
year = 2022,
volume = 391,
pages = 114509,
month = mar,
issn = {0045-7825},
url = {http://doi.org/10.1016/j.cma.2021.114509},
doi = {10.1016/j.cma.2021.114509},
publisher = {Elsevier BV}
}
@Article{2022:dominesey.ji:reduced-order,
author = {Kurt A. Dominesey and Wei Ji},
title = {Reduced-order modeling of neutron transport separated in energy by Proper Generalized Decomposition with applications to nuclear reactor physics},
journal = {Journal of Computational Physics},
year = 2022,
volume = 449,
pages = 110744,
month = jan,
doi = {10.1016/j.jcp.2021.110744},
url = {https://doi.org/10.1016/j.jcp.2021.110744},
publisher = {Elsevier {BV}}
}
@PhDThesis{2022:dominesey:reduced-order,
author = {Dominesey, Kurt A.},
title = {Reduced-order modeling of neutron transport by proper generalized decomposition},
school = {Rensselaer Polytechnic Institute},
year = 2022,
url = {https://hdl.handle.net/20.500.13015/6278}
}
@Article{2022:dong.lu.ea:downgoing,
author = {Dong, Miao and L{\"u}, ChuanChuan and Zhang, Jian and Hao, Tianyao},
title = {Downgoing plate-buoyancy driven retreat of North Sulawesi Trench: Transition of a passive margin into a subduction zone},
journal = {Geophysical Research Letters},
year = 2022,
volume = 49,
number = 23,
pages = {e2022GL101130},
doi = {10.1029/2022GL101130},
url = {https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/2022GL101130},
eprint = {https://agupubs.onlinelibrary.wiley.com/doi/pdf/10.1029/2022GL101130}
}
@Article{2022:dorich.leibold:full,
author = {D\"orich, Benjamin and Leibold, Jan},
title = {Full discretization error analysis of exponential integrators for semilinear wave equations},
journal = {Mathematics of Computation},
year = 2022,
volume = 91,
number = 336,
pages = {1687--1709},
month = apr,
issn = {1088-6842},
url = {https://doi.org/10.1090/mcom/3736},
doi = {10.1090/mcom/3736},
publisher = {American Mathematical Society (AMS)}
}
@PhDThesis{2022:dorsam:finite,
author = {D\"orsam, Simon},
title = {Finite Element Simulations for the Design of Therapeutic Approaches for Retinal Diseases},
year = 2022,
doi = {10.17170/KOBRA-202305128014},
url = {https://kobra.uni-kassel.de/handle/123456789/14849},
language = {en},
publisher = {Universit\"at Kassel},
copyright = {Creative Commons Attribution Non Commercial 4.0 International}
}
@Article{2022:drobny.friedmann:numerical,
author = {Alexander Drobny and Elfriede Friedmann},
title = {Numerical simulation of viscoelastic fluid--structure interaction benchmarks and their application to the human eye},
journal = {SN Applied Sciences},
year = 2022,
volume = 4,
number = 11,
month = oct,
doi = {10.1007/s42452-022-05185-8},
url = {https://doi.org/10.1007/s42452-022-05185-8},
publisher = {Springer Science and Business Media LLC}
}
@Article{2022:duijn.mikelic.ea:mandels,
author = {van Duijn, C. J. and Mikeli\'c, A. and Wick, T.},
title = {Mandel's problem as a benchmark for two-dimensional nonlinear poroelasticity},
journal = {Applicable Analysis},
year = 2022,
volume = 101,
number = 12,
pages = {4267--4293},
month = jun,
issn = {1563-504X},
url = {https://www.tandfonline.com/doi/full/10.1080/00036811.2022.2091992},
doi = {10.1080/00036811.2022.2091992},
publisher = {Informa UK Limited}
}
@Article{2022:fan.jin.ea:quasi-monolithic,
author = {Fan, Meng and Jin, Yan and Wick, Thomas},
title = {A quasi-monolithic phase-field description for mixed-mode fracture using predictor--corrector mesh adaptivity},
journal = {Engineering with Computers},
year = 2022,
volume = 38,
number = {S4},
pages = {2879--2903},
month = jun,
doi = {10.1007/s00366-021-01423-6},
url = {https://doi.org/10.1007/s00366-021-01423-6}
}
@Article{2022:fang.lu.ea:hierarchical,
author = {Fang, Qihong and Lu, Weizheng and Chen, Yang and Feng, Hui and Liaw, Peter K and Li, Jia},
title = {Hierarchical multiscale crystal plasticity framework for plasticity and strain hardening of multi-principal element alloys},
journal = {Journal of the Mechanics and Physics of Solids},
year = 2022,
volume = 169,
pages = 105067,
month = dec,
issn = {0022-5096},
url = {http://doi.org/10.1016/j.jmps.2022.105067},
doi = {10.1016/j.jmps.2022.105067},
publisher = {Elsevier BV}
}
@Article{2022:fang.zhang.ea:causal,
author = {Gui Fang and Jian Zhang and Tianyao Hao and Miao Dong and Chenghao Jiang and Yubei He},
title = {The causal mechanism of the {S}angihe Forearc Thrust, {M}olucca {S}ea, northeast {I}ndonesia, from numerical simulation},
journal = {Journal of Asian Earth Sciences},
year = 2022,
volume = 237,
pages = 105350,
issn = {1367-9120},
doi = {10.1016/j.jseaes.2022.105350},
url = {https://www.sciencedirect.com/science/article/pii/S1367912022002814}
}
@Article{2022:fei.choo.ea:phase-field,
author = {Fan Fei and Jinhyun Choo and Chong Liu and Joshua A. White},
title = {Phase-field modeling of rock fractures with roughness},
journal = {International Journal for Numerical and Analytical Methods in Geomechanics},
year = 2022,
volume = 46,
number = 5,
pages = {841--868},
month = jan,
doi = {10.1002/nag.3317},
url = {https://doi.org/10.1002/nag.3317},
publisher = {Wiley}
}
@Article{2022:fei.mia.ea:phase-field,
author = {Fei, Fan and Mia, Md Shumon and Elbanna, Ahmed E. and Choo, Jinhyun},
title = {A phase-field model for quasi-dynamic nucleation, growth, and propagation of rate-and-state faults},
journal = {International Journal for Numerical and Analytical Methods in Geomechanics},
year = 2022,
month = nov,
doi = {10.1002/nag.3465},
url = {https://onlinelibrary.wiley.com/doi/10.1002/nag.3465},
publisher = {Wiley},
preprint = {https://arxiv.org/abs/2206.07933}
}
@Article{2022:freddi.mingazzi:predictive,
author = {Freddi, Francesco and Mingazzi, Lorenzo},
title = {A predictive phase-field approach for cover cracking in corroded concrete elements},
journal = {Theoretical and Applied Fracture Mechanics},
year = 2022,
volume = 122,
pages = 103657,
month = dec,
doi = {10.1016/j.tafmec.2022.103657},
url = {https://doi.org/10.1016/j.tafmec.2022.103657},
publisher = {Elsevier {BV}}
}
@Article{2022:freese:heterogeneous,
author = {Freese, Philip},
title = {The Heterogeneous Multiscale Method for Dispersive {M}axwell Systems},
journal = {Multiscale Modeling \& Simulation},
year = 2022,
volume = 20,
number = 2,
pages = {769--797},
month = jun,
doi = {10.1137/21m1443960},
url = {https://epubs.siam.org/doi/10.1137/21M1443960},
preprint = {https://arxiv.org/abs/2110.01348},
publisher = {Society for Industrial \& Applied Mathematics (SIAM)}
}
@Article{2022:friedlein.mergheim.ea:observations,
author = {Johannes Friedlein and Julia Mergheim and Paul Steinmann},
title = {Observations on additive plasticity in the logarithmic strain space at excessive strains},
journal = {International Journal of Solids and Structures},
year = 2022,
volume = {239-240},
pages = 111416,
month = mar,
doi = {10.1016/j.ijsolstr.2021.111416},
url = {https://doi.org/10.1016/j.ijsolstr.2021.111416},
publisher = {Elsevier BV}
}
@Article{2022:fuhg.marino.ea:local,
author = {Jan N. Fuhg and Michele Marino and Nikolaos Bouklas},
title = {Local approximate Gaussian process regression for data-driven constitutive models: development and comparison with neural networks},
journal = {Computer Methods in Applied Mechanics and Engineering},
year = 2022,
volume = 388,
pages = 114217,
month = jan,
doi = {10.1016/j.cma.2021.114217},
url = {https://doi.org/10.1016/j.cma.2021.114217},
publisher = {Elsevier {BV}}
}
@Article{2022:fumagalli.vitullo.ea:image-based,
author = {Fumagalli, Ivan and Vitullo, Piermario and Vergara, Christian and Fedele, Marco and Corno, Antonio F and Ippolito, Sonia and Scrofani, Roberto and Quarteroni, Alfio},
title = {Image-based computational hemodynamics analysis of systolic obstruction in hypertrophic cardiomyopathy},
journal = {Frontiers in Physiology},
year = 2022,
volume = 12,
pages = 2437,
doi = {10.3389/fphys.2021.787082},
publisher = {Frontiers}
}
@Article{2022:giambiagi.tassara.ea:crustal,
author = {Giambiagi, Laura and Tassara, Andr{\'e}s and Echaurren, Andr{\'e}s and Julve, Joaqu{\'\i}n and Quiroga, Rodrigo and Barrionuevo, Mat{\'\i}as and Liu, Sibiao and Echeverr{\'\i}a, I{\~n}igo and Mard{\'o}nez, Diego and Suriano, Julieta and others},
title = {Crustal anatomy and evolution of a subduction-related orogenic system: Insights from the Southern Central Andes (22-35{\textdegree}S)},
journal = {Earth-Science Reviews},
year = 2022,
pages = 104138,
issn = {0012-8252},
doi = {10.1016/j.earscirev.2022.104138},
url = {https://www.sciencedirect.com/science/article/pii/S0012825222002227}
}
@Article{2022:giuliani.hess.ea:microrom,
author = {Nicola Giuliani and Martin W. Hess and Antonio DeSimone and Gianluigi Rozza},
title = {{MicroROM}: An efficient and accurate reduced order method to solve many-query problems in micro-motility},
journal = {ESAIM: Mathematical Modelling and Numerical Analysis},
year = 2022,
volume = 56,
number = 4,
pages = {1151--1172},
month = jun,
doi = {10.1051/m2an/2022038},