forked from dealii/publication-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
publications-2020.bib
998 lines (893 loc) · 36.4 KB
/
publications-2020.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
% Encoding: US-ASCII
@Article{Naliboff_etal2020,
author="Naliboff, J.B.
and Glerum, A.
and Brune, S.
and Peron-Pinvidic, G.
and Wrona, T.",
title="Development of 3-D rift heterogeneity through fault network evolution",
journal="Geophysical Research Letters",
year="2020",
volume="47",
number="e2019GL086611",
doi="10.1029/2019GL086611",
opturl="https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/2019GL086611"
}
@ARTICLE{10.3389/feart.2020.533392,
AUTHOR={Negredo, A. M. and Mancilla, F. d. L. and Clemente, C. and Morales, J. and Fullea, J.},
TITLE={Geodynamic Modeling of Edge-Delamination Driven by Subduction-Transform Edge Propagator Faults: The Westernmost Mediterranean Margin (Central Betic Orogen) Case Study},
JOURNAL={Frontiers in Earth Science},
VOLUME={8},
PAGES={435},
YEAR={2020},
URL={https://www.frontiersin.org/article/10.3389/feart.2020.533392},
DOI={10.3389/feart.2020.533392},
ISSN={2296-6463}
}
@article{doi:10.1029/2020GC008935,
author = {Muluneh, Ameha A. and Brune, Sascha and Illsley-Kemp, Finnigan and Corti, Giacomo and Keir, Derek and Glerum, Anne and Kidane, Tesfaye and Mori, Jim},
title = {Mechanism for Deep Crustal Seismicity: Insight From Modeling of Deformation Processes at the Main Ethiopian Rift},
journal = {Geochemistry, Geophysics, Geosystems},
volume = {21},
number = {7},
pages = {e2020GC008935},
keywords = {numerical modeling, earthquakes, Main Ethiopian Rift, strain rate},
doi = {10.1029/2020GC008935},
url = {https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/2020GC008935},
eprint = {https://agupubs.onlinelibrary.wiley.com/doi/pdf/10.1029/2020GC008935},
note = {e2020GC008935 10.1029/2020GC008935},
year = {2020}
}
@book{Wi20_book,
author = "Thomas Wick",
title = "Multiphysics Phase-Field Fracture: Modeling, Adaptive Discretizations, and Solvers",
year = "2020",
publisher = "De Gruyter",
address = "Berlin, Boston",
isbn = "978-3-11-049739-7",
doi = "https://doi.org/10.1515/9783110497397",
url = "https://www.degruyter.com/view/title/523232"
}
@Article{HeiWi20,
title = "pfm-cracks: A parallel-adaptive framework for phase-field fracture propagation",
journal = "Software Impacts",
volume = "6",
pages = "100045",
year = "2020",
issn = "2665-9638",
doi = "https://doi.org/10.1016/j.simpa.2020.100045",
url = "http://www.sciencedirect.com/science/article/pii/S2665963820300361",
author = "Timo Heister and Thomas Wick"
}
@Article{JoLaWi20,
title = "Matrix-free multigrid solvers for phase-field fracture problems",
journal = "Computer Methods in Applied Mechanics and Engineering",
volume = "372",
pages = "113431",
year = "2020",
issn = "0045-7825",
doi = "https://doi.org/10.1016/j.cma.2020.113431",
url = "http://www.sciencedirect.com/science/article/pii/S0045782520306162",
author = "D. Jodlbauer and U. Langer and T. Wick"
}
@mastersthesis{Withers2021,
author="Withers, Craig",
title="Modelling slab age and crustal thickness: numerical approaches to drivers of compressive stresses in the overriding plate in Andean style subduction zone systems",
year="2021",
publisher="Durham University",
school="Durham theses",
opturl="http://etheses.dur.ac.uk/13836/"
}
@article{louis20203,
title={3-D numerical modelling of crustal polydiapirs with volume-of-fluid methods},
author={Louis-Napol{\'e}on, Aur{\'e}lie and Gerbault, Muriel and Bonometti, Thomas and Thieulot, C{\'e}dric and Martin, Roland and Vanderhaeghe, Olivier},
journal={Geophysical Journal International},
volume={222},
number={1},
pages={474--506},
year={2020},
publisher={Oxford University Press},
doi={10.1093/gji/ggaa141},
url={https://doi.org/10.1093/gji/ggaa141}
}
@Article{JoLaWi20_parallel,
author = {Jodlbauer, D. and Langer, U. and Wick, T.},
title = {Parallel Matrix-Free Higher-Order Finite Element Solvers for Phase-Field Fracture Problems},
journal = {Mathematical and Computational Applications},
volume = {25},
number = {3},
pages = {40},
year = {2020},
doi = {https://doi.org/10.3390/mca25030040}
}
@Article{WheWiLee20,
title = {{IPACS: Integrated Phase-Field Advanced Crack Propagation Simulator. An adaptive, parallel, physics-based-discretization phase-field framework for fracture propagation in porous media}},
journal = "Computer Methods in Applied Mechanics and Engineering",
volume = "367",
pages = "113124",
year = "2020",
issn = "0045-7825",
doi = "https://doi.org/10.1016/j.cma.2020.113124",
url = "http://www.sciencedirect.com/science/article/pii/S0045782520303091",
author = "Mary F. Wheeler and Thomas Wick and Sanghyun Lee"
}
@Article{WiWo20,
author = {Wick, Thomas and Wollner, Winnifried},
title = {Optimization with nonstationary, nonlinear monolithic fluid-structure interaction},
journal = {International Journal for Numerical Methods in Engineering},
year = {2020},
volume = {},
number = {},
pages = {1-20},
keywords = {gradient-based optimization, monolithic formulation, optimal control, optimal design, unsteady nonlinear fluid-structure interaction},
doi = {10.1002/nme.6372},
url = {https://onlinelibrary.wiley.com/doi/abs/10.1002/nme.6372},
eprint = {https://onlinelibrary.wiley.com/doi/pdf/10.1002/nme.6372}
}
@article {HeronSP503-2020-7,
author = {Heron, Philip J. and Murphy, J. Brendan and Nance, R. Damian and Pysklywec, R. N.},
title = {Pannotia{\textquoteright}s mantle signature: the quest for supercontinent identification},
volume = {503},
elocation-id = {SP503-2020-7},
year = {2020},
doi = {10.1144/SP503-2020-7},
publisher = {Geological Society of London},
issn = {0305-8719},
URL = {https://sp.lyellcollection.org/content/early/2020/07/14/SP503-2020-7},
journal = {Geological Society, London, Special Publications}
}
@misc{BaMaWaWiWo20,
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},
howpublished = {DFG-SPP 1748 final report, book article},
note={Accepted},
year = {2020}
}
@Article{EndtNeiLaWiWo20,
title = "Multigoal-oriented optimal control problems with nonlinear PDE constraints",
journal = "Computers {\&} Mathematics with Applications",
volume = "79",
number = "10",
pages = "3001 - 3026",
year = "2020",
issn = "0898-1221",
doi = "https://doi.org/10.1016/j.camwa.2020.01.005",
url = "http://www.sciencedirect.com/science/article/pii/S0898122120300122",
author = "B. Endtmayer and U. Langer and I. Neitzel and T. Wick and W. Wollner"
}
@misc{Regazzoni2020cardiac2,
title = {A cardiac electromechanics model coupled with a lumped parameters model for closed-loop blood circulation. Part II: numerical approximation},
author = {Francesco Regazzoni and Matteo Salvador and Pasquale Claudio Africa and Marco Fedele and Luca Dede' and Alfio Quarteroni},
year = {2020},
month = nov,
eprint = {2011.15051},
archivePrefix = {arXiv},
primaryClass = {math.NA}
}
@misc{Regazzoni2020cardiac1,
title = {A cardiac electromechanics model coupled with a lumped parameters model for closed-loop blood circulation. Part I: model derivation},
author = {Francesco Regazzoni and Matteo Salvador and Pasquale Claudio Africa and Marco Fedele and Luca Dede' and Alfio Quarteroni},
year = {2020},
month = nov,
eprint = {2011.15040},
archivePrefix = {arXiv},
primaryClass = {math.NA}
}
@article{Stella2020,
doi = {10.1016/j.compbiomed.2020.104047},
url = {http://www.sciencedirect.com/science/article/pii/S0010482520303784},
year = {2020},
month = oct,
publisher = {Elsevier},
volume = {127},
pages = {104047},
author = {Simone Stella and Christian Vergara and Massimiliano Maines and Domenico Catanzariti and Pasquale Claudio Africa and Cristina Dematt{\`{e}} and Maurizio Centonze and Fabio Nobile and Maurizio Del Greco and Alfio Quarteroni},
title = {Integration of activation maps of epicardial veins in computational cardiac electrophysiology},
journal = {Computers in Biology and Medicine}
}
@article{Farangitakis2020,
doi = {10.1016/j.epsl.2020.116277},
url = {https://doi.org/10.1016/j.epsl.2020.116277},
year = {2020},
month = jul,
publisher = {Elsevier {BV}},
volume = {541},
pages = {116277},
author = {G. P. Farangitakis and P. J. Heron and K. J. W. McCaffrey and J. van Hunen and L. M. Kalnins},
title = {The impact of oblique inheritance and changes in relative plate motion on the development of rift-transform systems},
journal = {Earth and Planetary Science Letters}
}
@article{Cobb2020,
doi = {10.1088/1748-9326/aba867},
url = {https://doi.org/10.1088%2F1748-9326%2Faba867},
year = {2020},
month = oct,
publisher = {{IOP} Publishing},
volume = {15},
number = {11},
pages = {114009},
author = {Alexander R. Cobb and Ren{\'{e}} Dommain and Fangyi Tan and Naomi Hwee En Heng and Charles F Harvey},
title = {Carbon storage capacity of tropical peatlands in natural and artificial drainage networks},
journal = {Environmental Research Letters}
}
@article{citron2020effects,
title={Effects of Heat-Producing Elements on the Stability of Deep Mantle Thermochemical Piles},
author={Citron, Robert I. and Louren{\c{c}}o, Diogo L. and Wilson, Alfred J. and Grima, Antoniette G. and Wipperfurth, Scott A. and Rudolph, Maxwell L. and Cottaar, Sanne and Mont{\'e}si, Laurent G. J.},
journal={Geochemistry, Geophysics, Geosystems},
volume={21},
number={4},
pages={e2019GC008895},
year={2020},
publisher={Wiley Online Library},
doi={10.1029/2019GC008895},
url={https://doi.org/10.1029/2019GC008895}
}
@article{lesher2020iron,
title={Iron isotope fractionation at the core--mantle boundary by thermodiffusion},
author={Lesher, Charles E. and Dannberg, Juliane and Barfod, Gry H. and Bennett, Neil R. and Glessner, Justin J. G. and Lacks, Daniel J. and Brenan, James M.},
journal={Nature Geoscience},
volume={13},
number={5},
pages={382--386},
year={2020},
publisher={Nature Publishing Group},
doi={10.1038/s41561-020-0560-y},
url={https://doi.org/10.1038/s41561-020-0560-y}
}
@article{SchuhSenlis2020,
doi = {10.5194/se-11-1909-2020},
url = {https://doi.org/10.5194/se-11-1909-2020},
year = {2020},
month = oct,
publisher = {Copernicus {GmbH}},
volume = {11},
number = {5},
pages = {1909--1930},
author = {Melchior Schuh-Senlis and Cedric Thieulot and Paul Cupillard and Guillaume Caumon},
title = {Towards the application of Stokes flow equations to structural restoration simulations},
journal = {Solid Earth}
}
@article{Anzt2020,
doi = {10.21105/joss.02260},
url = {https://doi.org/10.21105/joss.02260},
year = {2020},
month = aug,
publisher = {The Open Journal},
volume = {5},
number = {52},
pages = {2260},
author = {Hartwig Anzt and Terry Cojean and Yen-Chen Chen and Goran Flegar and Fritz G\"{o}bel and Thomas Gr\"{u}tzmacher and Pratik Nayak and Tobias Ribizel and Yu-Hsiang Tsai},
title = {Ginkgo: A high performance numerical linear algebra library},
journal = {Journal of Open Source Software}
}
@article{Benbow2020,
doi = {10.3390/cryst10090767},
url = {https://doi.org/10.3390/cryst10090767},
year = {2020},
month = aug,
publisher = {{MDPI} {AG}},
volume = {10},
number = {9},
pages = {767},
author = {Steven J. Benbow and Daisuke Kawama and Hiroyasu Takase and Hiroyuki Shimizu and Chie Oda and Fumio Hirano and Yusuke Takayama and Morihiro Mihara and Akira Honda},
title = {A Coupled Modeling Simulator for Near-Field Processes in Cement Engineered Barrier Systems for Radioactive Waste Disposal},
journal = {Crystals}
}
@article{Fehn2020anomalous,
title={Numerical evidence of anomalous energy dissipation in incompressible {E}uler flows: {T}owards grid-converged results for the inviscid {T}aylor--{G}reen problem},
author={Fehn, Niklas and Kronbichler, Martin and Munch, Peter and Wall, Wolfgang A},
journal={arXiv preprint arXiv:2007.01656},
year={2020},
url={https://arxiv.org/abs/2007.01656}
}
@article{https://doi.org/10.1029/2019JB018726,
author = {Heyn, Bj{\"o}rn H. and Conrad, Clinton P. and Tr{\o}nnes, Reidar G.},
title = {How Thermochemical Piles Can (Periodically) Generate Plumes at Their Edges},
journal = {Journal of Geophysical Research: Solid Earth},
volume = {125},
number = {6},
pages = {e2019JB018726},
doi = {https://doi.org/10.1029/2019JB018726},
url = {https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/2019JB018726},
year = {2020}
}
@article{Njinju2020,
doi = {10.1002/essoar.10503939.1},
url = {https://doi.org/10.1002/essoar.10503939.1},
pages = {37},
year = {2020},
month = aug,
journal = {Earth and Space Science Open Archive},
author = {Emmanuel A. Njinju and D. Sarah Stamps and James Gallagher and Kodi Neumiller},
title = {Lithospheric Control of Melt Generation Beneath the Rungwe Volcanic Province, East Africa}
}
@InProceedings{Arndt2020exadg,
author={Arndt, Daniel and Fehn, Niklas and Kanschat, Guido and Kormann, Katharina and Kronbichler, Martin and Munch, Peter and Wall, Wolfgang A. and Witte, Julius},
editor={Bungartz, Hans-Joachim and Reiz, Severin and Uekermann, Benjamin and Neumann, Philipp and Nagel, Wolfgang E.},
title={Exa{DG}: {H}igh-{O}rder {D}iscontinuous {G}alerkin for the {E}xa-{S}cale},
booktitle={Software for Exascale Computing - SPPEXA 2016-2019},
year={2020},
publisher={Springer International Publishing},
address={Cham},
pages={189--224},
isbn={978-3-030-47956-5}
}
@article{HEYN2020116358,
title = "Core-mantle boundary topography and its relation to the viscosity structure of the lowermost mantle",
journal = "Earth and Planetary Science Letters",
volume = "543",
pages = "116358",
year = "2020",
issn = "0012-821X",
doi = "https://doi.org/10.1016/j.epsl.2020.116358",
url = "http://www.sciencedirect.com/science/article/pii/S0012821X20303022",
author = "Bj{\"o}rn H. Heyn and Clinton P. Conrad and Reidar G. Tr{\o}nnes"
}
@article{Wilde2020,
author = {Wilde, Dominik and Kr{\"{a}}mer, Andreas and Reith, Dirk and Foysi, Holger},
doi = {10.1103/PhysRevE.101.053306},
issn = {24700053},
journal = {Phys. Rev. E},
month = {may},
number = {5},
pages = {1--11},
publisher = {American Physical Society},
title = {{Semi-Lagrangian lattice Boltzmann method for compressible flows}},
url = {https://link.aps.org/doi/10.1103/PhysRevE.101.053306},
volume = {101},
year = {2020}
}
@article{Kramer2020,
author = {Kr{\"{a}}mer, Andreas and Wilde, Dominik and K{\"{u}}llmer, Knut and Reith, Dirk and Foysi, Holger and Joppich, Wolfgang},
doi = {10.1016/j.camwa.2018.10.041},
issn = {08981221},
journal = {Comput. Math. with Appl.},
number = {1},
pages = {34--54},
publisher = {Elsevier Ltd},
title = {{Lattice Boltzmann simulations on irregular grids: Introduction of the NATriuM library}},
url = {https://doi.org/10.1016/j.camwa.2018.10.041},
volume = {79},
year = {2020}
}
@MastersThesis{Roth2020,
author = {Roth, Julian},
title = {Geometric Multigrid Methods for Maxwell's Equations},
school = {Leibniz Universit{\"a}t Hannover},
year = {2020},
month = jul,
url = {https://julianroth.org/res/bachelorarbeit.pdf},
note = {Bachelor's Thesis},
}
@article{Liu2020,
author = {Liu, Zhaowei and McBride, Andrew and Saxena, Prashant and Steinmann, Paul},
doi = {10.1007/s00466-020-01877-3},
issn = {14320924},
journal = {Computational Mechanics},
title = {{Assessment of an isogeometric approach with Catmull-Clark subdivision surfaces using the Laplace-Beltrami problems}},
url = {https://doi.org/10.1007/s00466-020-01877-3},
year = {2020}
}
@article{Grieshaber2020,
doi = {10.1016/j.cma.2020.113233},
url = {https://doi.org/10.1016/j.cma.2020.113233},
year = {2020},
month = oct,
publisher = {Elsevier {BV}},
volume = {370},
pages = {113233},
author = {Beverley J. Grieshaber and Andrew T. McBride and B. Daya Reddy},
title = {Convergence in the incompressible limit of new discontinuous Galerkin methods with general quadrilateral and hexahedral elements},
journal = {Computer Methods in Applied Mechanics and Engineering}
}
@Article{Glerum_etal2020,
author="Glerum, A.
and Brune, S.
and Stamps, D. S.
and Strecker, M. R.",
title="Victoria continental microplate dynamics controlled by the lithospheric strength distribution of the East African Rift",
journal="Nature Communications",
year="2020",
volume="11",
number="1",
issn="2041-1723",
doi="10.1038/s41467-020-16176-x",
url="http://www.nature.com/articles/s41467-020-16176-x"
}
@article{mitrovica2020dynamic,
author = {Mitrovica, J. X. and Austermann, J. and Coulson, S. and Creveling, J. R. and Hoggard, M. J. and Jarvis, G. T. and Richards, F. D.},
title = {Dynamic Topography and Ice Age Paleoclimate},
journal = {Annual Review of Earth and Planetary Sciences},
volume = {48},
number = {1},
pages = {585-621},
year = {2020},
doi = {10.1146/annurev-earth-082517-010225},
url = {https://doi.org/10.1146/annurev-earth-082517-010225}
}
@incollection{dePaula2020,
doi = {10.1007/978-3-030-50436-6_2},
url = {https://doi.org/10.1007/978-3-030-50436-6_2},
year = {2020},
publisher = {Springer International Publishing},
pages = {18--31},
author = {Filipe Fernandes de Paula and Thiago Quinelato and Iury Igreja and Grigori Chapiro},
title = {A Numerical Algorithm to Solve the Two-Phase Flow in Porous Media Including Foam Displacement},
booktitle = {Lecture Notes in Computer Science}
}
@article{Comellas2020,
doi = {10.1016/J.CMA.2020.113128},
issn = {0045-7825},
journal = {Computer Methods in Applied Mechanics and Engineering},
month = {sep},
pages = {113128},
publisher = {North-Holland},
author = {Ester Comellas and Silvia Budday and Jean-Paul Pelteret and Gerhard A. Holzapfel and Paul Steinmann},
title = {Modeling the porous and viscous responses of human brain tissue behavior},
url = {https://doi.org/10.1016/J.CMA.2020.113128},
volume = {369},
year = {2020}
}
@article{Fehn2020,
title={High-order arbitrary {L}agrangian--{E}ulerian discontinuous {G}alerkin methods for the incompressible {N}avier--{S}tokes equations},
author={Fehn, Niklas and Heinz, Johannes and Wall, Wolfgang A and Kronbichler, Martin},
journal={arXiv preprint arXiv:2003.07166},
year={2020}
}
@article{Lorentzon2020,
author = {Lorentzon, Johan and Revstedt, Johan},
title = {A numerical study of partitioned fluid-structure interaction applied to a cantilever in incompressible turbulent flow},
journal = {International Journal for Numerical Methods in Engineering},
volume = {121},
number = {5},
pages = {806-827},
keywords = {deal.II, FSI, LES, OpenFOAM, strongly coupled},
doi = {10.1002/nme.6245},
url = {https://doi.org/10.1002/nme.6245},
year = {2020}
}
@article{Lee2020,
doi = {10.5757/asct.2020.29.3.062},
url = {https://doi.org/10.5757/asct.2020.29.3.062},
year = {2020},
month = may,
publisher = {The Korean Vacuum Society},
volume = {29},
number = {3},
pages = {62--66},
author = {Sora Lee and Yejin Shon and Dong-gil Kim and Deuk-Chul Kwon and Hee Hwan Choe},
title = {Adaptive Mesh Method Applied to Poisson Solver Module for 3D Capacitively Coupled Plasma Discharge Simulation},
journal = {Applied Science and Convergence Technology}
}
@Article{Assanelli_etal2020,
author="Assanelli, M.
and Luoni, P.
and Rebay, G.
and Roda, M.
and Spalla, M. I.",
title="Tectono-Metamorphic Evolution of Serpentinites from Lanzo Valleys Subduction Complex (Piemonte--Sesia-Lanzo Zone Boundary, Western Italian Alps)",
journal="Minerals",
year="2020",
volume="10",
number="11",
pages="985",
issn="2075-163X",
doi="10.3390/min10110985",
url="https://www.mdpi.com/2075-163X/10/11/985"
}
@article{Motamarri2020,
doi = {10.1016/j.cpc.2019.07.016},
url = {https://doi.org/10.1016/j.cpc.2019.07.016},
year = {2020},
month = jan,
publisher = {Elsevier {BV}},
volume = {246},
pages = {106853},
author = {Phani Motamarri and Sambit Das and Shiva Rudraraju and Krishnendu Ghosh and Denis Davydov and Vikram Gavini},
title = {{DFT}-{FE} -- A massively parallel adaptive finite-element code for large-scale density functional theory calculations},
journal = {Computer Physics Communications}
}
@article{rajaonarison2020numerical,
title={Numerical Modeling of Mantle Flow Beneath Madagascar to Constrain Upper Mantle Rheology Beneath Continental Regions},
author={Rajaonarison, T. A. and Stamps, D. S. and Fishwick, S. and Brune, Sascha and Glerum, A. and Hu, J.},
journal={Journal of Geophysical Research. Solid Earth},
volume={125},
number={2},
pages={Art--No},
year={2020},
publisher={American Geophysical Union},
doi={10.1029/2019JB018560},
url={https://doi.org/10.1029/2019JB018560}
}
@article{kaufl2020magnetotelluric,
title={Magnetotelluric multiscale 3-{D} inversion reveals crustal and upper mantle structure beneath the Hangai and {G}obi-{A}ltai region in {M}ongolia},
author={K{\"a}ufl, Johannes S and Grayver, Alexander V and Comeau, Matthew J and Kuvshinov, Alexey V and Becken, Michael and Kamm, Jochen and Batmagnai, Erdenechimeg and Demberel, Sodnomsambuu},
journal={Geophysical Journal International},
volume={221},
number={2},
pages={1002--1028},
year={2020},
publisher={Oxford University Press},
url = {https://doi.org/10.1093/gji/ggaa039},
doi = {10.1093/gji/ggaa039}
}
@article{nitzler2020generalized,
title={A Generalized Probabilistic Learning Approach for Multi-Fidelity Uncertainty Propagation in Complex Physical Simulations},
author={Nitzler, Jonas and Biehler, Jonas and Fehn, Niklas and Koutsourelakis, Phaedon-Stelios and Wall, Wolfgang A},
journal={arXiv preprint arXiv:2001.02892},
year={2020}
}
@article{fischer2020scalability,
doi = {10.1177/1094342020915762},
url = {https://doi.org/10.1177/1094342020915762},
author = {Fischer, Paul and Min, Misun and Rathnayake, Thilina and Dutta, Som and Kolev, Tzanio and Dobrev, Veselin and Camier, Jean-Sylvain and Kronbichler, Martin and Warburton, Tim and \'Swirydowicz, Kasia and Brown, Jed},
title = {Scalability of High-Performance {PDE} Solvers},
journal = {The International Journal on High Performance Computing Applications},
year = {2020},
volume = {in press}
}
@misc{munch2020hyperdeal,
title={hyper.deal: An efficient, matrix-free finite-element library for high-dimensional partial differential equations},
author={Peter Munch and Katharina Kormann and Martin Kronbichler},
year={2020},
eprint={2002.08110},
archivePrefix={arXiv},
primaryClass={cs.MS}
}
@article{Zhao2020,
doi = {10.1016/j.cma.2019.112742},
url = {https://doi.org/10.1016/j.cma.2019.112742},
year = {2020},
month = apr,
publisher = {Elsevier {BV}},
volume = {362},
pages = {112742},
author = {Yidong Zhao and Jinhyun Choo},
title = {Stabilized material point methods for coupled large deformation and fluid flow in porous materials},
journal = {Computer Methods in Applied Mechanics and Engineering}
}
@article{Davydov2020matrixfree,
doi = {10.1002/nme.6336},
url = {https://doi.org/10.1002/nme.6336},
year = {2020},
month = jul,
publisher = {Wiley},
volume = {121},
number = 13,
pages = {2874--2895},
author = {Denis Davydov and Jean-Paul Pelteret and Daniel Arndt and Martin Kronbichler and Paul Steinmann},
title = {A matrix-free approach for finite-strain hyperelastic problems using geometric multigrid},
journal = {International Journal for Numerical Methods in Engineering}
}
@article{Schoeder2020cut,
doi = {10.1002/nme.6343},
url = {https://doi.org/10.1002/nme.6343},
year = {2020},
month = jul,
publisher = {Wiley},
volume = {121},
number = 13,
pages = {2979--3003},
author = {Svenja Schoeder and Simon Sticko and Gunilla Kreiss and Martin Kronbichler},
title = {High-order cut discontinuous {G}alerkin methods with local time stepping for acoustics},
journal = {International Journal for Numerical Methods in Engineering}
}
@article{DeWitt2020,
doi = {10.1038/s41524-020-0298-5},
url = {https://doi.org/10.1038/s41524-020-0298-5},
year = {2020},
month = mar,
publisher = {Springer Science and Business Media {LLC}},
volume = {6},
number = {1},
author = {Stephen DeWitt and Shiva Rudraraju and David Montiel and W. Beck Andrews and Katsuyo Thornton},
title = {{PRISMS}-{PF}: A general framework for phase-field modeling with a matrix-free finite element method},
journal = {npj Computational Materials}
}
@phdthesis{mcgovern2020,
author = {Sean McGovern},
title = {High Performance Computing in Basin Modeling: Simulating
Mechanical Compaction with the Level Set Method},
school = {Rheinische Friedrich-Wilhelms-Universit{\"a}t Bonn},
year = {2020},
url = {https://bonndoc.ulb.uni-bonn.de/xmlui/handle/20.500.11811/8443}
}
@phdthesis{fehling2020,
author = {Marc Fehling},
title = {Algorithms for massively parallel generic $hp$-adaptive finite element methods},
school = {Bergische Universit{\"a}t Wuppertal},
year = {2020},
url = {https://juser.fz-juelich.de/record/878206},
address = {J{\"u}lich},
publisher = {Forschungszentrum J{\"u}lich GmbH Zentralbibliothek, Verlag},
reportid = {FZJ-2020-02694},
isbn = {978-3-95806-486-7},
series = {Schriften des Forschungszentrums J{\"u}lich IAS Series},
volume = {43},
pages = {vii, 78 pp},
urn = {urn:nbn:de:0001-2020071402}
}
@phdthesis{wang2020,
author = {Zhuoran Wang},
title = {Two-field finite element solvers for poroelasticity},
school = {Colorado State University},
year = {2020}
}
@article{davydov2020algorithms,
doi={10.1145/3399736},
url={https://doi.org/10.1145/3399736},
title={Algorithms and data structures for matrix-free finite element operators with MPI-parallel sparse multi-vectors},
author={Davydov, Denis and Kronbichler, Martin},
journal={ACM Transactions on Parallel Computing},
volume={7},
number={3},
pages={20:1--20:30},
year={2020},
month={jun}
}
@article{fehn2020hybrid,
doi = {10.1016/j.jcp.2020.109538},
url = {https://doi.org/10.1016/j.jcp.2020.109538},
year = {2020},
month = aug,
publisher = {Elsevier {BV}},
volume = {415},
pages = {109538},
author = {Niklas Fehn and Peter Munch and Wolfgang A. Wall and Martin Kronbichler},
title = {Hybrid multigrid methods for high-order discontinuous {G}alerkin discretizations},
journal = {Journal of Computational Physics}
}
@article{Kim2020,
doi = {10.1016/j.cam.2019.112458},
url = {https://doi.org/10.1016/j.cam.2019.112458},
year = {2020},
month = mar,
publisher = {Elsevier {BV}},
volume = {367},
pages = {112458},
author = {Seungil Kim},
title = {Application of a complete radiation boundary condition for the Helmholtz equation in locally perturbed waveguides},
journal = {Journal of Computational and Applied Mathematics}
}
@article{zhang2020level,
title={A level-set method for moving contact lines with contact angle hysteresis},
author={Zhang, Jiaqi and Yue, Pengtao},
journal={Journal of Computational Physics},
volume = {418},
pages={109636},
year={2020},
doi ={https://doi.org/10.1016/j.jcp.2020.109636},
url = {http://www.sciencedirect.com/science/article/pii/S0021999120304101},
publisher={Elsevier}
}
@phdthesis{zhang2020finite,
title={Finite-element simulations of interfacial flows with moving contact lines},
author={Zhang, Jiaqi},
year={2020},
month = {June},
url = {http://hdl.handle.net/10919/99058},
school={Virginia Tech}
}
@article{dealII92,
title = {The \texttt{deal.II} Library, Version 9.2},
author = {Daniel Arndt and Wolfgang Bangerth and Bruno Blais and
Thomas C. Clevenger and Marc Fehling and Alexander V. Grayver and
Timo Heister and Luca Heltai and Martin Kronbichler and Matthias Maier and
Peter Munch and Jean-Paul Pelteret and Reza Rastak and
Ignacio Thomas and Bruno Turcksin and Zhuoran Wang and David Wells},
journal = {Journal of Numerical Mathematics},
publisher = {De Gruyter},
year = {2020},
volume = {28},
number = {3},
pages = {131-146},
DOI = {10.1515/jnma-2020-0043},
url = {https://dealii.org/deal92-preprint.pdf}
}
@article{BrunaRosso2020,
doi = {10.1177/0954406220943225},
url = {https://doi.org/10.1177/0954406220943225},
year = {2020},
month = aug,
publisher = {{SAGE} Publications},
pages = {095440622094322},
author = {Claire Bruna-Rosso and Julia Mergheim and Barbara Previtali},
title = {Finite element modeling of residual stress and geometrical error formations in selective laser melting of metals},
journal = {Proceedings of the Institution of Mechanical Engineers, Part C: Journal of Mechanical Engineering Science}
}
@article{Nayak2020,
doi = {10.1177/1094342020946814},
url = {https://doi.org/10.1177/1094342020946814},
year = {2020},
month = aug,
publisher = {{SAGE} Publications},
pages = {109434202094681},
author = {Pratik Nayak and Terry Cojean and Hartwig Anzt},
title = {Evaluating asynchronous Schwarz solvers on {GPUs}},
journal = {The International Journal of High Performance Computing Applications}
}
@article{Blais2020,
doi = {10.1016/j.softx.2020.100579},
url = {https://doi.org/10.1016/j.softx.2020.100579},
year = {2020},
month = jul,
publisher = {Elsevier {BV}},
volume = {12},
pages = {100579},
author = {Bruno Blais and Lucka Barbeau and Val{\'{e}}rie Bibeau and Simon Gauvin and Toni El Geitani and Shahab Golshan and Rajeshwari Kamble and Ghazaleh Mirakhori and Jamal Chaouki},
title = {Lethe: An open-source parallel high-order adaptative {CFD} solver for incompressible flows},
journal = {{SoftwareX}}
}
@article{wang_tamr_20,
journal = {Computer Graphics Forum},
title = {{CPU Ray Tracing of Tree-Based Adaptive Mesh Refinement Data}},
author = {Wang, Feng and Marshak, Nathan and Usher, Will and Burstedde, Carsten and Knoll, Aaron and Heister, Timo and Johson, Chris R.},
DOI = {10.1111/cgf.13958},
year = {2020},
}
@article{Gassmoeller2020,
doi = {10.1093/gji/ggaa078},
url = {https://doi.org/10.1093/gji/ggaa078},
year = {2020},
month = feb,
publisher = {Oxford University Press ({OUP})},
volume = {221},
number = {2},
pages = {1264--1280},
author = {Rene Gassm\"{o}ller and Juliane Dannberg and Wolfgang Bangerth and Timo Heister and Robert Myhill},
title = {On formulations of compressible mantle convection},
journal = {Geophysical Journal International}
}
@Article{clevenger_par_gmg,
Title = {{A Flexible, Parallel, Adaptive Geometric Multigrid Method for FEM}},
Author = {Thomas C. Clevenger and Timo Heister and Guido Kanschat and Martin Kronbichler},
Journal = {ACM Trans. Math. Softw.},
Year = {2020},
Month = {Dec},
Number = {1},
Volume = {47},
doi = {10.1145/3425193},
Url = {https://arxiv.org/abs/1904.03317}
}
@Inbook{Hoggard_etal2021,
author="Hoggard, Mark
and Austermann, Jacqueline
and Randel, Cody
and Stephenson, Simon",
editor="H. Marquardt, M. Ballmer",
chapter="Observational estimates of dynamic topography through space and time",
title="Mantle convection and surface expressions",
series="AGU Geophysical Monograph Series",
year="2021",
address="Washington, D.C.",
publisher="AGU",
doi="10.1002/9781119528609.ch15"
}
@Article{Schroeder2020,
Title = {A Selection of Benchmark Problems in Solid Mechanics and Applied Mathematics},
Author = {Schr\"{o}der, J\"{o}rg and Wick, Thomas and Reese, Stefanie and Wriggers, Peter and M\"{u}ller, Ralf and Kollmannsberger, Stefan and K\"{a}stner, Markus and Schwarz, Alexander and Igelb\"{u}scher, Maximilian and Viebahn, Nils and Bayat, Hamid Reza and Wulfinghoff, Stephan and Mang, Katrin and Rank, Ernst and Bog, Tino and D'Angella, Davide and Elhaddad, Mohamed and Hennig, Paul and D\"{u}ster, Alexander and Garhuom, Wadhah and Hubrich, Simeon and Walloth, Mirjam and Wollner, Winnifried and Kuhn, Charlotte and Heister, Timo},
Journal = {Archives of Computational Methods in Engineering},
Year = {2020},
Doi = {10.1007/s11831-020-09477-3},
Url = {https://doi.org/10.1007/s11831-020-09477-3}
}
@article{finlay2020,
title={The CHAOS-7 geomagnetic field model and observed changes in the South Atlantic Anomaly},
author={Finlay, Christopher C and Kloss, Clemens and Olsen, Nils and Hammer, Magnus D and T{\o}ffner-Clausen, Lars and Grayver, Alexander and Kuvshinov, Alexey},
journal={Earth, Planets and Space},
volume={72},
number={1},
pages={1--31},
year={2020},
publisher={SpringerOpen},
doi={10.1186/s40623-020-01252-9}
}
@article{Cangiani2020,
doi = {10.1007/s10915-020-01130-2},
url = {https://doi.org/10.1007/s10915-020-01130-2},
year = {2020},
month = jan,
publisher = {Springer Science and Business Media {LLC}},
volume = {82},
number = {2},
author = {Andrea Cangiani and Emmanuil H. Georgoulis and Mohammad Sabawi},
title = {A Posteriori Error Analysis for Implicit--Explicit hp-Discontinuous Galerkin Timestepping Methods for Semilinear Parabolic Problems},
journal = {Journal of Scientific Computing}
}
@article{arndt2020differentiable,
title={A Differentiable Mapping of Mesh Cells Based on Finite Elements on Quadrilateral and Hexahedral Meshes},
author={Arndt, Daniel and Kanschat, Guido},
journal={Computational Methods in Applied Mathematics},
volume={1},
year={2020},
publisher={De Gruyter},
doi = {10.1515/cmam-2020-0159},
url = {https://doi.org/10.1515/cmam-2020-0159}
}
@article{Wakeling2020,
doi = {10.3389/fphys.2020.00813},
url = {https://doi.org/10.3389/fphys.2020.00813},
year = {2020},
month = aug,
publisher = {Frontiers Media {SA}},
volume = {11},
author = {James M. Wakeling and Stephanie A. Ross and David S. Ryan and Bart Bolsterlee and Ryan Konno and Sebasti{\'{a}}n Dom{\'{\i}}nguez and Nilima Nigam},
title = {The Energy of Muscle Contraction. I. Tissue Force and Deformation During Fixed-End Contractions},
journal = {Frontiers in Physiology}
}
@article{Ryan2020,
doi = {10.3389/fphys.2020.538522},
url = {https://doi.org/10.3389/fphys.2020.538522},
year = {2020},
month = nov,
publisher = {Frontiers Media {SA}},
volume = {11},
author = {David S. Ryan and Sebasti{\'{a}}n Dom{\'{\i}}nguez and Stephanie A. Ross and Nilima Nigam and James M. Wakeling},
title = {The Energy of Muscle Contraction. {II}. Transverse Compression and Work},
journal = {Frontiers in Physiology}
}
@Article{Araujo2020,
author = {Ara\'{u}jo, Juan C. and Campos, Carmen and Engstr\"{o}m, Christian and Roman, Jose E.},
title = {Computation of scattering resonances in absorptive and dispersive media with applications to metal-dielectric nano-structures},
journal = {Journal of Computational Physics},
volume = {407},
pages = {109220},
year = {2020},
issn = {0021-9991},
doi = {https://doi.org/10.1016/j.jcp.2019.109220},
url = {http://www.sciencedirect.com/science/article/pii/S0021999119309258}
}
@article{Gurkan2020,
title = {Stabilized {Cut} {Discontinuous} {Galerkin} {Methods} for {Advection}-{Reaction} {Problems}},
volume = {42},
issn = {1064-8275, 1095-7197},
url = {https://epubs.siam.org/doi/10.1137/18M1206461},
doi = {10.1137/18M1206461},
language = {en},
number = {5},
journal = {SIAM Journal on Scientific Computing},
author = {G\"{u}rkan, Ceren and Sticko, Simon and Massing, Andr\'{e}},
month = sep,
year = {2020},
pages = {A2620--A2654},
}
@article{Sticko2020,
title = {High-order cut finite elements for the elastic wave equation},
volume = {46},
issn = {1572-9044},
url = {https://doi.org/10.1007/s10444-020-09785-z},
doi = {10.1007/s10444-020-09785-z},
language = {en},
number = {3},
journal = {Advances in Computational Mathematics},
author = {Sticko, Simon and Ludvigsson, Gustav and Kreiss, Gunilla},
month = may,
year = {2020},
pages = {45}
}
@article{BorregalesRevern2020,
doi = {10.1007/s10596-020-09983-0},
url = {https://doi.org/10.1007/s10596-020-09983-0},
year = {2020},
month = jul,
publisher = {Springer Science and Business Media {LLC}},
volume = {25},
number = {2},
pages = {687--699},
author = {Manuel Antonio Borregales Rever{\'{o}}n and Kundan Kumar and Jan Martin Nordbotten and Florin Adrian Radu},
title = {Iterative solvers for Biot model under small and large deformations},
journal = {Computational Geosciences}
}
@article{McBride2020,
doi = {10.1016/j.cma.2020.113320},
url = {https://doi.org/10.1016/j.cma.2020.113320},
year = {2020},
month = nov,
publisher = {Elsevier {BV}},
volume = {371},
pages = {113320},
author = {A.T. McBride and D. Davydov and P. Steinmann},
title = {Modelling the flexoelectric effect in solids: A micromorphic approach},
journal = {Computer Methods in Applied Mechanics and Engineering}
}
@Comment{jabref-meta: databaseType:bibtex;}