-
Notifications
You must be signed in to change notification settings - Fork 55
/
publications-2019.bib
2337 lines (2134 loc) · 87.7 KB
/
publications-2019.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{2019:adler.he.ea:vector-potential,
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},
year = 2019,
volume = 77,
number = 2,
pages = {476--493},
month = jan,
doi = {10.1016/j.camwa.2018.09.051},
publisher = {Elsevier {BV}}
}
@PhDThesis{2019:africa:scalable,
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{2019:aggul.kaya.ea:two,
author = {Mustafa A\u{g}g\"{u}l and Songul Kaya and Alexander E. Labovsky},
title = {Two approaches to creating a turbulence model with increased temporal accuracy},
journal = {Applied Mathematics and Computation},
year = 2019,
volume = 358,
pages = {25--36},
month = oct,
doi = {10.1016/j.amc.2018.12.074},
publisher = {Elsevier {BV}}
}
@Article{2019:al-arydah.carraro:reviewing,
author = {Mo'tassem Al-arydah and Thomas Carraro},
title = {Reviewing the mathematical validity of a fuel cell cathode model. Existence of weak bounded solution},
journal = {Computers {\&} Mathematics with Applications},
year = 2019,
volume = 77,
number = 6,
pages = {1425--1436},
month = mar,
doi = {10.1016/j.camwa.2018.08.001},
publisher = {Elsevier {BV}}
}
@Article{2019:alhazmi:exploring,
author = {Muflih Alhazmi},
title = {Exploring Mechanisms for Pattern Formation through Coupled Bulk-Surface {PDEs} in Case of Non-linear Reactions},
journal = {International Journal of Advanced Computer Science and Applications},
year = 2019,
volume = 10,
number = 3,
doi = {10.14569/ijacsa.2019.0100372},
url = {https://doi.org/10.14569/ijacsa.2019.0100372},
publisher = {The Science and Information Organization}
}
@PhDThesis{2019:alzetta:coupling,
author = {Alzetta, Giovanni},
title = {Coupling methods for non-matching meshes through distributed Lagrange multipliers},
school = {Scuola Internazionale Superiore di Studi Avanzati},
year = 2019,
url = {http://hdl.handle.net/20.500.11767/103034}
}
@Article{2019:ambartsumyan.khattatov.ea:higher,
author = {Ilona Ambartsumyan and Eldar Khattatov and Jeonghun J. Lee and Ivan Yotov},
title = {Higher order multipoint flux mixed finite element methods on quadrilaterals and hexahedra},
journal = {Mathematical Models and Methods in Applied Sciences},
year = 2019,
volume = 29,
number = 06,
pages = {1037--1077},
month = jun,
doi = {10.1142/s0218202519500167},
publisher = {World Scientific Pub Co Pte Lt}
}
@MastersThesis{2019:ameri:improving,
author = {Abtin Ameri},
title = {Improving the Numerical Stability of Higher Order Methods with Applications to Fluid Dynamics},
year = 2019,
note = {Honors thesis},
doi = {10.13140/RG.2.2.25335.78247},
url = {http://rgdoi.net/10.13140/RG.2.2.25335.78247},
language = {en},
publisher = {Unpublished}
}
@PhDThesis{2019:araujo-cabarcas:reliable,
author = {Araujo-Cabarcas, J. C.},
title = {Reliable hp finite element computations of scattering resonances in nano optics},
school = {Umea University},
year = 2019,
url = {https://www.diva-portal.org/smash/record.jsf?pid=diva2:1316711}
}
@InProceedings{2019:arbogast.huang.ea:von,
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},
year = 2019,
publisher = {Society of Petroleum Engineers},
doi = {10.2118/193817-ms}
}
@Article{2019:arbogast.tao:direct,
author = {Todd Arbogast and Zhen Tao},
title = {A direct mixed--enriched Galerkin method on quadrilaterals for two-phase Darcy flow},
journal = {Computational Geosciences},
year = 2019,
volume = 23,
number = 5,
pages = {1141--1160},
month = aug,
doi = {10.1007/s10596-019-09871-2},
url = {https://link.springer.com/article/10.1007/s10596-019-09871-2},
publisher = {Springer Science and Business Media {LLC}}
}
@Article{2019:arndt.bangerth.ea:deal-ii,
author = {D. Arndt and W. Bangerth and T. C. Clevenger and D. Davydov and M. Fehling and D. Garcia-Sanchez and G. Harper and T. Heister and L. Heltai and M. Kronbichler and R. M. Kynch and M. Maier and J.-P. Pelteret and B. Turcksin and D. Wells},
title = {The \texttt{deal.II} Library, Version 9.1},
journal = {Journal of Numerical Mathematics},
year = 2019,
volume = 27,
number = 4,
pages = {203--213},
doi = {10.1515/jnma-2019-0064},
preprint = {https://dealii.org/deal91-preprint.pdf}
}
@Article{2019:aulisa.capodaglio.ea:construction,
author = {Eugenio Aulisa and Giacomo Capodaglio and Guoyi Ke},
title = {Construction of H-Refined Continuous Finite Element Spaces with Arbitrary Hanging Node Configurations and Applications to Multigrid Algorithms},
journal = {{SIAM} Journal on Scientific Computing},
year = 2019,
volume = 41,
number = 1,
pages = {A480--A507},
month = jan,
doi = {10.1137/18m1175409},
publisher = {Society for Industrial {\&} Applied Mathematics ({SIAM})}
}
@Article{2019:babaei.basak.ea:algorithmic,
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},
year = 2019,
volume = 64,
number = 4,
pages = {1177--1197},
month = apr,
doi = {10.1007/s00466-019-01699-y},
publisher = {Springer Science and Business Media {LLC}}
}
@Article{2019:babaei.levitas:effect,
author = {Hamed Babaei and Valery I. Levitas},
title = {Effect of $60^\circ$ dislocation on transformation stresses, nucleation, and growth for phase transformations between silicon I and silicon {II} under triaxial loading: Phase-field study},
journal = {Acta Materialia},
year = 2019,
volume = 177,
pages = {178--186},
month = sep,
doi = {10.1016/j.actamat.2019.07.021},
publisher = {Elsevier {BV}}
}
@MastersThesis{2019:balicki:abstrakte,
author = {Balicki, Linus},
title = {Eine abstrakte Implementierung der Low-Rank ADI Iteration f\"{u}r Lyapunovgleichungen in pyMOR},
school = {Otto-von-Guericke-Universit{\"a}t Magdeburg},
year = 2019,
note = {Bachelor's thesis},
doi = {10.25673/13842},
url = {https://opendata.uni-halle.de//handle/1981185920/13968},
language = {de},
publisher = {Otto von Guericke University Library, Magdeburg, Germany},
copyright = {Creative Commons Attribution Share Alike 4.0 International}
}
@Article{2019:basak.levitas:finite,
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}
}
@InProceedings{2019:berselli.wells.ea:spatial,
author = {Berselli, L. C. and Wells, D. and Xie, X. and Iliescu, T.},
title = {Spatial Filtering for Reduced Order Modeling},
editor = {Salvetti, Maria Vittoria and Armenio, Vincenzo and Fr{\"o}hlich, Jochen and Geurts, Bernard J. and Kuerten, Hans},
booktitle = {Direct and Large-Eddy Simulation XI},
year = 2019,
pages = {151--157},
address = {Cham},
publisher = {Springer International Publishing},
doi = {10.1007/978-3-030-04915-7_21},
url = {https://link.springer.com/chapter/10.1007/978-3-030-04915-7_21},
preprint = {https://arxiv.org/abs/1707.04133}
}
@PhDThesis{2019:bettendorf:optimum,
author = {Bettendorf, Anja},
title = {Optimum experimental design for parameter estimation with 2D partial differential equation models},
school = {University of Heidelberg, Germany},
year = 2019,
doi = {10.11588/HEIDOK.00027345},
url = {http://archiv.ub.uni-heidelberg.de/volltextserver/id/eprint/27345}
}
@Article{2019:bobadilla.carraro.ea:age,
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},
year = 2019,
volume = 81,
number = 7,
pages = {2706--2724},
month = jun,
doi = {10.1007/s11538-019-00625-w},
publisher = {Springer Science and Business Media {LLC}}
}
@Article{2019:boddu.davydov.ea:cutoff-based,
author = {Vishal Boddu and Denis Davydov and Bernhard Eidel and Paul Steinmann},
title = {Cutoff-Based Modeling of Coulomb Interactions for Atomistic-to-Continuum Multiscale Methods},
journal = {Multiscale Science and Engineering},
year = 2019,
volume = 1,
number = 4,
pages = {299--317},
month = oct,
doi = {10.1007/s42493-019-00027-z},
publisher = {Springer Science and Business Media {LLC}}
}
@Article{2019:bonetti.cavaterra.ea:nonlinear,
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},
doi = {10.3934/cpaa.2019048},
url = {https://www.aimsciences.org/article/doi/10.3934/cpaa.2019048},
preprint = {https://arxiv.org/abs/1710.01225}
}
@Article{2019:bonito.demlow:posteriori,
author = {Andrea Bonito and Alan Demlow},
title = {A Posteriori Error Estimates for the Laplace--Beltrami Operator on Parametric $C^2$ Surfaces},
journal = {{SIAM} Journal on Numerical Analysis},
year = 2019,
volume = 57,
number = 3,
pages = {973--996},
month = jan,
doi = {10.1137/18m1169278},
publisher = {Society for Industrial {\&} Applied Mathematics ({SIAM})}
}
@Article{2019:bonito.lei.ea:numerical,
author = {Andrea Bonito and Wenyu Lei and Joseph E. Pasciak},
title = {Numerical approximation of the integral fractional Laplacian},
journal = {Numerische Mathematik},
year = 2019,
volume = 142,
number = 2,
pages = {235--278},
month = feb,
doi = {10.1007/s00211-019-01025-x},
publisher = {Society for Mining, Metallurgy and Exploration Inc.}
}
@Article{2019:borregales.kumar.ea:partially,
author = {Manuel Borregales and Kundan Kumar and Florin Adrian Radu and Carmen Rodrigo and Francisco Jos{\'{e}} Gaspar},
title = {A partially parallel-in-time fixed-stress splitting method for Biot's consolidation model},
journal = {Computers {\&} Mathematics with Applications},
year = 2019,
volume = 77,
number = 6,
pages = {1466--1478},
month = mar,
doi = {10.1016/j.camwa.2018.09.005},
publisher = {Elsevier {BV}}
}
@InProceedings{2019:borregales.radu:higher,
author = {Borregales, Manuel and Radu, Florin Adrian},
title = {Higher Order Space-Time Elements for a Non-linear Biot Model},
editor = {Radu, Florin Adrian and Kumar, Kundan and Berre, Inga and Nordbotten, Jan Martin and Pop, Iuliu Sorin},
booktitle = {Numerical Mathematics and Advanced Applications ENUMATH 2017},
year = 2019,
pages = {541--549},
address = {Cham},
publisher = {Springer International Publishing},
doi = {10.1007/978-3-319-96415-7_49}
}
@InCollection{2019:both.kocher:numerical,
author = {Jakub W. Both and Uwe K\"{o}cher},
title = {Numerical Investigation on the Fixed-Stress Splitting Scheme for {Biot}'s Equations: Optimality of the Tuning Parameter},
booktitle = {Lecture Notes in Computational Science and Engineering},
publisher = {Springer International Publishing},
year = 2019,
pages = {789--797},
doi = {10.1007/978-3-319-96415-7_74}
}
@Article{2019:brands.davydov.ea:reduced-order,
author = {Benjamin Brands and Denis Davydov and Julia Mergheim and Paul Steinmann},
title = {Reduced-Order Modelling and Homogenisation in Magneto-Mechanics: A Numerical Comparison of Established Hyper-Reduction Methods},
journal = {Mathematical and Computational Applications},
year = 2019,
volume = 24,
number = 1,
pages = 20,
month = feb,
doi = {10.3390/mca24010020},
publisher = {{MDPI} {AG}}
}
@InProceedings{2019:bruchhauser.schwegler.ea:numerical,
author = {Marius Paul Bruchh\"{a}user and Kristina Schwegler and Markus Bause},
title = {Numerical Study of Goal-Oriented Error Control for Stabilized Finite Element Methods},
editor = {Thomas Apel and Ulrich Langer and Arnd Meyer and Olaf Steinbach},
booktitle = {Advanced Finite Element Methods with Applications},
year = 2019,
series = {Lecture Notes in Computational Science and Engineering},
volume = 128,
pages = {85--106},
publisher = {Springer International Publishing},
isbn = 9783030142445,
issn = {2197-7100},
doi = {10.1007/978-3-030-14244-5_5},
url = {https://link.springer.com/chapter/10.1007/978-3-030-14244-5_5},
preprint = {https://arxiv.org/abs/1803.10643}
}
@PhDThesis{2019:brun:upscaling,
author = {Brun, Mats Kirkes{\ae}ther},
title = {Upscaling, analysis, and iterative numerical solution schemes for thermo-poroelasticity},
school = {University of Bergen},
year = 2019,
url = {http://bora.uib.no/handle/1956/20657}
}
@Article{2019:bryant.sun:micromorphically,
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},
year = 2019,
volume = 354,
pages = {56--95},
month = sep,
doi = {10.1016/j.cma.2019.05.003},
publisher = {Elsevier {BV}}
}
@Article{2019:bucci.christensen:modeling,
author = {Giovanna Bucci and Jake Christensen},
title = {Modeling of lithium electrodeposition at the lithium/ceramic electrolyte interface: The role of interfacial resistance and surface defects},
journal = {Journal of Power Sources},
year = 2019,
volume = 441,
pages = 227186,
month = nov,
doi = {10.1016/j.jpowsour.2019.227186},
publisher = {Elsevier {BV}}
}
@Article{2019:bzowski.rauch.ea:selection,
author = {Krzysztof Bzowski and Lukasz Rauch and Maciej Pietrzyk},
title = {Selection of the optimal heat treatment conditions using advanced phase transformation models},
journal = {{IOP} Conference Series: Materials Science and Engineering},
year = 2019,
volume = 627,
pages = 012018,
month = oct,
doi = {10.1088/1757-899x/627/1/012018},
publisher = {{IOP} Publishing}
}
@PhDThesis{2019:bzowski:application,
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}
}
@PhDThesis{2019:cajuhi:fracture,
author = {Cajuhi, Tuanny},
title = {Fracture in porous media: phase-field modeling, simulation and experimental validation},
school = {Technischen Universit{\"a}t Carolo-Wilhelmina zu Braunschweig},
year = 2019,
url = {https://core.ac.uk/download/pdf/196653165.pdf}
}
@Article{2019:carreno.bergamaschi.ea:block,
author = {Amanda Carre{\~{n}}o and Luca Bergamaschi and Angeles Martinez and Antoni Vidal-Ferr{\'{a}}ndiz and Damian Ginestar and Gumersindo Verd{\'{u}}},
title = {Block Preconditioning Matrices for the Newton Method to Compute the Dominant $\lambda$-Modes Associated with the Neutron Diffusion Equation},
journal = {Mathematical and Computational Applications},
year = 2019,
volume = 24,
number = 1,
pages = 9,
month = jan,
doi = {10.3390/mca24010009},
publisher = {{MDPI} {AG}}
}
@InCollection{2019:carreno.vidal-ferrandiz.ea:matrix-free,
author = {Amanda Carre{\~{n}}o and Antoni Vidal-Ferr{\`{a}}ndiz and Damian Ginestar and Gumersindo Verd{\'{u}}},
title = {A Matrix-Free Eigenvalue Solver for the Multigroup Neutron Diffusion Equation},
booktitle = {Lecture Notes in Computer Science},
publisher = {Springer International Publishing},
year = 2019,
pages = {702--709},
doi = {10.1007/978-3-030-22750-0_68}
}
@Article{2019:carreno.vidal-ferrandiz.ea:modal,
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},
year = 2019,
volume = 115,
pages = {181--193},
month = aug,
doi = {10.1016/j.pnucene.2019.03.040},
publisher = {Elsevier {BV}}
}
@InProceedings{2019:castelli.dorfler:efficient,
author = {Castelli, G. F. and D{\"o}rfler, W.},
title = {An Efficient Matrix-Free Finite Element Solver for the {Cahn--Hiliard} Equation},
editor = {Gleim, T. and Lange, S.},
booktitle = {Proceedings of 8th {GACM} Colloquium on Computational Mechanics},
year = 2019,
pages = {441--444},
publisher = {Kassel University Press},
doi = {10.19211/KUP978737650939}
}
@Article{2019:castelli.dorfler:numerical,
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}
}
@Article{2019:cerroni.penati.ea:multiscale,
author = {Daniele Cerroni and Mattia Penati and Giovanni Porta and Edie Miglio and Paolo Zunino and Paolo Ruffo},
title = {Multiscale Modeling of Glacial Loading by a 3D Thermo-Hydro-Mechanical Approach Including Erosion and Isostasy},
journal = {Geosciences},
year = 2019,
volume = 9,
number = 11,
pages = 465,
month = oct,
doi = {10.3390/geosciences9110465},
publisher = {{MDPI} {AG}}
}
@Article{2019:charnyi.heister.ea:efficient,
author = {Sergey Charnyi and Timo Heister and Maxim A. Olshanskii and Leo G. Rebholz},
title = {Efficient discretizations for the {EMAC} formulation of the incompressible Navier--Stokes equations},
journal = {Applied Numerical Mathematics},
year = 2019,
volume = 141,
pages = {220--233},
month = jul,
doi = {10.1016/j.apnum.2018.11.013},
url = {https://www.sciencedirect.com/science/article/pii/S0168927418302629},
publisher = {Elsevier {BV}},
preprint = {https://arxiv.org/abs/1712.00857}
}
@Article{2019:cheng.yu.ea:openifem,
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},
year = 2019,
volume = 119,
number = 1,
pages = {91--124},
doi = {10.32604/cmes.2019.04318},
publisher = {Computers, Materials and Continua (Tech Science Press)}
}
@Article{2019:choo:stabilized,
author = {Jinhyun Choo},
title = {Stabilized mixed continuous/enriched Galerkin formulations for locally mass conservative poromechanics},
journal = {Computer Methods in Applied Mechanics and Engineering},
year = 2019,
volume = 357,
pages = 112568,
month = dec,
doi = {10.1016/j.cma.2019.112568},
publisher = {Elsevier {BV}}
}
@PhDThesis{2019:clevenger:parallel,
author = {Thomas C. Clevenger},
title = {A {P}arallel {G}eometric {M}ultigrid {M}ethod for {A}daptive {F}inite {E}lements},
school = {Clemson University},
year = 2019,
url = {https://tigerprints.clemson.edu/all_dissertations/2523/}
}
@Article{2019:corti.cioni.ea:aborted-propagation-of-the-ethiopian-rift-caused-by-linkage-with-the-kenyan-rift,
author = {Giacomo Corti and Raffaello Cioni and Zara Franceschini and Federico Sani and St{\'{e}}phane Scaillet and Paola Molin and Ilaria Isola and Francesco Mazzarini and Sascha Brune and Derek Keir and Asfaw Erbello and Ameha Muluneh and Finnigan Illsley-Kemp and Anne Glerum},
title = {{Aborted propagation of the Ethiopian rift caused by linkage with the Kenyan rift}},
journal = {Nature Communications},
year = 2019,
volume = 10,
pages = 1309,
doi = {10.1038/s41467-019-09335-2}
}
@Article{2019:dang.do.ea:effective,
author = {Hong-Lam Dang and Duc Phi Do and Dashnor Hoxha},
title = {Effective Elastic and Hydraulic Properties of Fractured Rock Masses with High Contrast of Permeability: Numerical Calculation by an Embedded Fracture Continuum Approach},
journal = {Advances in Civil Engineering},
year = 2019,
volume = 2019,
pages = {1--21},
month = feb,
doi = {10.1155/2019/7560724},
publisher = {Hindawi Limited}
}
@Article{2019:dang:modeling,
author = {Hong-Lam Dang},
title = {Modeling the Effect of Intersected Fractures on Oil Production Rate of Fractured Reservoirs by Embedded Fracture Continuum Approach},
journal = {Modelling and Simulation in Engineering},
year = 2019,
volume = 2019,
pages = {1--10},
month = jul,
doi = {10.1155/2019/4034860},
publisher = {Hindawi Limited}
}
@Article{2019:dannberg.gassmoller.ea:new,
author = {Dannberg, Juliane and Gassm{\"o}ller, Rene and Grove, Ryan and Heister, Timo},
title = {A new formulation for coupled magma/mantle dynamics},
journal = {Geophysical Journal International},
year = 2019,
volume = 219,
number = 1,
pages = {94--107},
doi = {10.1093/gji/ggz190},
publisher = {Oxford University Press}
}
@InProceedings{2019:das.motamarri.ea:fast,
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},
year = 2019,
series = {SC '19},
pages = {2:1--2:11},
address = {New York, NY, USA},
publisher = {ACM},
articleno = 2,
numpages = 11,
doi = {10.1145/3295500.3357157}
}
@PhDThesis{2019:das:large,
author = {Das, Sambit},
title = {Large Scale Electronic Structure Studies on the Energetics of Dislocations in Al-Mg Materials System and Its Connection to Mesoscale Models},
school = {University of Michigan},
year = 2019,
url = {https://deepblue.lib.umich.edu/handle/2027.42/153417}
}
@Article{2019:deolmi.muller.ea:reduced,
author = {G. Deolmi and S. M\"{u}ller and M. Albers and P.S. Meysonnat and W. Schr\"{o}der},
title = {A reduced order model to simulate compressible flows over an actuated riblet surface},
journal = {Applied Mathematics and Computation},
year = 2019,
volume = 348,
pages = {234--256},
month = may,
doi = {10.1016/j.amc.2018.11.059},
publisher = {Elsevier {BV}}
}
@InProceedings{2019:dong.lee.ea:numerical,
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},
year = 2019,
publisher = {Society of Petroleum Engineers},
doi = {10.2118/193862-ms}
}
@Article{2019:duijn.mikelic.ea:thermoporoelasticity,
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},
year = 2019,
volume = 138,
pages = {1--25},
month = may,
doi = {10.1016/j.ijengsci.2019.02.005},
publisher = {Elsevier {BV}},
preprint = {https://hal.archives-ouvertes.fr/hal-01650194}
}
@Article{2019:endtmayer.langer.ea:mesh,
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},
year = 2019,
volume = 19,
number = 1,
pages = {e201900231},
doi = {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}
}
@Article{2019:endtmayer.langer.ea:multigoal-oriented,
author = {Bernhard Endtmayer and Ulrich Langer and Thomas Wick},
title = {Multigoal-oriented error estimates for non-linear problems},
journal = {Journal of Numerical Mathematics},
year = 2019,
volume = 27,
number = 4,
pages = {215--236},
month = dec,
doi = {10.1515/jnma-2018-0038},
url = {https://doi.org/10.1515/jnma-2018-0038},
publisher = {Walter de Gruyter {GmbH}},
preprint = {https://arxiv.org/abs/1804.01331}
}
@PhDThesis{2019:exner:extended,
author = {Exner, Pavel},
title = {Extended finite element method for approximation of singularities in groundwater flow},
year = 2019,
doi = {10.13140/RG.2.2.18015.41123},
url = {https://dspace.tul.cz/handle/15240/153160},
language = {en},
publisher = {Unpublished}
}
@InProceedings{2019:fan.wick.ea:phase-field,
author = {Meng Fan and Thomas Wick and Yan Jin},
title = {A phase-field model for mixed-mode fracture},
editor = {Tobias Gleim and Stephan Lange},
booktitle = {8th GACM Colloquium on Computational Mechanics},
year = 2019,
pages = {51--54},
publisher = {Kassel University Press},
url = {https://www.upress.uni-kassel.de/katalog/abstract.php?978-3-7376-5093-9}
}
@Article{2019:fehn.kronbichler.ea:high-order,
author = {Fehn, Niklas and Kronbichler, Martin and Lehrenfeld, Christoph and Lube, Gert and Schroeder, Philipp W},
title = {High-order DG solvers for underresolved turbulent incompressible flows: A comparison of L2 and H(div) methods},
journal = {International Journal for Numerical Methods in Fluids},
year = 2019,
volume = 91,
number = 11,
pages = {533--556},
publisher = {Wiley Online Library},
doi = {10.1002/fld.4763}
}
@Article{2019:fehn.wall.ea:matrix-free,
author = {Fehn, Niklas and Wall, Wolfgang A and Kronbichler, Martin},
title = {A matrix-free high-order discontinuous Galerkin compressible Navier-Stokes solver: A performance comparison of compressible and incompressible formulations for turbulent incompressible flows},
journal = {International Journal for Numerical Methods in Fluids},
year = 2019,
volume = 89,
number = 3,
pages = {71--102},
publisher = {Wiley Online Library},
doi = {10.1002/fld.4683}
}
@Article{2019:fehn.wall.ea:modern,
author = {Fehn, Niklas and Wall, Wolfgang A and Kronbichler, Martin},
title = {Modern discontinuous Galerkin methods for the simulation of transitional and turbulent flows in biomedical engineering: A comprehensive LES study of the FDA benchmark nozzle model},
journal = {International journal for numerical methods in biomedical engineering},
year = 2019,
volume = 35,
number = 12,
pages = {e3228},
publisher = {Wiley Online Library},
doi = {10.1002/cnm.3228}
}
@Article{2019:fei.choo:phase-field,
author = {Fan Fei and Jinhyun Choo},
title = {A phase-field method for modeling cracks with frictional contact},
journal = {International Journal for Numerical Methods in Engineering},
year = 2019,
volume = 121,
number = 4,
pages = {740--762},
month = nov,
doi = {10.1002/nme.6242},
publisher = {Wiley}
}
@Article{2019:fraters.bangerth.ea:efficient,
author = {M. R. T. Fraters and W. Bangerth and C. Thieulot and A. C. Glerum and W. Spakman},
title = {Efficient and practical {N}ewton solvers for nonlinear {S}tokes systems in geodynamics problems},
journal = {Geophysics Journal International},
year = 2019,
volume = 218,
number = 2,
pages = {873--894},
month = apr,
issn = {0956-540X},
doi = {10.1093/gji/ggz183},
eprint = {http://oup.prod.sis.lan/gji/article-pdf/218/2/873/28693654/ggz183.pdf}
}
@PhDThesis{2019:fraters:towards,
author = {Fraters, Menno R. T.},
title = {Towards numerical modelling of natural subduction systems with an application to Eastern Caribbean subduction},
school = {Utrecht University},
year = 2019,
url = {https://dspace.library.uu.nl/handle/1874/379767}
}
@Article{2019:freddi:fracture,
author = {Francesco Freddi},
title = {Fracture energy in phase field models},
journal = {Mechanics Research Communications},
year = 2019,
volume = 96,
pages = {29--36},
month = mar,
doi = {10.1016/j.mechrescom.2019.01.009},
publisher = {Elsevier {BV}}
}
@InProceedings{2019:frei.richter.ea:long-term,
author = {Stefan Frei and Thomas Richter and Thomas Wick},
title = {Long-term simulation of large deformation, mechano-chemical FSI in ALE and fully Eulerian coordinates},
editor = {Margot Gerritsen and Iuliu Sorin Pop and Florin Adrian Radu and Barbara Wohlmuth},
booktitle = {Reactive Flows in Deformable, Complex Media},
year = 2019,
series = {Oberwolfach Reports},
volume = 15,
pages = {2403--2405},
month = aug,
publisher = {European Mathematical Society - EMS - Publishing House GmbH},
number = 3,
doi = {10.4171/OWR/2018/39},
url = {https://ems.press/journals/owr/articles/16414}
}
@Article{2019:fu.jin.ea:parameter-free,
author = {Guosheng Fu and Yanyi Jin and Weifeng Qiu},
title = {Parameter-free superconvergent H(div)-conforming {HDG} methods for the Brinkman equations},
journal = {{IMA} Journal of Numerical Analysis},
year = 2019,
volume = 39,
number = 2,
pages = {957--982},
month = apr,
doi = {10.1093/imanum/dry001},
url = {https://academic.oup.com/imajna/article/39/2/957/4857166},
publisher = {Oxford University Press ({OUP})},
preprint = {https://arxiv.org/abs/1607.07662}
}
@Article{2019:gassmoller.lokavarapu.ea:evaluating,
author = {Gassm{\"o}ller, Rene and Lokavarapu, Harsha and Bangerth, Wolfgang and Puckett, Elbridge Gerry},
title = {Evaluating the accuracy of hybrid finite element/particle-in-cell methods for modelling incompressible Stokes flow},
journal = {Geophysical Journal International},
year = 2019,
volume = 219,
number = 3,
pages = {1915--1938},
doi = {10.1093/gji/ggz405},
publisher = {Oxford University Press}
}
@Article{2019:gedicke.khan:divergence-conforming,
author = {Joscha Gedicke and Arbaz Khan},
title = {Divergence-conforming discontinuous Galerkin finite elements for Stokes eigenvalue problems},
journal = {Numerische Mathematik},
year = 2019,
volume = 144,
number = 3,
pages = {585--614},
month = dec,
doi = {10.1007/s00211-019-01095-x},
publisher = {Springer Science and Business Media {LLC}}
}
@PhDThesis{2019:gerken:dynamic,
author = {Gerken, Thies},
title = {Dynamic Inverse Problems for Wave Phenomena},
school = {Universit{\"a}t Bremen},
year = 2019,
url = {http://nbn-resolving.de/urn:nbn:de:gbv:46-00107730-18}
}
@Article{2019:german.ragusa:reduced-order,
author = {P{\'{e}}ter German and Jean C. Ragusa},
title = {Reduced-order modeling of parameterized multi-group diffusion k-eigenvalue problems},
journal = {Annals of Nuclear Energy},
year = 2019,
volume = 134,
pages = {144--157},
month = dec,
doi = {10.1016/j.anucene.2019.05.049},
publisher = {Elsevier {BV}}
}
@Article{2019:ghesmati.bangerth.ea:residual-based,
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},
year = 2019,
volume = 27,
number = 4,
pages = {237--252},
month = dec,
doi = {10.1515/jnma-2018-0047},
publisher = {Walter de Gruyter {GmbH}}
}
@Article{2019:giuliani:blacknufft,
author = {Nicola Giuliani},
title = {{BlackNUFFT}: Modular customizable black box hybrid parallelization of type 3 {NUFFT} in 3D},
journal = {Computer Physics Communications},
year = 2019,
volume = 235,
pages = {324--335},
month = feb,
doi = {10.1016/j.cpc.2018.10.005},
publisher = {Elsevier {BV}}
}
@PhDThesis{2019:glerum:geodynamics-of-complex-plate-boundary-regions,
author = {Glerum, Anne},
title = {{Geodynamics of complex plate boundary regions}},
school = {{Universiteit Utrecht}},
year = 2019,
url = {https://dspace.library.uu.nl/handle/1874/377338}
}
@Article{2019:gong.chen.ea:quantitative,
author = {Tong Zhao Gong and Yun Chen and Dian Zhong Li and Yan Fei Cao and Pai Xian Fu},
title = {Quantitative comparison of dendritic growth under forced flow between 2D and 3D phase-field simulation},
journal = {International Journal of Heat and Mass Transfer},
year = 2019,
volume = 135,
pages = {262--273},
month = jun,
doi = {10.1016/j.ijheatmasstransfer.2019.01.104},
publisher = {Elsevier {BV}}
}
@Article{2019:gonzalez-valverde.garcia-aznar:agent-based,
author = {Ismael Gonz{\'{a}}lez-Valverde and Jos{\'{e}} Manuel Garc{\'{i}}a-Aznar},
title = {An agent-based and {FE} approach to simulate cell jamming and collective motion in epithelial layers},
journal = {Computational Particle Mechanics},
year = 2019,
volume = 6,
number = 1,
pages = {85--96},
month = jan,
doi = {10.1007/s40571-018-0199-2},
publisher = {Springer Science and Business Media {LLC}}
}
@Article{2019:grayver.driel.ea:three-dimensional,
author = {Grayver, Alexander V. and van Driel, Martin and Kuvshinov, Alexey V.},
title = {Three-dimensional magnetotelluric modelling in spherical {Earth}},
journal = {Geophysical Journal International},
year = 2019,
volume = 217,
number = 1,
pages = {532--557},
publisher = {Oxford University Press},
doi = {10.1093/gji/ggz030}
}
@Article{2019:grayver.olsen:magnetic,
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},
year = 2019,
volume = 46,
number = 8,
pages = {4230--4238},
month = apr,
doi = {10.1029/2019gl082400},
publisher = {American Geophysical Union ({AGU})}
}
@InCollection{2019:guermond.popov.ea:arbitrary,
author = {Jean-Luc Guermond and Bojan Popov and Laura Saavedra and Yong Yang},
title = {Arbitrary Lagrangian-Eulerian Finite Element Method Preserving Convex Invariants of Hyperbolic Systems},
booktitle = {Computational Methods in Applied Sciences},
publisher = {Springer International Publishing},
year = 2019,
pages = {251--272},
doi = {10.1007/978-3-319-78325-3_14}
}
@Article{2019:gulevich.koshelets.ea:bridging,
author = {D. R. Gulevich and V. P. Koshelets and F.~V. Kusmartsev},
title = {Bridging the terahertz gap for chaotic sources with superconducting junctions},
journal = {Physical Review B},
year = 2019,
volume = 99,
number = 6,
month = feb,
doi = {10.1103/physrevb.99.060501},
publisher = {American Physical Society ({APS})},
preprint = {https://arxiv.org/abs/1709.04052}
}
@Article{2019:guo.wu.ea:numerical,
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},
year = 2019,
volume = 24,
number = 04,
pages = {1884--1902},
month = aug,
doi = {10.2118/195580-pa},
publisher = {Society of Petroleum Engineers ({SPE})}
}
@Article{2019:guo.wu.ea:understanding,
author = {X. Guo and K. Wu and J. Killough and J. Tang},
title = {Understanding the Mechanism of Interwell Fracturing Interference With Reservoir/Geomechanics/Fracturing Modeling in Eagle Ford Shale},
journal = {{SPE} Reservoir Evaluation {\&} Engineering},
year = 2019,
volume = 22,
number = 03,
pages = {842--860},
month = feb,
doi = {10.2118/194493-pa},
publisher = {Society of Petroleum Engineers ({SPE})}
}
@Article{2019:hagstrom.kim:complete,
author = {Thomas Hagstrom and Seungil Kim},
title = {Complete radiation boundary conditions for the Helmholtz equation I: waveguides},
journal = {Numerische Mathematik},
year = 2019,
volume = 141,
number = 4,
pages = {917--966},
month = jan,
doi = {10.1007/s00211-018-1012-0},
publisher = {Springer Science and Business Media {LLC}}
}
@Article{2019:hai.bause.ea:modeling,
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},
year = 2019,
volume = 88,
pages = {100--121},
month = jul,
doi = {10.1016/j.jfluidstructs.2019.04.014},
publisher = {Elsevier {BV}}
}
@Article{2019:hai.bause.ea:modeling*1,
author = {Bhuiyan Shameem Mahmood Ebna Hai and Markus Bause and Paul Allen Kuberry},
title = {Modeling concept and numerical simulation of ultrasonic wave propagation in a moving fluid-structure domain based on a monolithic approach},
journal = {Applied Mathematical Modelling},