forked from dealii/publication-list
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications-2019.bib
More file actions
2260 lines (1945 loc) · 76.1 KB
/
publications-2019.bib
File metadata and controls
2260 lines (1945 loc) · 76.1 KB
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{EndtLaNeiWiWo19_PAMM,
author = {Endtmayer, Bernhard and Langer, Ulrich and Neitzel, Ira and Wick, Thomas and Wollner, Winnifried},
title = {Mesh adaptivity and error estimates applied to a regularized p-Laplacian constrainted optimal control problem for multiple quantities of interest},
journal = {PAMM},
volume = {19},
number = {1},
pages = {e201900231},
doi = {https://doi.org/10.1002/pamm.201900231},
url = {https://onlinelibrary.wiley.com/doi/abs/10.1002/pamm.201900231},
eprint = {https://onlinelibrary.wiley.com/doi/pdf/10.1002/pamm.201900231},
year = {2019}
}
@phdthesis{Africa2019,
author = {Pasquale Claudio Africa},
title = {Scalable adaptive simulation of organic thin-film transistors},
school = {Politecnico di Milano},
year = {2019},
month = {feb},
url = {http://hdl.handle.net/10589/144819},
}
@article{Yaghoobi2019,
doi = {10.1016/j.commatsci.2019.109078},
url = {https://doi.org/10.1016/j.commatsci.2019.109078},
year = {2019},
month = nov,
publisher = {Elsevier {BV}},
volume = {169},
pages = {109078},
author = {Mohammadreza Yaghoobi and Sriram Ganesan and Srihari Sundar and Aaditya Lakshmanan and Shiva Rudraraju and John E. Allison and Veera Sundararaghavan},
title = {{PRISMS}-Plasticity: An open-source crystal plasticity finite element software},
journal = {Computational Materials Science}
}
@article{PonceBobadilla2019,
doi = {10.1007/s11538-019-00625-w},
url = {https://doi.org/10.1007/s11538-019-00625-w},
year = {2019},
month = jun,
publisher = {Springer Science and Business Media {LLC}},
volume = {81},
number = {7},
pages = {2706--2724},
author = {Ana Victoria Ponce Bobadilla and Thomas Carraro and Helen M. Byrne and Philip K. Maini and Tom{\'{a}}s Alarc{\'{o}}n},
title = {Age Structure Can Account for Delayed Logistic Proliferation of Scratch Assays},
journal = {Bulletin of Mathematical Biology}
}
@article{Rom2019,
doi = {10.1016/j.triboint.2018.12.030},
url = {https://doi.org/10.1016/j.triboint.2018.12.030},
year = {2019},
month = may,
publisher = {Elsevier {BV}},
volume = {133},
pages = {55--66},
author = {Michael Rom and Siegfried M\"{u}ller},
title = {A new model for textured surface lubrication based on a modified Reynolds equation including inertia effects},
journal = {Tribology International}
}
@inproceedings{Arbogast2019,
doi = {10.2118/193817-ms},
url = {https://doi.org/10.2118/193817-ms},
year = {2019},
publisher = {Society of Petroleum Engineers},
author = {Todd Arbogast and Chieh-Sen Huang and Xikai Zhao},
title = {Von Neumann Stable, Implicit, High Order, Finite Volume {WENO} Schemes},
booktitle = {{SPE} Reservoir Simulation Conference}
}
@article{Bonito2019,
doi = {10.1007/s00211-019-01025-x},
url = {https://doi.org/10.1007/s00211-019-01025-x},
year = {2019},
month = feb,
publisher = {Society for Mining, Metallurgy and Exploration Inc.},
volume = {142},
number = {2},
pages = {235--278},
author = {Andrea Bonito and Wenyu Lei and Joseph E. Pasciak},
title = {Numerical approximation of the integral fractional Laplacian},
journal = {Numerische Mathematik}
}
@article{Guo2019,
doi = {10.2118/195580-pa},
url = {https://doi.org/10.2118/195580-pa},
year = {2019},
month = aug,
publisher = {Society of Petroleum Engineers ({SPE})},
volume = {24},
number = {04},
pages = {1884--1902},
author = {Xuyang Guo and Kan Wu and Cheng An and Jizhou Tang and John Killough},
title = {Numerical Investigation of Effects of Subsequent Parent-Well Injection on Interwell Fracturing Interference Using Reservoir-Geomechanics-Fracturing Modeling},
journal = {{SPE} Journal}
}
@article{Hagstrom2019,
doi = {10.1007/s00211-018-1012-0},
url = {https://doi.org/10.1007/s00211-018-1012-0},
year = {2019},
month = jan,
publisher = {Springer Science and Business Media {LLC}},
volume = {141},
number = {4},
pages = {917--966},
author = {Thomas Hagstrom and Seungil Kim},
title = {Complete radiation boundary conditions for the Helmholtz equation I: waveguides},
journal = {Numerische Mathematik}
}
@article{Luo2019,
doi = {10.1007/s00170-019-03947-0},
url = {https://doi.org/10.1007/s00170-019-03947-0},
year = {2019},
month = jun,
publisher = {Springer Science and Business Media {LLC}},
volume = {104},
number = {5-8},
pages = {1615--1635},
author = {Zhibo Luo and Yaoyao Zhao},
title = {Numerical simulation of part-level temperature fields during selective laser melting of stainless steel 316L},
journal = {The International Journal of Advanced Manufacturing Technology}
}
@article{Carreo2019,
doi = {10.1016/j.pnucene.2019.03.040},
url = {https://doi.org/10.1016/j.pnucene.2019.03.040},
year = {2019},
month = aug,
publisher = {Elsevier {BV}},
volume = {115},
pages = {181--193},
author = {A. Carre{\~{n}}o and A. Vidal-Ferr{\`{a}}ndiz and D. Ginestar and G. Verd{\'{u}}},
title = {Modal methods for the neutron diffusion equation using different spatial modes},
journal = {Progress in Nuclear Energy}
}
@article{Schtz2019,
doi = {10.1039/c9lc00149b},
url = {https://doi.org/10.1039/c9lc00149b},
year = {2019},
publisher = {Royal Society of Chemistry ({RSC})},
volume = {19},
number = {13},
pages = {2220--2232},
author = {Simon S. Sch\"{u}tz and Thomas Beneyton and Jean-Christophe Baret and Tobias M. Schneider},
title = {Rational design of a high-throughput droplet sorter},
journal = {Lab on a Chip}
}
@article{Bryant2019,
doi = {10.1016/j.cma.2019.05.003},
url = {https://doi.org/10.1016/j.cma.2019.05.003},
year = {2019},
month = sep,
publisher = {Elsevier {BV}},
volume = {354},
pages = {56--95},
author = {Eric C. Bryant and WaiChing Sun},
title = {A micromorphically regularized Cam-clay model for capturing size-dependent anisotropy of geomaterials},
journal = {Computer Methods in Applied Mechanics and Engineering}
}
@article{White2019,
doi = {10.1016/j.cma.2019.112575},
url = {https://doi.org/10.1016/j.cma.2019.112575},
year = {2019},
month = dec,
publisher = {Elsevier {BV}},
volume = {357},
pages = {112575},
author = {Joshua A. White and Nicola Castelletto and Sergey Klevtsov and Quan M. Bui and Daniel Osei-Kuffuor and Hamdi A. Tchelepi},
title = {A two-stage preconditioner for multiphase poromechanics in reservoir simulation},
journal = {Computer Methods in Applied Mechanics and Engineering}
}
@article{Odster2019,
doi = {10.1016/j.cma.2018.09.003},
url = {https://doi.org/10.1016/j.cma.2018.09.003},
year = {2019},
month = jan,
publisher = {Elsevier {BV}},
volume = {343},
pages = {572--601},
author = {Lars H. Ods{\ae}ter and Trond Kvamsdal and Mats G. Larson},
title = {A simple embedded discrete fracture-matrix model for a coupled flow and transport problem in porous media},
journal = {Computer Methods in Applied Mechanics and Engineering}
}
@phdthesis{Araujo-Cabarcas2019,
author = {Araujo-Cabarcas, J. C.},
title = {Reliable hp finite element computations of scattering resonances in nano optics},
url = {https://www.diva-portal.org/smash/record.jsf?pid=diva2:1316711},
school = {Umea University},
year = {2019}
}
@mastersthesis{Balicki2019,
author={Linus Balicki},
title = {{Eine Abstrakte Implementierung der Low-Rank ADI Iteration f{\"{u}}r Lyapunovgleichungen in pyMOR}},
url = {https://www.opendata.uni-halle.de/handle/1981185920/13968},
year = {2019},
school = {Otto-von-Guericke-Universit{\"a}t Magdeburg}
}
@article{Liu2019,
doi = {10.1007/s10915-019-01038-6},
url = {https://doi.org/10.1007/s10915-019-01038-6},
year = {2019},
month = aug,
publisher = {Springer Science and Business Media {LLC}},
volume = {81},
number = {2},
pages = {789--819},
author = {Hailiang Liu and Peimeng Yin},
title = {Unconditionally Energy Stable {DG} Schemes for the Swift--Hohenberg Equation},
journal = {Journal of Scientific Computing}
}
@article{Babaei2019,
doi = {10.1007/s00466-019-01699-y},
url = {https://doi.org/10.1007/s00466-019-01699-y},
year = {2019},
month = apr,
publisher = {Springer Science and Business Media {LLC}},
volume = {64},
number = {4},
pages = {1177--1197},
author = {Hamed Babaei and Anup Basak and Valery I. Levitas},
title = {Algorithmic aspects and finite element solutions for advanced phase field approach to martensitic phase transformation under large strains},
journal = {Computational Mechanics}
}
@article{Hochbruck2019,
doi = {10.1137/18m1234072},
url = {https://doi.org/10.1137/18m1234072},
year = {2019},
month = jan,
publisher = {Society for Industrial {\&} Applied Mathematics ({SIAM})},
volume = {17},
number = {4},
pages = {1147--1171},
author = {Marlis Hochbruck and Bernhard Maier and Christian Stohrer},
title = {Heterogeneous Multiscale Method for Maxwell{\textquotesingle}s Equations},
journal = {Multiscale Modeling {\&} Simulation}
}
@article{Stoop2019,
doi = {10.1016/j.jnnfm.2019.05.002},
url = {https://doi.org/10.1016/j.jnnfm.2019.05.002},
year = {2019},
month = jun,
publisher = {Elsevier {BV}},
volume = {268},
pages = {66--74},
author = {Norbert Stoop and Nicolas Waisbord and Vasily Kantsler and Vili Heinonen and Jeffrey S. Guasto and J\"{o}rn Dunkel},
title = {Disorder-induced topological transition in porous media flow networks},
journal = {Journal of Non-Newtonian Fluid Mechanics}
}
@article{Kim2019,
doi = {10.1051/m2an/2019026},
url = {https://doi.org/10.1051/m2an/2019026},
year = {2019},
month = jul,
publisher = {{EDP} Sciences},
volume = {53},
number = {4},
pages = {1191--1222},
author = {Seungil Kim},
title = {Error analysis of {PML}-{FEM} approximations for the Helmholtz equation in waveguides},
journal = {{ESAIM}: Mathematical Modelling and Numerical Analysis}
}
@article{EbnaHai2019,
doi = {10.1016/j.jfluidstructs.2019.04.014},
url = {https://doi.org/10.1016/j.jfluidstructs.2019.04.014},
year = {2019},
month = jul,
publisher = {Elsevier {BV}},
volume = {88},
pages = {100--121},
author = {Bhuiyan Shameem Mahmood Ebna Hai and Markus Bause and Paul Kuberry},
title = {Modeling and simulation of Ultrasonic Guided Waves propagation in the fluid-structure domain by a monolithic approach},
journal = {Journal of Fluids and Structures}
}
@article{Aggul2019,
doi = {10.1016/j.amc.2018.12.074},
url = {https://doi.org/10.1016/j.amc.2018.12.074},
year = {2019},
month = oct,
publisher = {Elsevier {BV}},
volume = {358},
pages = {25--36},
author = {Mustafa Aggul and Songul Kaya and Alexander E. Labovsky},
title = {Two approaches to creating a turbulence model with increased temporal accuracy},
journal = {Applied Mathematics and Computation}
}
@article{PonceBobadilla2019,
doi = {10.1007/s11538-019-00625-w},
url = {https://doi.org/10.1007/s11538-019-00625-w},
year = {2019},
month = jun,
publisher = {Springer Science and Business Media {LLC}},
volume = {81},
number = {7},
pages = {2706--2724},
author = {Ana Victoria Ponce Bobadilla and Thomas Carraro and Helen M. Byrne and Philip K. Maini and Tom{\'{a}}s Alarc{\'{o}}n},
title = {Age Structure Can Account for Delayed Logistic Proliferation of Scratch Assays},
journal = {Bulletin of Mathematical Biology}
}
@article{EbnaHai2019b,
doi = {10.1016/j.camwa.2019.01.009},
url = {https://doi.org/10.1016/j.camwa.2019.01.009},
year = {2019},
month = nov,
publisher = {Elsevier {BV}},
volume = {78},
number = {9},
pages = {2867--2885},
author = {Bhuiyan Shameem Mahmood Ebna Hai and Markus Bause},
title = {Numerical study and comparison of alternative time discretization schemes for an ultrasonic guided wave propagation problem coupled with fluid--structure interaction},
journal = {Computers {\&} Mathematics with Applications}
}
@incollection{Wang2019,
doi = {10.1007/978-3-030-22747-0_37},
url = {https://doi.org/10.1007/978-3-030-22747-0_37},
year = {2019},
publisher = {Springer International Publishing},
pages = {495--509},
author = {Zhuoran Wang and Graham Harper and Patrick O'Leary and Jiangguo Liu and Simon Tavener},
title = {deal.{II} Implementation of a Weak Galerkin Finite Element Solver for Darcy Flow},
booktitle = {Lecture Notes in Computer Science}
}
@misc{heltai2019using,
title={Using exact geometry information in finite element computations},
author={Luca Heltai and Wolfgang Bangerth and Martin Kronbichler and Andrea Mola},
year={2019},
eprint={1910.09824},
archivePrefix={arXiv},
primaryClass={math.NA}
}
@phdthesis{Bzowski2019,
author = {Krzysztof Bzowski},
title = {Application of statistical representation of the microstructure to modeling of phase transformations in DP steels by solution of the diffusion equation},
school = {AGH University of Science and Technology},
year = {2019},
note = {Available in Polish only}
}
@article{Mikeli2019,
doi = {10.1007/s13137-019-0113-y},
url = {https://doi.org/10.1007/s13137-019-0113-y},
year = {2019},
month = jan,
publisher = {Springer Science and Business Media {LLC}},
volume = {10},
number = {1},
author = {A. Mikeli{\'{c}} and M. F. Wheeler and T. Wick},
title = {Phase-field modeling through iterative splitting of hydraulic fractures in a poroelastic medium},
journal = {{GEM} -- International Journal on Geomathematics}
}
@article{Endtmayer2019,
doi = {10.1515/jnma-2018-0038},
url = {https://doi.org/10.1515/jnma-2018-0038},
year = {2019},
month = dec,
publisher = {Walter de Gruyter {GmbH}},
volume = {27},
number = {4},
pages = {215--236},
author = {Bernhard Endtmayer and Ulrich Langer and Thomas Wick},
title = {Multigoal-oriented error estimates for non-linear problems},
journal = {Journal of Numerical Mathematics}
}
@Article{Mang2019,
author="Mang, Katrin and Wick, Thomas and Wollner, Winnifried",
title="A phase-field model for fractures in nearly incompressible solids",
journal="Computational Mechanics",
year="2019",
month="Jul",
day="24",
issn="1432-0924",
doi="10.1007/s00466-019-01752-w"
}
@inproceedings{FanWickJin2019,
author="Meng Fan and Thomas Wick and Yan Jin",
editor="Tobias Gleim and Stephan Lange",
title="A phase-field model for mixed-mode fracture",
booktitle="8th GACM Colloquium on Computational Mechanics",
publisher="Kassel University Press",
pages="51--54",
year="2019",
url = "https://www.upress.uni-kassel.de/katalog/abstract.php?978-3-7376-5093-9"
}
@article{vanDuijn2019,
doi = {10.1016/j.ijengsci.2019.02.005},
url = {https://doi.org/10.1016/j.ijengsci.2019.02.005},
year = {2019},
month = may,
publisher = {Elsevier {BV}},
volume = {138},
pages = {1--25},
author = {C.J. van Duijn and Andro Mikeli{\'{c}} and Mary F. Wheeler and Thomas Wick},
title = {Thermoporoelasticity via homogenization: Modeling and formal two-scale expansions},
journal = {International Journal of Engineering Science}
}
@article{Mang2019MeshAF,
title={Mesh adaptivity for quasi-static phase-field fractures based on a residual-type a posteriori error estimator},
author={Katrin Mang and Mirjam Walloth and Thomas Wick and W. Wollner},
journal={ArXiv},
year={2019},
volume={abs/1906.04657},
url={https://arxiv.org/abs/1906.04657}
}
@article{Wick2019OptimizationWN,
title={Optimization with nonstationary, nonlinear monolithic fluid-structure interaction},
author={Thomas Wick and Winnifried Wollner},
journal={ArXiv},
year={2019},
volume={abs/1910.03424},
url={https://arxiv.org/abs/1910.03424}
}
@article{Noii_2019,
title={A phase-field description for pressurized and non-isothermal propagating fractures},
volume={351},
ISSN={0045-7825},
url={http://dx.doi.org/10.1016/j.cma.2019.03.058},
DOI={10.1016/j.cma.2019.03.058},
journal={Computer Methods in Applied Mechanics and Engineering},
publisher={Elsevier BV},
author={Noii, Nima and Wick, Thomas},
year={2019},
month={Jul},
pages={860--890}
}
@misc{cabarcas2019spurious,
title={On spurious solutions encountered in Helmholtz scattering resonance computations in $R^d$ with applications to nano-photonics and acoustics},
author={Ara\'{u}jo, Juan C. and Engstr{\"o}m, Christian},
year={2019},
eprint={1904.08812},
archivePrefix={arXiv},
primaryClass={math-ph}
}
@article{Mehnert2019,
doi = {10.1016/j.euromechsol.2019.103797},
year = {2019},
month = sep,
publisher = {Elsevier {BV}},
volume = {77},
pages = {103797},
author = {Markus Mehnert and Mokarram Hossain and Paul Steinmann},
title = {Experimental and numerical investigations of the electro-viscoelastic behavior of {VHB} $4905^{TM}$},
journal = {European Journal of Mechanics - A/Solids}
}
@Article{Basak2019a,
author = {Anup Basak and Valery I. Levitas},
title = {Finite element procedure and simulations for a multiphase phase field approach to martensitic phase transformations at large strains and with interfacial stresses},
journal = {Computer Methods in Applied Mechanics and Engineering},
year = {2019},
volume = {343},
pages = {368--406},
month = {jan},
doi = {10.1016/j.cma.2018.08.006},
publisher = {Elsevier {BV}},
url = {https://www.researchgate.net/profile/Anup_Basak/publication/326847352_Finite_element_procedure_and_simulations_for_a_multiphase_phase_field_approach_to_martensitic_phase_transformations_at_large_strains_and_with_interfacial_stresses/links/5baae99da6fdccd3cb733c04/Finite-element-procedure-and-simulations-for-a-multiphase-phase-field-approach-to-martensitic-phase-transformations-at-large-strains-and-with-interfacial-stresses.pdf},
}
@article{ZHANG2019634,
title = {A high-order and interface-preserving discontinuous Galerkin method for level-set reinitialization},
journal = {Journal of Computational Physics},
volume = {378},
pages = {634 - 664},
year = {2019},
issn = {0021-9991},
doi = {10.1016/j.jcp.2018.11.029},
url = {http://www.sciencedirect.com/science/article/pii/S0021999118307733},
author = {Jiaqi Zhang and Pengtao Yue},
keywords = {Hamilton-Jacobi equation, Numerical flux, Second-derivative limiter, Weighted local projection, Moving contact line}
}
@Article{SWK19,
author = {S. Schoeder and W. A. Wall and M. Kronbichler},
title = {{ExWave}: {A} high performance discontinuous {G}alerkin
solver for the acoustic wave equation},
journal = {SoftwareX},
year = 2019,
volume = 9,
pages = {49--54},
doi = {10.1016/j.softx.2019.01.001}}
@article{Qinami2019,
doi = {10.1007/s10704-019-00349-x},
url = {https://doi.org/10.1007/s10704-019-00349-x},
year = {2019},
month = {feb},
publisher = {Springer Science and Business Media {LLC}},
author = {Aurel Qinami and Eric Cushman Bryant and WaiChing Sun and Michael Kaliske},
title = {Circumventing mesh bias by r- and h-adaptive techniques for variational eigenfracture},
journal = {International Journal of Fracture}
}
@InProceedings{10.1007/978-3-030-04915-7_21,
author="Berselli, L. C.
and Wells, D.
and Xie, X.
and Iliescu, T.",
editor="Salvetti, Maria Vittoria
and Armenio, Vincenzo
and Fr{\"o}hlich, Jochen
and Geurts, Bernard J.
and Kuerten, Hans",
title="Spatial Filtering for Reduced Order Modeling",
booktitle="Direct and Large-Eddy Simulation XI",
year="2019",
publisher="Springer International Publishing",
address="Cham",
pages="151--157",
doi = "10.1007/978-3-030-04915-7_21"
}
@article {PonceBobadilla540526,
author = {Ponce Bobadilla, Ana Victoria and Carraro, Thomas and Byrne, Helen M. and Maini, Philip K. and Alarcon, Tomas},
title = {Age-structure as key to delayed logistic proliferation of scratch assays},
year = {2019},
doi = {10.1101/540526},
publisher = {Cold Spring Harbor Laboratory},
URL = {https://www.biorxiv.org/content/early/2019/02/04/540526},
journal = {bioRxiv}
}
@article{Rudraraju2019,
archivePrefix = {arXiv},
arxivId = {1901.00497},
author = {Rudraraju, Shiva and Moulton, Derek E. and Chirat, R{\'{e}}gis and Goriely, Alain and Garikipati, Krishna},
doi = {10.1371/journal.pcbi.1007213},
eprint = {1901.00497},
issn = {15537358},
journal = {PLoS Computational Biology},
month = {jul},
number = {7},
publisher = {Public Library of Science},
title = {{A computational framework for the morpho-elastic development of molluskan shells by surface and volume growth}},
volume = {15},
year = {2019}
}
@article{Jiang2019,
doi = {10.1007/s11538-019-00577-1},
url = {https://doi.org/10.1007/s11538-019-00577-1},
year = {2019},
month = feb,
publisher = {Springer Science and Business Media {LLC}},
volume = {81},
number = {8},
pages = {3282--3300},
author = {J. Jiang and K. Garikipati and S. Rudraraju},
title = {A Diffuse Interface Framework for Modeling the Evolution of Multi-cell Aggregates as a Soft Packing Problem Driven by the Growth and Division of Cells},
journal = {Bulletin of Mathematical Biology}
}
@article{grayver2019,
title={Three-dimensional magnetotelluric modelling in spherical {Earth}},
author={Grayver, Alexander V. and van Driel, Martin and Kuvshinov, Alexey V.},
journal={Geophysical Journal International},
volume={217},
number={1},
pages={532--557},
year={2019},
publisher={Oxford University Press},
doi = {10.1093/gji/ggz030}
}
@article{morschhauser2019,
title={Tippers at island geomagnetic observatories constrain electrical conductivity of oceanic lithosphere and upper mantle},
author={Morschhauser, Achim and Grayver, Alexander and Kuvshinov, Alexey and Samrock, Friedemann and Matzka, J{\"u}rgen},
journal={Earth, Planets and Space},
volume={71},
number={1},
pages={17},
year={2019},
publisher={SpringerOpen},
doi = {10.1186/s40623-019-0991-0}
}
@Article{ZhaoHeisterVVH2019,
author = {Liang Zhao and Timo Heister},
title = {A preconditioner for the incompressible Navier-Stokes equations in velocity-vorticity form},
journal = {submitted},
year = {2019},
note = {submitted}
}
@Article{castelli2019numerical,
author = {Castelli, G. F. and D{\"o}rfler, W.},
title = {The numerical study of a microscale model for lithium-ion batteries},
journal = {Computers \& Mathematics with Applications},
year = {2019},
volume = {77},
number = {6},
pages = {1527--1540},
doi = {10.1016/j.camwa.2018.08.067},
url = {https://doi.org/10.1016/j.camwa.2018.08.067},
}
@article{Grayver2019b,
doi = {10.1029/2019gl082400},
url = {https://doi.org/10.1029/2019gl082400},
year = {2019},
month = {apr},
publisher = {American Geophysical Union ({AGU})},
volume = {46},
number = {8},
pages = {4230--4238},
author = {Alexander V. Grayver and Nils Olsen},
title = {The Magnetic Signatures of the M2, N2, and O1 Oceanic Tides Observed in Swarm and {CHAMP} Satellite Magnetic Data},
journal = {Geophysical Research Letters}
}
@ARTICLE{Bonetti2019977,
author={Bonetti, E. and Cavaterra, C. and Freddi, F. and Grasselli, M. and Natalini, R.},
title={A nonlinear model for marble sulphation including surface rugosity: Theoretical and numerical results},
journal={Communications on Pure and Applied Analysis},
year={2019},
volume={18},
number={2},
pages={977-998}
}
@article{Freddi2019,
doi = {10.1016/j.mechrescom.2019.01.009},
url = {https://doi.org/10.1016/j.mechrescom.2019.01.009},
year = {2019},
month = mar,
publisher = {Elsevier {BV}},
volume = {96},
pages = {29--36},
author = {Francesco Freddi},
title = {Fracture energy in phase field models},
journal = {Mechanics Research Communications}
}
@article{Cheng2019,
doi = {10.32604/cmes.2019.04318},
year = {2019},
publisher = {Computers, Materials and Continua (Tech Science Press)},
volume = {119},
number = {1},
pages = {91--124},
author = {Jie Cheng and Feimi Yu and Lucy T. Zhang},
title = {{OpenIFEM}: A High Performance Modular Open-Source Software
of the Immersed Finite Element Method for Fluid-Structure
Interactions},
journal = {Computer Modeling in Engineering {\&} Sciences}
}
@Article{LZ19,
author = {Z. Luo and Y. Zhao},
title = {Numerical simulation of part-level temperature fields during selective laser melting of stainless steel 316L},
journal = {International Journal of Advanced Manufacturing Technology},
year = {2019},
doi = {10.1007/s00170-019-03947-0}
}
@inproceedings{Dong2019,
doi = {10.2118/193862-ms},
url = {https://doi.org/10.2118/193862-ms},
year = {2019},
publisher = {Society of Petroleum Engineers},
author = {Rencheng Dong and Sanghyun Lee and Mary Wheeler},
title = {Numerical Simulation of Matrix Acidizing in Fractured Carbonate Reservoirs Using Adaptive Enriched Galerkin Method},
booktitle = {{SPE} Reservoir Simulation Conference}
}
@inproceedings{Wheeler2019,
doi = {10.2118/193830-ms},
url = {https://doi.org/10.2118/193830-ms},
year = {2019},
publisher = {Society of Petroleum Engineers},
author = {Mary F. Wheeler and Sanjay Srinivasan and Sanghyun Lee and Manik Singh},
title = {Unconventional Reservoir Management Modeling Coupling Diffusive Zone/Phase Field Fracture Modeling and Fracture Probability Maps},
booktitle = {{SPE} Reservoir Simulation Conference}
}
@Article{shiozawa2019effect,
author = {Shiozawa, Sogo and Lee, Sanghyun and Wheeler, Mary F.},
title = {The effect of stress boundary conditions on fluid-driven fracture propagation in porous media using a phase-field modeling approach},
journal = {International Journal for Numerical and Analytical Methods in Geomechanics},
volume = {43},
year = {2019},
number = {6},
pages = {1316-1340},
keywords = {fluid-driven fracture, phase field, porous media, stress boundary conditions},
doi = {10.1002/nag.2899},
url = {https://onlinelibrary.wiley.com/doi/abs/10.1002/nag.2899},
eprint = {https://onlinelibrary.wiley.com/doi/pdf/10.1002/nag.2899}
}
@article{Adler2019,
doi = {10.1016/j.camwa.2018.09.051},
url = {https://doi.org/10.1016/j.camwa.2018.09.051},
year = {2019},
month = jan,
publisher = {Elsevier {BV}},
volume = {77},
number = {2},
pages = {476--493},
author = {James H. Adler and Yunhui He and Xiaozhe Hu and Scott P. MacLachlan},
title = {Vector-potential finite-element formulations for two-dimensional resistive magnetohydrodynamics},
journal = {Computers {\&} Mathematics with Applications}
}
@article{maier19a,
author = {Song, Jung Heon and Matthias Maier and Mitchell Luskin},
doi = {10.1016/j.cma.2019.03.039},
title = {Adaptive finite element simulations of waveguide configurations
involving parallel 2D material sheets},
journal = {Computer Methods in Applied Mechanics and Engineering},
year = {2019},
volume = {351},
pages = {20--34}
}
@article{Sticko2019,
doi = {10.1007/s10915-019-01004-2},
url = {https://doi.org/10.1007/s10915-019-01004-2},
year = {2019},
month = jul,
publisher = {Springer Science and Business Media {LLC}},
volume = {80},
number = {3},
pages = {1867--1887},
author = {Simon Sticko and Gunilla Kreiss},
title = {Higher Order Cut Finite Elements for the Wave Equation},
journal = {Journal of Scientific Computing}
}
@Article{ZC19,
author = {Y. Zhao and J. Choo},
title = {Stabilized material point methods for coupled large deformation and fluid flow in porous materials},
note = {submitted},
year = {2019},
url = {https://arxiv.org/abs/1905.00671}
}
@article{Soldner2019,
doi = {10.1016/j.camwa.2018.04.036},
url = {https://doi.org/10.1016/j.camwa.2018.04.036},
year = {2019},
month = oct,
publisher = {Elsevier {BV}},
volume = {78},
number = {7},
pages = {2183--2196},
author = {Dominic Soldner and Julia Mergheim},
title = {Thermal modelling of selective beam melting processes using heterogeneous time step sizes},
journal = {Computers {\&} Mathematics with Applications}
}
@article{Ghesmati2019,
doi = {10.1515/jnma-2018-0047},
url = {https://doi.org/10.1515/jnma-2018-0047},
year = {2019},
month = dec,
publisher = {Walter de Gruyter {GmbH}},
volume = {27},
number = {4},
pages = {237--252},
author = {Arezou Ghesmati and Wolfgang Bangerth and Bruno Turcksin},
title = {Residual-based a posteriori error estimation for hp-adaptive finite element methods for the Stokes equations},
journal = {Journal of Numerical Mathematics}
}
@inproceedings{Das2019,
author = {Sambit Das and Phani Motamarri and Vikram Gavini and Bruno Turcksin
and Ying Wai Li and Brent Leback},
title = {{F}ast, {S}calable and {A}ccurate {F}inite-{E}lements {B}ased {A}b
{I}nitio {C}alculations {U}sing {M}ixed {P}recision {C}omputing: 46
{PFLOPS} {S}imulation of a {M}etallic {D}islocation {S}ystem},
booktitle = {Proceedings of the International Conference for High
Performance Computing, Networking, Storage, and Analysis},
series = {SC '19},
year = {2019},
pages = {2:1--2:11},
articleno = {2},
numpages = {11},
url = {http://doi.acm.org/10.1145/3295500.3357157},
doi = {10.1145/3295500.3357157},
publisher = {ACM},
address = {New York, NY, USA}
}
@article{Maday_2019,
title={Regularity and hp discontinuous Galerkin finite element approximation of linear elliptic eigenvalue problems with singular potentials},
volume={29},
ISSN={1793-6314},
url={http://dx.doi.org/10.1142/s0218202519500295},
DOI={10.1142/s0218202519500295},
number={08},
journal={Mathematical Models and Methods in Applied Sciences},
publisher={World Scientific Pub Co Pte Lt},
author={Maday, Yvon and Marcati, Carlo},
year={2019},
month={Jul},
pages={1585-1617}
}
@article{Wick2019,
doi = {10.1007/s00021-019-0439-0},
url = {https://doi.org/10.1007/s00021-019-0439-0},
year = {2019},
month = jun,
publisher = {Springer Science and Business Media {LLC}},
volume = {21},
number = {3},
author = {Thomas Wick and Winnifried Wollner},
title = {On the Differentiability of Fluid-Structure Interaction Problems with Respect to the Problem Data},
journal = {Journal of Mathematical Fluid Mechanics}
}
@article{Bruchh_user_2019,
title={Numerical {S}tudy of {G}oal-{O}riented {E}rror {C}ontrol for
{S}tabilized {F}inite {E}lement {M}ethods},
ISBN={9783030142445},
ISSN={2197-7100},
url={http://dx.doi.org/10.1007/978-3-030-14244-5_5},
DOI={10.1007/978-3-030-14244-5_5},
journal={Advanced Finite Element Methods with Applications},
publisher={Springer International Publishing},
author={Bruchh{\"a}user, Marius Paul and Schwegler, Kristina and Bause, Markus},
year={2019},
pages={85-106}
}
@article{Heltai2019,
doi = {10.1002/cnm.3264},
url = {https://doi.org/10.1002/cnm.3264},
year = {2019},
month = dec,
publisher = {Wiley},
volume = {35},
number = {12},
author = {Luca Heltai and Alfonso Caiazzo},
title = {Multiscale modeling of vascularized tissues via nonmatching immersed methods},
journal = {International Journal for Numerical Methods in Biomedical Engineering}
}
@misc{mcbride2019modelling,
title={Modelling the flexoelectric effect in solids: a micromorphic approach},
author={Andrew McBride and Denis Davydov and Paul Steinmann},
year={2019},
note={arXiv:1909.08695, submitted},
url = {https://arxiv.org/abs/1909.08695}
}
@article{Njinju2019,
doi = {10.1029/2019tc005549},
url = {https://doi.org/10.1029/2019tc005549},
year = {2019},
month = oct,
publisher = {American Geophysical Union ({AGU})},
author = {Emmanuel A. Njinju and Estella A. Atekwana and D. Sarah Stamps and Mohamed G. Abdelsalam and Eliot A. Atekwana and Kevin L. Mickus and Stewart Fishwick and Folarin Kolawole and Tahiry A. Rajaonarison and Victor N. Nyalugwe},
title = {Lithospheric Structure of the Malawi Rift: Implications for Magma-Poor Rifting Processes},
journal = {Tectonics}
}
@article{dannberg2019new,
doi = {10.1093/gji/ggz190},
url = {https://doi.org/10.1093/gji/ggz190},
title={A new formulation for coupled magma/mantle dynamics},
author={Dannberg, Juliane and Gassm{\"o}ller, Rene and Grove, Ryan and Heister, Timo},
journal={Geophysical Journal International},
volume={219},
number={1},
pages={94--107},
year={2019},
publisher={Oxford University Press}
}
@misc{witte2019fast,
title={Fast Tensor Product Schwarz Smoothers for High-Order Discontinuous Galerkin Methods},
author={Julius Witte and Daniel Arndt and Guido Kanschat},
year={2019},
eprint={1910.11239},
archivePrefix={arXiv},
primaryClass={math.NA}
}
@misc{brun2019iterative,
title={An iterative staggered scheme for phase field brittle fracture propagation with stabilizing parameters},
author={Mats Kirkes{\ae}ther Brun and Thomas Wick and Inga Berre and Jan Martin Nordbotten and Florin Adrian Radu},
year={2019},
eprint={1903.08717},
archivePrefix={arXiv},
primaryClass={math.NA}
}
@misc{endtmayer2019multigoaloriented,
title={Multigoal-oriented optimal control problems with nonlinear PDE constraints},
author={Bernhard Endtmayer and Ulrich Langer and Ira Neitzel and Thomas Wick and Winnifried Wollner},
year={2019},
eprint={1903.02799},
archivePrefix={arXiv},
primaryClass={math.NA}
}
@misc{jodlbauer2019matrixfree,
title={Matrix-free multigrid solvers for phase-field fracture problems},
author={Daniel Jodlbauer and Ulrich Langer and Thomas Wick},
year={2019},
eprint={1902.08112},
archivePrefix={arXiv},
primaryClass={math.NA}
}
@article{Mang_2019,
title={A phase-field model for fractures in nearly incompressible solids},
ISSN={1432-0924},
url={http://dx.doi.org/10.1007/s00466-019-01752-w},
DOI={10.1007/s00466-019-01752-w},
journal={Computational Mechanics},
publisher={Springer Science and Business Media LLC},
author={Mang, Katrin and Wick, Thomas and Wollner, Winnifried},
year={2019},
month={Jul}
}
@misc{endtmayer2018twoside,
title={Two-side a posteriori error estimates for the DWR method},
author={Bernhard Endtmayer and Ulrich Langer and Thomas Wick},
year={2018},
eprint={1811.07586},
archivePrefix={arXiv},
primaryClass={math.NA}
}