forked from dealii/publication-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
publications-2017.bib
1778 lines (1606 loc) · 69.1 KB
/
publications-2017.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{2017:adler.emerson.ea:combining,
author = {J. H. Adler and D. B. Emerson and P. E. Farrell and S. P. MacLachlan},
title = {Combining Deflation and Nested Iteration for Computing Multiple Solutions of Nonlinear Variational Problems},
journal = {SIAM J. Sci. Comput., issue 1, B29-B52},
year = 2017,
volume = 39,
doi = {10.1137/16M1058728},
url = {http://epubs.siam.org/doi/abs/10.1137/16M1058728},
preprint = {http://arxiv.org/abs/1601.07383}
}
@Article{2017:agelek.anderson.ea:on,
author = {R. Agelek and M. Anderson and W. Bangerth and W. L. Barth},
title = {On orienting edges of unstructured two- and three-dimensional meshes},
journal = {ACM Transactions on Mathematical Software, article 5},
year = 2017,
volume = 44
}
@Article{2017:aizinger.kosik.ea:anisotropic,
author = {Vadym Aizinger and Adam Kos{\'{i}}k and Dmitri Kuzmin and Balthasar Reuter},
title = {Anisotropic slope limiting for discontinuous Galerkin methods},
journal = {International Journal for Numerical Methods in Fluids},
year = 2017,
volume = 84,
number = 9,
pages = {543--565},
month = jan,
doi = {10.1002/fld.4360},
url = {https://doi.org/10.1002/fld.4360},
publisher = {Wiley}
}
@Article{2017:almani.lee.ea:multirate,
author = {T. Almani and S. Lee and M. F. Wheeler and T. Wick},
title = {Multirate coupling for flow and geomechanics applied to hydraulic fracturing using an adaptive phase-field technique},
journal = {SPE RSC 182610-MS, Feb. 2017, Montgomery, Texas, USA},
year = 2017
}
@Article{2017:almeida-konzen.azevedo.ea:numerical,
author = {Pedro Henrique de Almeida Konzen and F S Azevedo and E Sauter and P R A Zingano},
title = {Numerical Simulations with the Galerkin Least Squares Finite Element Method for the Burgers' Equation on the Real Line},
journal = {{TEMA} (S{\~{a}}o Carlos)},
year = 2017,
volume = 18,
number = 2,
pages = 0287,
month = aug,
doi = {10.5540/tema.2017.018.02.0287},
url = {https://doi.org/10.5540/tema.2017.018.02.0287},
publisher = {Brazilian Society for Computational and Applied Mathematics ({SBMAC})},
preprint = {https://arxiv.org/abs/1605.01109}
}
@MastersThesis{2017:alzetta:core,
author = {G. Alzetta},
title = {Core building blocks for massively parallel multi-physics applications},
school = {SISSA},
year = 2017,
url = {https://iris.sissa.it/retrieve/handle/20.500.11767/68032/61711/Giovanni%20Alzetta.pdf}
}
@Article{2017:araujo.engstrom:on,
author = {Ara\'{u}jo, Juan C. and Engstr\"{o}m, Christian},
title = {On spurious solutions in finite element approximations of resonances in open systems},
journal = {Computers {\&} Mathematics with Applications},
year = 2017,
volume = 74,
number = 10,
pages = {2385--2402},
month = nov,
doi = {10.1016/j.camwa.2017.07.020},
url = {https://doi.org/10.1016/j.camwa.2017.07.020},
publisher = {Elsevier {BV}}
}
@Article{2017:arbogast.hesse.ea:mixed,
author = {Todd Arbogast and Marc A. Hesse and Abraham L. Taicher},
title = {Mixed Methods for Two-Phase Darcy--Stokes Mixtures of Partially Melted Materials with Regions of Zero Porosity},
journal = {{SIAM} Journal on Scientific Computing},
year = 2017,
volume = 39,
number = 2,
pages = {B375--B402},
month = jan,
doi = {10.1137/16m1091095},
url = {http://epubs.siam.org/doi/abs/10.1137/16M1091095},
publisher = {Society for Industrial {\&} Applied Mathematics ({SIAM})}
}
@InProceedings{2017:aristotelous.papanicolaou:numerical,
author = {A. C. Aristotelous and N. C. Papanicolaou},
title = {A numerical study of biofilm growth in a microgravity environment},
booktitle = {AIP Conference Proceedings, volume 1895},
year = 2017,
doi = {10.1063/1.5007418},
url = {https://doi.org/10.1063/1.5007418}
}
@Article{2017:arndt.bangerth.ea:deal-ii,
author = {D. Arndt and W. Bangerth and D. Davydov and T. Heister and L. Heltai and M. Kronbichler and M. Maier and B. Turcksin and D. Wells},
title = {The \texttt{deal.II} Library, Version 8.5},
journal = {Journal of Numerical Mathematics},
year = 2017,
volume = 25,
pages = {137--146},
doi = {10.1515/jnma-2017-0058},
preprint = {https://dealii.org/deal85-preprint.pdf}
}
@Article{2017:austermann.mitrovica.ea:detection,
author = {J. Austermann and J. X. Mitrovica and P. Huybers and A. Rovere},
title = {Detection of a dynamic topography signal in last interglacial sea-level records},
journal = {Science Advances},
year = 2017,
volume = 3,
pages = {e1700457},
url = {http://advances.sciencemag.org/lookup/doi/10.1126/sciadv.1700457},
doi = {10.1126/sciadv.1700457}
}
@Article{2017:avila.meister.ea:adaptive,
author = {A.I. {\'{A}}vila and A. Meister and M. Steigemann},
title = {An adaptive Galerkin method for the time-dependent complex Schr\"{o}dinger equation},
journal = {Applied Numerical Mathematics},
year = 2017,
volume = 121,
pages = {149--169},
month = nov,
doi = {10.1016/j.apnum.2017.06.013},
url = {https://doi.org/10.1016/j.apnum.2017.06.013},
publisher = {Elsevier {BV}}
}
@Article{2017:axelsson.farouq.ea:preconditioner,
author = {O. Axelsson and S. Farouq and M. Neytcheva},
title = {A preconditioner for optimal control problems, constrained by Stokes equation with a time-harmonic control},
journal = {Journal of Computational and Applied Mathematics},
year = 2017,
volume = 310,
pages = {5--18},
url = {http://www.sciencedirect.com/science/article/pii/S0377042716302631}
}
@Article{2017:badnava.etemadi.ea:phase,
author = {H. Badnava and E. Etemadi and M. A. Msekh},
title = {A Phase Field Model for Rate-Dependent Ductile Fracture},
journal = {Metals, article 180},
year = 2017,
volume = 7,
url = {http://www.mdpi.com/2075-4701/7/5/180/htm}
}
@Article{2017:ballani.kressner.ea:multilevel,
author = {Jonas Ballani and Daniel Kressner and Michael D. Peters},
title = {Multilevel tensor approximation of {PDEs} with random data},
journal = {Stochastics and Partial Differential Equations: Analysis and Computations},
year = 2017,
volume = 5,
number = 3,
pages = {400--427},
month = feb,
doi = {10.1007/s40072-017-0092-7},
url = {https://doi.org/10.1007/s40072-017-0092-7},
publisher = {Springer Science and Business Media {LLC}}
}
@Article{2017:basak.levitas:interfacial,
author = {A. Basak and V. I. Levitas},
title = {Interfacial stresses within boundary between martensitic variants: Analytical and numerical finite strain solutions for three phase field models},
journal = {Acta Materialia},
year = 2017,
volume = 139,
pages = {174--187}
}
@Article{2017:bause.radu.ea:error,
author = {M. Bause and F. Radu and U. K\"{o}cher},
title = {Error analysis for discretizations of parabolic problems using continuous finite elements in time and mixed finite elements in space},
journal = {Numerische Mathematik},
year = 2017,
volume = 137,
pages = {773--818},
url = {https://link.springer.com/article/10.1007%2Fs00211-017-0894-6},
doi = {10.1007/s00211-017-0894-6}
}
@Article{2017:bause.radu.ea:space-time,
author = {M. Bause and F. A. Radu and U. K\"{o}cher},
title = {Space-time finite element approximation of the Biot poroelasticity system with iterative coupling},
journal = {Comput. Meth. Appl. Mech. Engrg.},
year = 2017,
volume = 320,
pages = {745--768},
url = {https://www.sciencedirect.com/science/article/pii/S0045782516316164?via%3Dihub}
}
@PhDThesis{2017:beams:high-order-hybrid-methods-using-greens-functions-and-finite-elements,
author = {Beams, Natalie N},
title = {{High-order hybrid methods using Green's functions and finite elements}},
school = {University of Illinois at Urbana-Champaign},
year = 2017,
url = {https://www.ideals.illinois.edu/bitstream/handle/2142/98387/BEAMS-DISSERTATION-2017.pdf?sequence=1}
}
@Article{2017:becerra.akbarzadeh-sharbaf.ea:solving,
author = {D. M. Fernandez Becerra and A. Akbarzadeh-Sharbaf and D. Giannacopoulos},
title = {Solving Finite-Element Time-Domain Problems with GaBP},
journal = {IEEE Transactions on Magnetics PP(99):1-1},
year = 2017
}
@Article{2017:biermann.blum.ea:modelling,
author = {D. Biermann and H. Blum and I. Iovkov and A. Rademacher and K. Rosin and F.-T. Suttmeier},
title = {Modelling, Simulation and Compensation of Thermomechanically Induced Deviations in Deep-Hole Drilling with Minimum Quantity Lubrication},
journal = {In: Biermann D., Hollmann F. (eds): Thermal Effects in Complex Machining Processes. Lecture Notes in Production Engineering. Springer},
year = 2017,
pages = {181--218},
url = {https://doi.org/10.1007/978-3-319-57120-1_10},
doi = {10.1007/978-3-319-57120-1_10}
}
@MastersThesis{2017:boltersdorf:ausarbeitung,
author = {Boltersdorf, Jana},
title = {{A}usarbeitung und {V}ergleich verschiedener {G}itterverfeinerungsstrategien hinsichtlich der parallelen {P}erformance eines {B}randsimulationsprogramms mit adaptiver {G}itterverfeinerung},
school = {Fachhochschule Aachen},
year = 2017,
reportid = {FZJ-2018-00798},
pages = {63 p.},
url = {https://juser.fz-juelich.de/record/842585}
}
@Article{2017:bonetti.freddi.ea:existence,
author = {E. Bonetti and F. Freddi and A. Segatti},
title = {An existence result for a model of complete damage in elastic materials with reversible evolution},
journal = {Continuum Mechanics and Thermodynamics},
year = 2017,
volume = 29,
number = 1,
pages = {31--50},
doi = {10.1007/s00161-016-0520-3},
url = {https://link.springer.com/article/10.1007/s00161-016-0520-3}
}
@PhDThesis{2017:brand:forces-and-flow-of-contractile-networks,
author = {Brand, Christoph Alexander},
title = {{Forces and Flow of Contractile Networks}},
school = {Heidelberg University},
year = 2017,
url = {http://archiv.ub.uni-heidelberg.de/volltextserver/20233/1/thesis20151207.pdf},
doi = {10.11588/heidok.00020233}
}
@MastersThesis{2017:brauer:reduced-order,
author = {P. Br\"{a}uer},
title = {Reduced-Order modeling for transient thermoelasticity with moving sources using global-local bases},
school = {Friedrich-Alexander-Universit\"{a}t Erlangen-N\"{u}rnberg},
year = 2017
}
@Article{2017:bredow.steinberger.ea:how,
author = {E. Bredow and B. Steinberger and R. Gassm\"{o}ller and J. Dannberg},
title = {How plume-ridge interaction shapes the crustal thickness pattern of the R\'{e}union hotspot track},
journal = {Geochem. Geophys. Geosyst.},
year = 2017,
volume = 18,
doi = {10.1002/2017GC006875}
}
@Article{2017:brisard:reconstructing,
author = {S{\'{e}}bastien Brisard},
title = {Reconstructing displacements from the solution to the periodic Lippmann-Schwinger equation discretized on a uniform grid},
journal = {International Journal for Numerical Methods in Engineering},
year = 2017,
volume = 109,
number = 4,
pages = {459--486},
month = jan,
doi = {10.1002/nme.5263},
publisher = {Wiley}
}
@Article{2017:bucci.swamy.ea:modeling,
author = {G. Bucci and T. Swamy and Y.-M. Chiang and W. C. Carter},
title = {Modeling of internal mechanical failure of all-solid-state batteries during electrochemical cycling, and implications for battery design},
journal = {Journals of Materials Chemistry A},
year = 2017,
volume = 5
}
@Article{2017:burger.kenettinkara.ea:approximate,
author = {Raimund B\"{u}rger and Sudarshan Kumar Kenettinkara and David Zor{\'{i}}o},
title = {Approximate Lax-Wendroff discontinuous Galerkin methods for hyperbolic conservation laws},
journal = {Computers {\&} Mathematics with Applications},
year = 2017,
volume = 74,
number = 6,
pages = {1288--1310},
month = sep,
doi = {10.1016/j.camwa.2017.06.019},
url = {https://doi.org/10.1016/j.camwa.2017.06.019},
publisher = {Elsevier {BV}}
}
@Article{2017:cajuhi.sanavia.ea:phase-field,
author = {T. Cajuhi and L. Sanavia and L. De Lorenzis},
title = {Phase-field modeling of fracture in variably saturated porous media},
journal = {Computational Mechanics},
year = 2017,
volume = 61,
number = 3,
pages = {299--318},
month = aug,
doi = {10.1007/s00466-017-1459-3},
url = {https://doi.org/10.1007/s00466-017-1459-3},
publisher = {Springer Nature}
}
@Article{2017:carraro.goll:goal-oriented,
author = {T. Carraro and C. Goll},
title = {A Goal-Oriented Error Estimator for a Class of Homogenization Problems},
journal = {Journal of Scientific Computing, issue 3},
year = 2017,
volume = 71,
pages = {1169--1196},
url = {https://link.springer.com/article/10.1007/s10915-016-0338-y}
}
@Article{2017:carreno.vidal-ferrandiz.ea:multilevel,
author = {A. Carre{\~{n}}o and A. Vidal-Ferrandiz and D. Ginestar and G. Verd\'{u}},
title = {Multilevel method to compute the lambda modes of the neutron diffusion equation},
journal = {Applied Mathematics and Nonlinear Sciences},
year = 2017,
volume = 2,
pages = {225--236}
}
@Article{2017:chandrashekar.zenk:well-balanced,
author = {Praveen Chandrashekar and Markus Zenk},
title = {Well-Balanced Nodal Discontinuous Galerkin Method for Euler Equations with Gravity},
journal = {Journal of Scientific Computing},
year = 2017,
volume = 71,
number = 3,
pages = {1062--1093},
month = jan,
doi = {10.1007/s10915-016-0339-x},
publisher = {Springer Nature}
}
@Article{2017:chandrashekar.zenk:well-balanced*1,
author = {Praveen Chandrashekar and Markus Zenk},
title = {Well-Balanced Nodal Discontinuous {G}alerkin Method for {E}uler Equations with Gravity},
journal = {Journal of Scientific Computing},
year = 2017,
volume = 71,
number = 3,
pages = {1062--1093},
doi = {10.1007/s10915-016-0339-x},
url = {https://link.springer.com/article/10.1007/s10915-016-0339-x},
publisher = {Springer Science and Business Media {LLC}},
preprint = {http://arxiv.org/abs/1511.08739}
}
@Article{2017:charnyi.heister.ea:on,
author = {S. Charnyi and T. Heister and M. A. Olshanskii and L. G. Rebholz},
title = {On conservation laws of Navier-Stokes Galerkin discretizations},
journal = {Journal of Computational Physics},
year = 2017,
volume = 337,
pages = {289--308},
url = {http://www.sciencedirect.com/science/article/pii/S002199911730133X}
}
@PhDThesis{2017:chu:application,
author = {H.-C. Chu},
title = {Application of the fictitious domain method to flow problems with complex geometries},
school = {Texas A\&M University},
year = 2017
}
@PhDThesis{2017:cox:adaptive-large-scale-mantle-convection-simulations,
author = {Cox, S. P.},
title = {{Adaptive large-scale mantle convection simulations}},
school = {University of Leicester},
year = 2017,
url = {https://lra.le.ac.uk/handle/2381/39571}
}
@Article{2017:dannberg.eilon.ea:importance,
author = {J. Dannberg and Z. Eilon and Ulrich Faul and Rene Gassm\"{o}ller and Pritwiraj Moulik and Robert Myhill},
title = {The importance of grain size to mantle dynamics and seismological observations},
journal = {Geochemistry, Geophysics, Geosystems},
year = 2017,
volume = 18,
number = 8,
pages = {3034--3061},
month = aug,
doi = {10.1002/2017gc006944},
url = {https://doi.org/10.1002/2017gc006944},
publisher = {American Geophysical Union ({AGU})}
}
@MastersThesis{2017:david:multi-patch,
author = {K. David},
title = {Multi-patch Discontinuous Galerkin Isogeometric Analysis for Porous Media Flow},
school = {Delft University of Technology, Delft, Netherlands },
year = 2017,
url = {http://repository.tudelft.nl/islandora/object/uuid:85dfa311-2926-4390-a91b-876141e607e0/datastream/OBJ/view}
}
@Article{2017:davydov.gerasimov.ea:convergence,
author = {Denis Davydov and Tymofiy Gerasimov and Jean-Paul Pelteret and Paul Steinmann},
title = {Convergence study of the h-adaptive {PUM} and the hp-adaptive {FEM} applied to eigenvalue problems in quantum mechanics},
journal = {Advanced Modeling and Simulation in Engineering Sciences},
year = 2017,
volume = 4,
number = 1,
pages = {2213--7467},
month = dec,
doi = {10.1186/s40323-017-0093-0},
publisher = {Springer Nature}
}
@Article{2017:deolmi.dahmen.ea:effective,
author = {Giulia Deolmi and Wolfgang Dahmen and Siegfried M\"{u}ller},
title = {Effective Boundary Conditions: A General Strategy and Application to Compressible Flows Over Rough Boundaries},
journal = {Communications in Computational Physics},
year = 2017,
volume = 21,
number = 2,
pages = {358--400},
month = feb,
doi = {10.4208/cicp.oa-2016-0015},
url = {https://doi.org/10.4208/cicp.oa-2016-0015},
publisher = {Global Science Press}
}
@Article{2017:dewitt.solomon.ea:misfit-driven,
author = {S. DeWitt and E. L. S. Solomon and A. R. Natarajan and V. Araulio-Peters and S. Rudrajaru and L. K. Aegesen and B. Puchala and E. A. Marquis and A. van der Ven and K. Thornton and J. E. Allison},
title = {Misfit-driven {\ss}''' precipitate composition and morphology in Mg-Nd alloys},
journal = {Acta Materialia},
year = 2017,
volume = 136,
pages = {378--389},
doi = {10.1016/j.actamat.2017.06.053}
}
@Article{2017:dhillon.milinkovitch.ea:bifurcation,
author = {Daljit Singh J. Dhillon and Michel C. Milinkovitch and Matthias Zwicker},
title = {Bifurcation Analysis of Reaction Diffusion Systems on Arbitrary Surfaces},
journal = {Bulletin of Mathematical Biology},
year = 2017,
volume = 79,
number = 4,
pages = {788--827},
month = feb,
doi = {10.1007/s11538-017-0255-8},
url = {https://doi.org/10.1007/s11538-017-0255-8},
publisher = {Springer Science and Business Media {LLC}}
}
@Article{2017:diehl:review,
author = {M. Diehl},
title = {Review and outlook: Mechanical, thermodynamic, and kinetic continuum modeling of metallic materials at the grain scale},
journal = {MRS Communications},
year = 2017,
volume = 7,
pages = {735--746},
doi = {10.1557/mrc.2017.98}
}
@MastersThesis{2017:dockhorn:turbulence,
author = {T. Dockhorn},
title = {Turbulence modeling for large eddy simulation of incompressible flows using high-order discontinuous Galerkin methods},
school = {Technical University of Munich},
year = 2017,
note = {Bachelor's thesis}
}
@Misc{2017:emerson:posteriori,
author = {D. B. Emerson},
title = {A Posteriori Error Estimators for the Frank-Oseen Model of Liquid Crystals},
year = 2017,
eprint = {1709.06157},
archiveprefix = {arXiv},
primaryclass = {math.NA}
}
@Article{2017:endtmayer.wick:partition-of-unity,
author = {Bernhard Endtmayer and Thomas Wick},
title = {A Partition-of-Unity Dual-Weighted Residual Approach for Multi-Objective Goal Functional Error Estimation Applied to Elliptic Problems},
journal = {Computational Methods in Applied Mathematics},
year = 2017,
volume = 17,
number = 4,
month = jan,
doi = {10.1515/cmam-2017-0001},
url = {https://doi.org/10.1515/cmam-2017-0001},
publisher = {Walter de Gruyter {GmbH}}
}
@Article{2017:ervin.lee.ea:nonlinear,
author = {V. J. Ervin and H. Lee and J. Ruiz-Ramirez},
title = {Nonlinear Darcy fluid flow with deposition},
journal = {Journal of Computational and Applied Mathematics},
year = 2017,
volume = 309,
pages = {79--94},
url = {http://www.sciencedirect.com/science/article/pii/S0377042716302977}
}
@Article{2017:fehn.wall.ea:on,
author = {N. Fehn and W. A. Wall and M. Kronbichler},
title = {On the stability of projection methods for the incompressible Navier-Stokes equations based on high-order discontinuous Galerkin discretizations},
journal = {Journal of Computational Physics},
year = 2017,
volume = 351,
pages = {392--421}
}
@Article{2017:freddi.iurlano:numerical,
author = {F. Freddi and F. Iurlano},
title = {Numerical insight of a variational smeared approach to cohesive fracture},
journal = {Journal of the Mechanics and Physics of Solids},
year = 2017,
volume = 98,
pages = {156--171},
url = {http://www.sciencedirect.com/science/article/pii/S0022509616304860}
}
@Article{2017:fu.ermakov.ea:interior,
author = {Roger R. Fu and Anton I. Ermakov and Simone Marchi and Julie C. Castillo-Rogez and Carol A. Raymond and Bradford H. Hager and Maria T. Zuber and Scott D. King and Michael T. Bland and Maria Cristina De Sanctis and Frank Preusker and Ryan S. Park and Christopher T. Russell},
title = {The interior structure of Ceres as revealed by surface topography},
journal = {Earth and Planetary Science Letters},
year = 2017,
volume = 476,
pages = {153--164},
month = oct,
doi = {10.1016/j.epsl.2017.07.053},
url = {https://doi.org/10.1016/j.epsl.2017.07.053},
publisher = {Elsevier {BV}}
}
@MastersThesis{2017:fuchs:hermite-artige,
author = {A. Fuchs},
title = {Hermite-artige Basisfunktionen f\"{u}r diskontinuierliche Galerkin-Verfahren hoher Ordnung},
school = {Technical University of Munich},
year = 2017,
note = {Bachelor's thesis}
}
@PhDThesis{2017:gallego-valencia:on,
author = {J. P. Gallego-Valencia},
title = {On Runge-Kutta discontinuous Galerkin methods for compressible Euler equations and the ideal magneto-hydrodynamic model},
school = {University of W\"{u}rzburg, Germany},
year = 2017,
url = {https://www.researchgate.net/profile/Juan_Gallego-Valencia/publication/317093976_On_Runge-Kutta_discontinuous_Galerkin_methods_for_compressible_Euler_equations_and_the_ideal_magneto-hydrodynamical_model/links/592978060f7e9b9979a686c2/On-Runge-Kutta-discontinuous-Galerkin-methods-for-compressible-Euler-equations-and-the-ideal-magneto-hydrodynamical-model.pdf}
}
@PhDThesis{2017:gallego-valencia:on-runge-kutta-discontinuous-galerkin-methods-for-compressible-euler-equations-and-the-ideal-magneto-hydrodynamical-model,
author = {J. P. {Gallego Valencia}},
title = {{On Runge-Kutta discontinuous Galerkin methods for compressible Euler equations and the ideal magneto-hydrodynamical model}},
school = {University of W{\"u}rzburg},
year = 2017,
url = {https://www.researchgate.net/profile/Juan_Gallego-Valencia/publication/317093976_On_Runge-Kutta_discontinuous_Galerkin_methods_for_compressible_Euler_equations_and_the_ideal_magneto-hydrodynamical_model/links/592978060f7e9b9979a686c2/On-Runge-Kutta-discontinuous-Galerkin-methods-for-compressible-Euler-equations-and-the-ideal-magneto-hydrodynamical-model.pdf}
}
@Article{2017:ganesan:microstructural-response-of-magnesium-alloys--3d-crystal-plasticity-and-experimental-validation,
author = {Ganesan, S},
title = {{Microstructural Response of Magnesium Alloys: 3D Crystal Plasticity and Experimental Validation}},
year = 2017,
school = {University of Michigan},
url = {http://www-personal.umich.edu/~veeras/papers/sriramthesis.pdf}
}
@Article{2017:garikipati:perspectives,
author = {Krishna Garikipati},
title = {Perspectives on the mathematics of biological patterning and morphogenesis},
journal = {Journal of the Mechanics and Physics of Solids},
year = 2017,
volume = 99,
pages = {192--210},
month = feb,
doi = {10.1016/j.jmps.2016.11.013},
url = {https://doi.org/10.1016/j.jmps.2016.11.013},
publisher = {Elsevier {BV}}
}
@PhDThesis{2017:ghesmati:residual,
author = {A. Ghesmati},
title = {Residual and goal-oriented h- and hp-adaptive finite element; application for elliptic and saddle point problems},
school = {Texas A\&M University},
year = 2017
}
@Article{2017:ghorashi.lahmer.ea:stochastic,
author = {S.Sh. Ghorashi and T. Lahmer and A.S. Bagherzadeh and G. Zi and T. Rabczuk},
title = {A stochastic computational method based on goal-oriented error estimation for heterogeneous geological materials},
journal = {Engineering Geology},
year = 2017,
volume = 225,
pages = {103--113},
month = jul,
doi = {10.1016/j.enggeo.2016.07.012},
url = {https://doi.org/10.1016/j.enggeo.2016.07.012},
publisher = {Elsevier {BV}}
}
@Article{2017:ghorashi.rabczuk:goal-oriented,
author = {S. S. Ghorashi and T. Rabczuk},
title = {Goal-oriented error estimation and mesh adaptivity in 3d elastoplasticity problems},
journal = {International Journal of Fracture, issue 1},
year = 2017,
volume = 203,
pages = {3--19},
url = {https://link.springer.com/article/10.1007/s10704-016-0113-y}
}
@PhDThesis{2017:giuliani:modelling-fluid-structure-interaction-problems-using-boundary-element-method,
author = {Giuliani, N},
title = {{Modelling Fluid Structure Interaction problems using Boundary Element Method}},
school = {Scuola Internazionale Superiore di Studi Avanzati - Trieste},
year = 2017,
url = {https://iris.sissa.it/handle/20.500.11767/57293}
}
@Article{2017:glerum.thieulot.ea:implementing,
author = {A. Glerum and C. Thieulot and M. Fraters and C. Blom and W. Spakman},
title = {Implementing nonlinear viscoplasticity in ASPECT: benchmarking and applications to 3D subduction modeling},
year = 2017,
note = {Submitted},
url = {https://www.solid-earth-discuss.net/se-2017-9/}
}
@MastersThesis{2017:goering:implicit-explicit,
author = {C. Goering},
title = {Implicit-explicit Runge-Kutta methods for acoustics with the hybridizable discontinuous Galerkin method},
school = {Technical University of Munich},
year = 2017
}
@Article{2017:goering:slope,
author = {C. Goering},
title = {Slope limiters and shock capturing for acoustics with HDG discretization},
journal = {Term Paper, Technical University of Munich},
year = 2017
}
@Article{2017:goll.wick.ea:dopelib,
author = {Goll, Christian and Wick, Thomas and Wollner, Winnifried},
title = {{DOpElib}: Differential Equations and Optimization Environment; A Goal Oriented Software Library for Solving {PDEs} and Optimization Problems with {PDEs}},
journal = {Archive of Numerical Software},
year = 2017,
volume = {Vol 5},
pages = {No 2 (2017)},
doi = {10.11588/ANS.2017.2.11815},
url = {http://journals.ub.uni-heidelberg.de/index.php/ans/article/view/11815},
language = {en},
publisher = {Archive of Numerical Software}
}
@Article{2017:grohs.hiptmair.ea:tensor-product,
author = {Philipp Grohs and Ralf Hiptmair and Simon Pintarelli},
title = {Tensor-Product Discretization for the Spatially Inhomogeneous and Transient Boltzmann Equation in Two Dimensions},
journal = {{SMAI} Journal of Computational Mathematics},
year = 2017,
volume = 3,
pages = {219--248},
doi = {10.5802/smai-jcm.26},
url = {https://doi.org/10.5802/smai-jcm.26},
publisher = {Cellule {MathDoc}/{CEDRAM}}
}
@PhDThesis{2017:grove:discretizations,
author = {Ryan R. Grove},
title = {Discretizations \& Efficient Linear Solvers for Problems Related to Fluid Flow},
school = {Clemson University},
year = 2017,
url = {https://tigerprints.clemson.edu/all_dissertations/1985/}
}
@Article{2017:guermond.luna.ea:conservative,
author = {J.-L. Guermond and M. Quesada de Luna and T. Thompson},
title = {An conservative anti-diffusion technique for the level set method},
journal = {Journal of Computational and Applied Mathematics},
year = 2017,
volume = 321,
pages = {448--468},
url = {http://www.sciencedirect.com/science/article/pii/S037704271730081X}
}
@Article{2017:guermond.popov.ea:invariant,
author = {Jean-Luc Guermond and Bojan Popov and Laura Saavedra and Yong Yang},
title = {Invariant Domains Preserving Arbitrary Lagrangian Eulerian Approximation of Hyperbolic Systems with Continuous Finite Elements},
journal = {{SIAM} Journal on Scientific Computing},
year = 2017,
volume = 39,
number = 2,
pages = {A385--A414},
month = jan,
doi = {10.1137/16m1063034},
url = {https://doi.org/10.1137/16m1063034},
publisher = {Society for Industrial {\&} Applied Mathematics ({SIAM})}
}
@Article{2017:gupta.veen.ea:bounds,
author = {D. K. Gupta and G. J. van der Veen and A. M. Aragon and M. Langelaar and F. van Keulen},
title = {Bounds for decoupled design and analysis discretizations in topology optimization},
journal = {International Journal for Numerical Methods in Engineering},
year = 2017,
note = {In press},
url = {http://onlinelibrary.wiley.com/doi/10.1002/nme.5455/full}
}
@Article{2017:hai.bause:finite,
author = {B. S. M. Ebna Hai and M. Bause},
title = {Finite Element Approximation of Fluid-Structure Interaction (FSI) Problem with Coupled Wave Propagation},
journal = {In proceedings of: the 88 th GAMM Annual Meeting of the International Association of Applied Mathematics and Mechanics, March 6--10, Weimar, Germany. In: PAMM - Proceedings in Applied Mathematics and Mechanics},
year = 2017
}
@Article{2017:hai.bause:mathematical,
author = {B. S. M. Ebna Hai and M. Bause},
title = {Mathematical Modelling and Numerical Simulation of the On-line Structural Health Monitoring System},
journal = {In proceedings of: the 11 th International Workshop on Structural Health Monitoring, Structural Health Monitoring 2017, Sept 12--14, Stanford University, CA, USA. In: F-K. Chang and F. Kopsaftopoulos (Ed.), ``Structural Health Monitoring 2017: Real-Time Material State Awareness and Data-Driven Safety Assurance.''},
year = 2017
}
@PhDThesis{2017:hai:finite,
author = {B. S. M. Ebna Hai},
title = {Finite Element Approximation of Ultrasonic Wave Propagation under Fluid-Structure Interaction for Structural Health Monitoring Systems},
school = {Helmut Schmidt University-University of the Federal Armed Forces Hambur, Germany},
year = 2017
}
@MastersThesis{2017:haider:numerical,
author = {S. Haider},
title = {Numerical analysis and comparison of high performance incompressible Navier Stokes equations solvers based on the discontinuous Galerkin Method},
school = {Technical University of Munich},
year = 2017
}
@MastersThesis{2017:hanowski:numerical,
author = {C. Hanowski},
title = {Numerical Homogenisation of Magneto-Active Materials},
school = {Friedrich-Alexander-Universit\"{a}t Erlangen-N\"{u}rnberg},
year = 2017,
note = {Project thesis}
}
@Article{2017:harting.marciniak-czochra.ea:stable,
author = {Steffen H{\"a}rting and Anna Marciniak-Czochra and Izumi Takagi},
title = {Stable patterns with jump discontinuity in systems with Turing instability and hysteresis},
journal = {Discrete and Continuous Dynamical Systems},
year = 2017,
volume = 37,
number = 2,
pages = {757--800},
doi = {10.3934/dcds.2017032},
url = {https://www.aimsciences.org/article/doi/10.3934/dcds.2017032},
publisher = {American Institute of Mathematical Sciences ({AIMS})},
preprint = {http://arxiv.org/abs/1506.00881}
}
@Article{2017:he.puckett.ea:discontinuous,
author = {Y. He and E. G. Puckett and M. I. Billen},
title = {A Discontinuous Galerkin Method with a Bound Preserving Limiter for the Advection of non-Diffusive Fields in Solid Earth Geodynamics},
journal = {Physics of the Earth and Planetary Interiors},
year = 2017,
volume = 263,
pages = {23--37},
url = {http://www.sciencedirect.com/science/article/pii/S0031920116300747}
}
@Article{2017:heister.dannberg.ea:high,
author = {T. Heister and J. Dannberg and R. Gassm\"{o}ller and W. Bangerth},
title = {High Accuracy Mantle Convection Simulation through Modern Numerical Methods. II: Realistic Models and Problems},
journal = {Geophysical Journal International},
year = 2017,
volume = 210,
pages = {833--851},
url = {https://doi.org/10.1093/gji/ggx195},
doi = {10.1093/gji/ggx195}
}
@InCollection{2017:hinze.kunkel.ea:model,
author = {Michael Hinze and Martin Kunkel and Ulrich Matthes and Morten Vierling},
title = {Model Order Reduction of Integrated Circuits in Electrical Networks},
booktitle = {Mathematics in Industry},
publisher = {Springer International Publishing},
year = 2017,
pages = {1--37},
doi = {10.1007/978-3-319-07236-4_1},
url = {https://doi.org/10.1007/978-3-319-07236-4_1}
}
@PhDThesis{2017:holmgren:modelling-of-moving-contact-lines-in-two-phase-flows,
author = {Holmgren, H},
title = {{Modelling of Moving Contact Lines in Two-Phase Flows}},
school = {Uppsala University},
year = 2017,
url = {http://www.diva-portal.org/smash/record.jsf?pid=diva2:1139929}
}
@InProceedings{2017:horak.straub.ea:epicyclic,
author = {J. Hor{\'a}k and O. Straub and E. {\v{S}}r{\'a}mkov{\'a} and K. Goluchov{\'{a}} and G. T{\"{o}}r{\"{o}}k},
title = {Epicyclic oscillations of thick relativistic disks},
editor = {Z. Stuchl{\'i}k, G. Tor{\"o}k and V. Karas},
booktitle = {Proceedings of RAGtime 2015/2016/2017, Opava, Czech Republic},
year = 2017,
pages = {47--59},
url = {http://proceedings.physics.cz/images/proc17/hor2.pdf}
}
@Article{2017:hwang.fish.ea:software,
author = {Lorraine Hwang and Allison Fish and Laura Soito and MacKenzie Smith and Louise H. Kellogg},
title = {Software and the Scientist: Coding and Citation Practices in Geodynamics},
journal = {Earth and Space Science},
year = 2017,
volume = 4,
number = 11,
pages = {670--680},
month = nov,
doi = {10.1002/2016ea000225},
url = {https://doi.org/10.1002/2016ea000225},
publisher = {American Geophysical Union ({AGU})}
}
@Article{2017:jansen.sohrabi.ea:hulk,
author = {G. Jansen and R. Sohrabi and S. A. Miller},
title = {HULK -- Simple and fast generation of structured hexahedral meshes for improved subsurface simulations},
journal = {Computers \& Geoscience},
year = 2017,
volume = 99,
pages = {159--170},
url = {http://www.sciencedirect.com/science/article/pii/S0098300416307063}
}
@Article{2017:jodlbauer.wick:monolithic,
author = {D. Jodlbauer and T. Wick},
title = {A monolithic FSI solver applied to the FSI 1,2,3 benchmarks},
journal = {In: Fluid-Structure Interaction: Modeling, Adaptive Discretization and Solvers, S. Frei and B. Holm and T. Richter and T. Wick and H. Yang (eds.), Walter de Gruyter},
year = 2017
}
@PhDThesis{2017:joos:microstructural-characterisation--modelling-and-simulation-of-solid-oxide-fuel-cell-cathodes,
author = {Joos, J},
title = {{Microstructural Characterisation, Modelling and Simulation of Solid Oxide Fuel Cell Cathodes}},
school = {Karlsruhe Institute of Technology},
year = 2017,
url = {https://publikationen.bibliothek.kit.edu/1000064791/4189242}
}
@MastersThesis{2017:kan:finite,
author = {Kan, Duygu},
title = {Finite element solution for 2-D and 3-D acoustic scattering problem},
school = {\.{I}stanbul Teknik \"{U}niversitesi},
year = 2017,
url = {https://acikbilim.yok.gov.tr/handle/20.500.12812/128565}
}
@Article{2017:kanschat.lazarov.ea:geometric,
author = {G. Kanschat and R. Lazarov and Y. Mao},
title = {Geometric Multigrid for Darcy and Brinkman models of flows in highly heterogeneous porous media: A numerical study},
journal = {Journal of Computational and Applied Mathematics},
year = 2017,
volume = 310,
pages = {174--185},
url = {http://www.sciencedirect.com/science/article/pii/S0377042716302333}
}
@Article{2017:karban.dolezel:fully,
author = {Pavel Karban and Ivo Dole{\v{z}}el},
title = {Fully adaptive higher-order finite element analysis of fast transient phenomena on overhead lines},
journal = {Electrical Engineering},
year = 2017,
volume = 99,
number = 4,
pages = {1255--1261},
month = aug,
doi = {10.1007/s00202-017-0629-9},
url = {https://doi.org/10.1007/s00202-017-0629-9},
publisher = {Springer Science and Business Media {LLC}}
}
@Article{2017:karrecha.abbassi.ea:self-consistent,
author = {A. Karrecha and F. Abbassi and H. Basarir and M. Attar},
title = {Self-consistent fractal damage of natural geo-materials in finite strain},
journal = {Mechanics of Materials, pp. 107--120},
year = 2017,
volume = 104,
url = {https://www.degruyter.com/view/j/cmam.2016.16.issue-4/cmam-2016-0023/cmam-2016-0023.xml}
}
@Article{2017:kauffman.sheldon.ea:overset,
author = {Justin A. Kauffman and Jason P. Sheldon and Scott T. Miller},
title = {Overset meshing coupled with hybridizable discontinuous Galerkin finite elements},
journal = {International Journal for Numerical Methods in Engineering},
year = 2017,
volume = 112,
number = 5,
pages = {403--433},
month = mar,
doi = {10.1002/nme.5512},
url = {https://doi.org/10.1002/nme.5512},
publisher = {Wiley}
}
@InProceedings{2017:kodanganallur-narayanan:parallel-particle-in-cell-performance-optimization--a-case-study-of-electrospray-simulation,
author = {{Kodanganallur Narayanan}, Ramachandran},
title = {{Parallel Particle-in-Cell Performance Optimization: A Case Study of Electrospray Simulation}},
booktitle = {2017 {IEEE} International Parallel and Distributed Processing Symposium Workshops ({IPDPSW})},
year = 2017,
month = may,
publisher = {{IEEE}},
doi = {10.1109/ipdpsw.2017.160}
}
@InProceedings{2017:korous.karban.ea:distributed,
author = {Korous, L and Karban, P and Skala, J},
title = {Distributed Implicit Discontinuous Galerkin {MHD} Solver},
booktitle = {Proceedings of the 2017 CompuMag conference},
year = 2017,
url = {http://www.compumag.org/CMAG2017/[PD-A7-13]_492.pdf}
}
@Article{2017:kramer.kullmer.ea:semi-lagrangian,
author = {Andreas Kr\"{a}mer and Knut K\"{u}llmer and Dirk Reith and Wolfgang Joppich and Holger Foysi},
title = {Semi-Lagrangian off-lattice Boltzmann method for weakly compressible flows},
journal = {Physical Review E},
year = 2017,
volume = 95,
number = 2,
month = feb,
doi = {10.1103/physreve.95.023305},
url = {https://doi.org/10.1103/physreve.95.023305},
publisher = {American Physical Society ({APS})}
}
@PhDThesis{2017:kramer:lattice-boltzmann-methoden,
author = {Andreas Kr{\"a}mer},
title = {Lattice-{B}oltzmann-{M}ethoden zur {S}imulation inkompressibler {W}irbelstr{\"o}mungen},
school = {Universit{\"a}t Siegen},
year = 2017,
url = {https://dspace.ub.uni-siegen.de/handle/ubsi/1237}
}
@Article{2017:krank.fehn.ea:high-order,
author = {B. Krank and N. Fehn and W. A. Wall and M. Kronbichler},
title = {A high-order semi-explicit discontinuous Galerkin solver for 3D incompressible flow with application to DNS and LES of turbulent channel flow},
journal = {Journal of Computational Physics},
year = 2017,
volume = 348,
pages = {634--659}
}
@Article{2017:kronbichler.kormann.ea:fast,
author = {M. Kronbichler and K. Kormann and I. Pasichnyk and M. Allalen},
title = {Fast matrix-free discontinuous Galerkin kernels on modern computer architectures},
journal = {ISC High Performance 2017, LNCS 10266},
year = 2017,
pages = {237--255},
url = {https://dx.doi.org/10.1007/978-3-319-58667-0_13}
}
@Article{2017:kronbichler.kreiss:phase-field,
author = {M. Kronbichler and G. Kreiss},
title = {A phase-field microscale enhancement for macro models of capillary-driven contact point dynamics},
journal = {The Journal for Computational Multiphase Flows},
year = 2017,
url = {http://dx.doi.org/10.1177/1757482X17700148}
}
@Article{2017:kynch.ledger:resolving,
author = {R.M. Kynch and P.D. Ledger},
title = {Resolving the sign conflict problem for hp-hexahedral N{\'{e}}d{\'{e}}lec elements with application to eddy current problems},
journal = {Computers {\&} Structures},
year = 2017,
volume = 181,
pages = {41--54},
month = mar,
doi = {10.1016/j.compstruc.2016.05.021},
url = {https://doi.org/10.1016/j.compstruc.2016.05.021},
publisher = {Elsevier {BV}}
}
@Article{2017:lee.wheeler.ea:initialization,
author = {S. Lee and M. F. Wheeler and T. Wick and S. Srinivasan},
title = {Initialization of phase-field fracture propagation in porous media using probability maps of fracture networks},
journal = {Mechanics Research Communications, pp. 16--23},
year = 2017,
volume = 80,
url = {http://www.sciencedirect.com/science/article/pii/S0093641316300106},
doi = {10.1016/j.mechrescom.2016.04.002}
}