-
Notifications
You must be signed in to change notification settings - Fork 0
/
references.bib
8287 lines (7309 loc) · 280 KB
/
references.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
%% Common cs/scorec bibtex file
%% $Id: references.bib 8 2011-08-25 19:16:36Z terescoj $
%%
%% BEGIN string defintions
%%
@string{IJNME = "Int. J. Numer. Meth. Engng."}
@string{IJNMF = "Int. J. Numer. Meth. Fluids"}
@String{j-IJSAHPC = "The International Journal of
Supercomputer Applications and High
Performance Computing"}
@string{IEEETC = "IEEE Trans. Computers"}
@string{IEEETPDS = "IEEE Trans. Parallel and Distrib. Syst."}
@string{IEEETCAD = "IEEE Trans. Computer Aided Design"}
@string{ANM = "Appl. Numer. Math."}
@string{JSC = "J. Supercomputing"}
@string{JCP = "J. Comput. Phys."}
@string{SIAMJNA = "SIAM J. Numer. Anal"}
@string{CSE = "Comp. Sys. Engng."}
@string{SIAMJMAA = "SIAM J. Mat. Anal. Appl."}
%% JOURNAL = {SIAM Journal on Scientific and Statistical Computing},
@string{SIAMJSSC = "SIAM J. Scien. Stat. Comput."}
@string{AIAAJ = "AIAA J."}
%% Parallel Computing
@string{JPC = "Parallel Comput."}
@STRING{CMAME = "Comput. Methods Appl. Mech. Engrg."}
@STRING{JPDC = "J. Parallel Distrib. Comput."}
@STRING{SIAMJSC = "SIAM J. Scien. Comput."}
@STRING{SIREV = "SIAM Review"}
@STRING{FGCS = "Future Generation Comput. Syst."}
@STRING{AMM = "Appl. Math. Modelling"}
@STRING{JCSC = "J. Comput. Small Coll."}
%%
%% BEGIN database definitions
%%
@article{adjerid86a,
author= "Slimane Adjerid and Joseph E. Flaherty",
title = "A moving finite element method for time dependent partial
with error estimation and refinement",
journal = SIAMJNA,
volume = "23",
pages = "778-796",
year = "1986"
}
% Was AF86
@article{adjerid86b,
author= "Slimane Adjerid and Joseph E. Flaherty",
title = "A Moving Mesh Finite Element Method with Local Refinement for
Parabolic Partial Differential Equations",
journal = CMAME,
volume = "55",
pages = "3-26",
year = "1986"
}
%was adfnumer
@ARTICLE{adjerid88a,
AUTHOR = {S. Adjerid and J. E. Flaherty},
TITLE = {Second-Order Finite Element Approximations
and A Posteriori Error Estimation for
Two-Dimensional Parabolic Systems},
JOURNAL = {Numer.\ Math.},
VOLUME = {53},
YEAR = {1988},
PAGES = {183--198}
}
% previously known as AdFlMoWa
@ARTICLE{adjerid92a,
AUTHOR = {S. Adjerid and J. E. Flaherty and P. Moore and Y. Wang},
JOURNAL = {Physica-D},
PAGES = {94--111},
TITLE = {High-Order Adaptive Methods for Parabolic Systems},
VOLUME = {60},
YEAR = {1992}
}
@article{AFH98,
author = "S. Adjerid and J.E. Flaherty and J.B. Hudson and M.S.
Shephard",
title = "Modeling and the adaptive solution of {CVD} fiber-coating
processes",
journal = CMAME,
volume = "172",
pages = "293--308",
year = "1999",
}
%% AAF99 in Joe's file
@inProceedings{adjerid99a,
author = "S. Adjerid and M. Aiffa and J. E. Flaherty",
title = "Computational methods for singularly perturbed systems",
booktitle = "Analyzing Multiscale Phenomena Using Singular Perturbation Methods",
editor = "J. Cronin and R. E. {O'Malley Jr.}",
publisher = "AMS",
address = "Providence",
year = "1999"
}
%% AAF99b in Joe's file
@article{adjerid99b,
author = {S. Adjerid and M. Aiffa and J. E. Flaherty},
title = {Hierarchical finite element bases for triangular and
tetrahedral elements},
journal = CMAME,
volume = "190",
number = "22--23",
pages = "2925--2941",
year = "2001"
}
@Misc{agafonkin17a,
author = {Vladimir Agafonkin},
title = {Leaflet: an open-source {JavaScript} library for mobile-friendly interactive maps},
howpublished = {\url{https://leafletjs.com}},
year = {2017}
}
@ARTICLE{agarwal86,
AUTHOR = {Anant Agarwal, Richard Sites, Mark Horiwitz},
TITLE = {{ATUM}: A New Technique for Capturing Address Traces Using Microcode},
JOURNAL = {IEEE},
YEAR = {1986},
}
@Book{agarwal87,
author = {A. Agarwal},
title = {Analysis of Cache Performance for Operating Systems and Multiprogramming},
publisher = {Stanford University},
year = {1987}
}
@inproceedings{aggarwal03a,
author = {Gagan Aggarwal and Rajeev Motwani and An Zhu},
title = {The load rebalancing problem},
booktitle = {SPAA '03: Proc. 15th annual ACM symposium on parallel algorithms and architectures},
year = {2003},
isbn = {1-58113-661-7},
pages = {258--265},
location = {San Diego, California, USA},
doi = {http://doi.acm.org/10.1145/777412.777460},
publisher = {ACM Press},
address = {New York, USA}
}
@BOOK{agha:86a,
AUTHOR = "G. Agha",
TITLE = "Actors: A Model of Concurrent Computation in Distributed Systems",
PUBLISHER = "MIT Press",
YEAR = 1986}
%% agha-dcca-93 in Varela file
@INPROCEEDINGS{agha93a,
AUTHOR = {G. Agha and S. Fr\o{}lund and R. Panwar and
D. Sturman},
TITLE = {A Linguistic Framework for Dynamic Composition of
Dependability Protocols},
BOOKTITLE = {Dependable Computing for Critical Applications III},
YEAR = {1993},
pages = "345--363",
ORGANIZATION = {International Federation of Information Processing
Societies (IFIP)},
PUBLISHER = {Elsevier Science Publisher}
}
%% Also cited as agha-coordination-2001
@InCollection{agha01a,
author = {G. Agha and N. Jamali and C. Varela},
editor = {A. Ominici and F. Zambonelli and M. Klusch and R. Tolksdorf},
booktitle = {Coordination of Internet Agents},
title = {{Agent Naming and Coordination: Actor Based Models and
Infrastructures}},
publisher = {Springer-Verlag},
chapter = 9,
year = 2001,
pages = "225-248"
}
%% agha-varela-wwcmiddleware-2004 in Varela file
@InCollection{agha04a,
author = {G. Agha and C. Varela},
title = {Worldwide Computing Middleware},
booktitle = {Practical Handbook on Internet Computing},
publisher = {CRC Press},
year = 2004,
editor = {M. Singh}
}
@INPROCEEDINGS{agrawal93,
AUTHOR = {Gagan Agrawal and Alan Sussman and Joel Saltz},
BOOKTITLE = {Proc. Supercomputing 93},
PAGES = {578--587},
PUBLISHER = {IEEE Computer Society Press},
TITLE = {Compiler and runtime support for structured and block structured applications},
ADDRESS = {Los Alamitos, CA},
YEAR = {1993}
}
@InProceedings{allen01a,
author = {G. Allen and T. Dramlitsch and I. Foster and N.T. Karonis and M. Ripeanu and E. Seidel and B. Toonen},
title = {Supporting Efficient Execution in Heterogeneous Distributed Computing Environments with Cactus and {G}lobus},
booktitle = {Proc. SC01},
year = {2001},
address = {Denver},
}
@ARTICLE{alnasra91a,
AUTHOR = {M. Al-Nasra and D. T. Nguyen},
TITLE = {An algorithm for domain decomposition in
finite element analysis},
JOURNAL = {Computers and Structures},
VOLUME = {39},
PAGES = {277--289},
YEAR = {1991}
}
@InProceedings{aluru97a,
author = {Srinivas Aluru and Fatih Sevilgen},
title = {Parallel Domain Decomposition and Load Balancing Using Space-Filling Curves},
booktitle = {Proc. International Conference on High-Performance Computing},
pages = {230--235},
year = {1997}
}
% was: anderson2001taxonomy,
@article{anderson01a,
title={A taxonomy for learning, teaching and assessing: A revision of Bloom’s taxonomy},
author={Anderson, Lorin W and Krathwohl, David R and Airasian, P and Cruikshank, K and Mayer, R and Pintrich, P and Raths, J and Wittrock, M},
journal={New York. Longman Publishing. Artz, AF, \& Armour-Thomas, E.(1992). Development of a cognitive-metacognitive framework for protocol analysis of mathematical problem solving in small groups. Cognition and Instruction},
volume={9},
number={2},
pages={137--175},
year={2001}
}
@Article{anselmo93a,
author = {A. Anselmo and V. Prasad and J. Koziol and K. P. Gupta},
title = {Oscillatory Convection in Low Aspect Ratio Czochralski Melts},
journal = {J. Crystal Growth},
year = {1993},
volume = {134},
pages = {116--39}
}
@InProceedings{appleby05a,
author = {Karen Appleby and German Goldszmidt},
title = {Using Automatically Derived Load Thresholds to Manage Compute Resources On-Demand},
booktitle = {Proc. 9th IFIP/IEEE Symposium on Integrated Network Management},
pages = {747--760},
year = {2005}
}
@TECHREPORT{arabe96,
AUTHOR = {Jose Nagib Cotrim Arabe and Adam
Beguelin and Bruce Lowekamp and Erik Seligman and
Mike Starkey and Peter Stephan},
ADDRESS = {School of Computer Science},
INSTITUTION = {Carnegie Mellon University},
NUMBER = {CMU-CS-95-137},
TITLE = {Dome: Parallel programming in a
heterogeneous multi-user environment},
TYPE = {Tech. Report},
MONTH = {April},
YEAR = {1995}
}
@INPROCEEDINGS{arms93,
AUTHOR = {James B. Armstrong and Daniel W. Watson and Howard J. Siegel},
BOOKTITLE = {Software for Parallel Computation},
EDITOR = {Janusz S. Kowalik and Lucio Grandinetti},
PAGES = {134--148},
PUBLISHER = {Springer-Verlag, Berlin-Heidelberg},
TITLE = {Software issues for the PASM parallel processing system},
YEAR = {1993}
}
%% , England
%% ARMS91 in Dr. Shephard's .bib file
@book{armstrong91a,
editor = "C. G. Armstrong",
title = "Advances in Engng. Software",
publisher = "Computational Mechanics Publ.",
address= "Southhampton",
volume = "13:5/6",
year = "1991"}
@ARTICLE{arney89a,
AUTHOR = {David C. Arney and Joseph E. Flaherty},
JOURNAL = ANM,
PAGES = {257--274},
TITLE = {An adaptive local mesh refinement method for
time-dependent partial differential equations},
VOLUME = {5},
YEAR = {1989}
}
@ARTICLE{arney90a,
AUTHOR = {David C. Arney and Joseph E. Flaherty},
JOURNAL = {ACM Transactions on Mathematical Software},
PAGES = {48--71},
TITLE = {An adaptive mesh-moving and local refinement method for
time-dependent partial differential equations},
VOLUME = {16},
NUMBER = {1},
YEAR = {1990}
}
%% Arvind90 in baden.bib
@article{arvind90a,
author = "Arvind and R. S. Nikhil",
TITLE="Executing a Program on the {MIT} Tagged-Token Dataflow Architecture",
journal="IEEE Transactions on Computers",
month=March,
year=1990,
volume=39,
number=3,
pages="300-318"
}
@INPROCEEDINGS{ashok94,
AUTHOR = {Immaneni Ashok and John Zahorjan},
BOOKTITLE = {Proc. SHPCC 94},
PAGES = {168-175},
PUBLISHER = {IEEE Computer Society Press},
TITLE = {{Adhara}: runtime support for dynamic space-based applications on distributed memory {MIMD} multiprocessors},
ADDRESS = {Knoxville, TN},
YEAR = {1994}
}
%% babb84:lgdf in baden.bib
@article{babb84a,
author = "Babb, R.G., {II}",
title = "Parallel Processing With Large-Grain Data Flow Technique",
journal = "Computer",
volume = "17",
number = "7",
month = "July",
publisher = "IEEE",
pages = "55--61",
year = "1984"
}
%% was babszakat
@ARTICLE{babuska81a,
AUTHOR = {I. Babu\v{s}ka and B. A. Szabo and I. N. Katz},
TITLE = {The p-Version of The Finite Element Method},
JOURNAL = SIAMJNA,
VOLUME = {18},
YEAR = {1981},
PAGES = {515--545}
}
%% was babuska
@InCollection{babuska88a,
author = {I. Babu\v{s}ka},
title = {The p- and hp-Versions of the
Finite Element Method. The State of the Art},
booktitle = {Finite Elements: Theory and Applications},
publisher = {Springer-Verlag},
YEAR = {1988}
}
%% baden98:sc98 in baden.bib
@inproceedings{baden98a,
author = "Scott B. Baden and Stephen J. Fink",
title = "Communication overlap in multi-tier parallel algorithms",
booktitle = "Proc. of SC '98",
year = 1998,
month = "November",
address = "Orlando, Florida"
}
%% baden00:tse in baden.bib
@Article{baden00a,
author = {S. B. Baden and S. J. Fink},
title = {A Programming Methodology for Dual-tier Multicomputers},
journal = {IEEE Transactions on Software Engineering},
year = {2000},
volume = {26},
number = {3},
pages = {212--216}
}
%% baden01:iccs in baden.bib
@InProceedings{baden01a,
author = {S. B. Baden and D. Shalit},
title = {Performance tradeoffs in multi-tier formulation of a finite difference method},
booktitle = {Proc. 2001 International Conference on Computational Science},
year = {2001},
address = {San Francisco}
}
@Article{baehmann87a,
author = {P. L. Baehmann and S. L. Wittchen and M. S. Shephard and K. R. Grice and M. A. Yerry},
title = {Robust, geometrically based, automatic two-dimensional mesh generation},
journal = IJNME,
year = {1987},
volume = {24},
pages = {1043--1078}
}
@InProceedings{bader02a,
author = {David A. Bader and Bernard M. E. Moret and Peter Sanders},
title = {Algorithm Engineering for Parallel Computation},
booktitle = {Experimental Algorithmics From Algorithm Design to Robust and Efficient Software},
pages = {1--23},
year = {2002},
editor = {Rudolf Fleischer and Bernhard Moret and Erik Meineche Schmidt},
volume = {2547},
series = {LNCS},
publisher = {Springer}
}
@TechReport{bailey95a,
author = {D. Bailey and T. Harris and W. Saphir and
R. van~der~Wijngaart and A. Woo and M. Yarrow},
title = {The {NAS} parallel benchmarks 2.0},
institution = {NASA Ames Research Center},
year = {1995},
type = {Tech. Report},
number = {NAS-95-020}
}
@Book{bailey07a,
author = {Duane A. Bailey},
title = {Java Structures, Data Structures in Java for the Principled Programmer},
year = {2007},
note = {\url{http://www.cs.williams.edu/~bailey/JavaStructures/Welcome.html}},
edition = {$\sqrt{7}$}
}
@INPROCEEDINGS{balsara92,
AUTHOR = {D. Balsara and M. Lemke and Daniel Quinlan},
BOOKTITLE = {Proc. American Society of
Mechanical Engineers, Winter Annual Meeting,
Symposium on Adaptive, Multilevel, and
Hierarchical Computational Strategies},
TITLE = {{AMR}++, a {C}++ Object Oriented Class
Library for Parallel Adaptive Mesh Refinement Fluid
Dynamics Applications},
ADDRESS = {Anaheim, CA},
MONTH = {November},
YEAR = {1992}
}
%% superceded by bank00a
@UNPUBLISHED{bank99aold,
AUTHOR = {Randolph E. Bank and Michael J. Holst},
TITLE = {A new paradigm for parallel adaptive meshing algorithms},
YEAR = {2000},
NOTE = {{\em SIAM J. on Scientific Computing}, to appear}
}
@Article{bank00a,
author = {Randolph E. Bank and Michael J. Holst},
title = {A new paradigm for parallel adaptive meshing algorithms},
journal = SIAMJSC,
year = {2000},
volume = {22},
pages = {1411--1443}
}
@TechReport{banicescu95a,
author = {Ioana Banicescu and Susan {Flynn Hummel}},
title = {Balancing Processor Loads and Exploiting Data Locality in Irregular Computations},
institution = {IBM T.J. Watson Research Center},
year = {1995},
type = {IBM Research Report},
number = {RC-19934}
}
@InProceedings{banicescu95b,
author = {Ioana Banicescu and Susan {Flynn Hummel}},
title = {Balancing Processor Loads and Exploiting Data Locality in {N-body} Simulations},
booktitle = {Proc. Supercomputing '95},
year = {1995}
}
@Book{barak93a,
author = {A. Barak and S. Guday and R. Wheeler},
title = {The {MOSIX} Distributed Operating System, Load Balancing for {UNIX}},
publisher = {Springer-Verlag},
year = {1993},
volume = {672},
series = {Lecture Notes in Computer Science}
}
% Xen reference
@inproceedings{barham03a,
author = {Paul Barham and Boris Dragovic and Keir Fraser and Steven Hand and Tim Harris and Alex Ho and Rolf Neugebauer and Ian Pratt and Andrew Warfield},
title = {Xen and the art of virtualization},
booktitle = {SOSP '03: Proc. 19th ACM symposium on operating systems principles},
year = {2003},
isbn = {1-58113-757-5},
pages = {164--177},
location = {Bolton Landing, NY, USA},
doi = {http://doi.acm.org/10.1145/945445.945462},
publisher = {ACM Press},
address = {New York, USA},
}
%% PREMA
@InProceedings{barker03a,
author = {Kevin J. Barker and Nikos P. Chrisochoides},
title = {An Evaluation of a Framework for the Dynamic Load Balancing of Highly Adaptive and Irregular Parallel Applications},
booktitle = {Proc. Supercomputing 2003},
year = {2003},
address = {Phoenix}
}
@ARTICLE{barnard94a,
AUTHOR = {Stephen T. Barnard and Horst D. Simon},
JOURNAL = {Concurrency: Practice and Experience},
PAGES = {101--117},
TITLE = {Fast multilevel implementation of recursive spectral bisection for partitioning unstructured problems},
VOLUME = {6},
NUMBER = {2},
YEAR = {1994}
}
@INPROCEEDINGS{barnard95a,
AUTHOR = {Stephen T. Barnard},
EDITOR = {Frank Baker and Janus Wehmer},
BOOKTITLE = {Proc. Supercomputing '95},
TITLE = {{PMRSB}: parallel multilevel recursive spectral bisection},
ADDRESS = {San Diego},
MONTH = {December},
YEAR = {1995}
}
@InProceedings{barnard99a,
author = {S. Barnard and R. Biswas and S. Saini and R. Van~der~Wijngaart and M. Yarrow and L. Zechter and I. Foster and O. Larsson},
title = {Large-Scale Distributed Computational Fluid Dynamics on the Information Power Grid using {G}lobus},
booktitle = {Proc. Frontiers '99},
year = {1999}
}
%% BT97 in Joe's file
@article{barocas97a,
author="V.H. Barocas and R. T. Tranquillo",
title="A finite element solution for the anisotropic biphasic theory
of tissue-equivalent mechanics: the effect of contact guidance
on isometric cell traction measurement",
journal="Journal of Biomechanical Engineering",
volume ="119",
pages ="261--269",
year ="1997"
}
%% vbabt in Joe's file
@article{barocas97b,
Author="V. H. Barocas and R. T. Tranquillo",
Title="An anisotropic biphasic theory of tissue-equivalent
mechanics: {T}he interplay among cell traction, fibrillar
network deformation, fibril alignment, and cell contact
guidance",
Journal="Journal of Biomechanical Engineering",
Volume= "119",
Pages= "137--145",
Year= "1997"
}
%% vbbaa in Joe's file
@article{barocas98a,
Author="V. H. Barocas and T. S. Girton and R. T. Tranquillo",
Title="Engineered alignment in media-equivalents: consequences of
cell induced compaction on magnetic prealignment",
Journal="Journal of Biomechanical Engineering",
Volume= "120",
Pages= "660--666",
Year= "1998"
}
%was: bart2014transforming
@inproceedings{bart14a,
title={Transforming introductory computer science projects via real-time web data},
author={Bart, Austin Cory and Tilevich, Eli and Hall, Simin and Allevato, Tony and Shaffer, Clifford A},
booktitle={Proceedings of the 45th ACM technical symposium on Computer science education},
pages={289--294},
year={2014},
organization={ACM}
}
@Article{bartholdi82a,
author = {J. J. Bartholdi and L. K. Platzman},
title = {An ${O}(n \log n)$ Travelling Salesman Heuristic Based on Spacefilling Curves},
journal = {Operation Research Letters},
year = {1982},
volume = {1},
number = {4},
pages = {121--125},
month = {September}
}
@Book{batchelor67a,
author = {G. K. Batchelor},
title = {An Introduction to Fluid Dynamics},
publisher = {Cambridge University Press},
address = {Cambridge},
year = {1967}
}
@PhdThesis{bauer02a,
author = {Andrew C. Bauer},
title = {Efficient Solution Procedures for Adaptive Finite Element Methods -- Applications to Elliptic Problems},
school = {State University of New York at Buffalo},
year = {2002}
}
@MANUAL{beall94a,
AUTHOR = {Mark W. Beall},
ADDRESS = {Troy, NY},
ORGANIZATION = {Scientific Computational Research
Center, Rensselaer Polytechnic Institute},
TITLE = {SCOREC Mesh Database Version 2.3 User's Guide},
YEAR = {1994}
}
@UNPUBLISHED{beall96aold,
AUTHOR = {Mark W. Beall and Mark S. Shephard},
TITLE = {A general topology-based mesh data structure},
YEAR = {1997},
NOTE = {To appear {\em Int. J. Numer. Meth. Engng.}}
}
@ARTICLE{beall96a,
AUTHOR = {Mark W. Beall and Mark S. Shephard},
JOURNAL = {Int. J. Numer. Meth. Engng.},
PAGES = {1573--1596},
TITLE = {A general topology-based mesh data structure},
VOLUME = {40},
NUMBER = {9},
YEAR = {1997}
}
%% This is superceded by beall99a
@InProceedings{beall97a,
author = "Mark W. Beall and Mark S. Shephard",
title = "A Geometry-Based Analysis Framework",
booktitle = "Advances in Computational Engineering Science",
editors = "S. N. Atluri and G. Yagawa",
number = "",
publisher = "Tech. Science Press",
pages = "557-562",
year = "1997",
address = "Forsyth, GA"
}
%% this has been superceded by shephard00a
@TechReport{beall97bold,
author = {Mark W. Beall and Hugues L. deCougny and Saikat Dey and Rao Garimella and Robert M. O'Bara and Mark S. Shephard},
title = {Meshing environment for geometry-based analysis},
institution = {Scientific Computation Research Center},
year = {1997},
number = {SCOREC \#17-1997},
address = {Rensselaer Polytechnic Institute, Troy, NY}
}
@MANUAL{beall98a,
AUTHOR = {Mark W. Beall and Robert M. O'Bara},
ADDRESS = {Troy, NY},
ORGANIZATION = {Scientific Computational Research
Center, Rensselaer Polytechnic Institute},
TITLE = {SCOREC Mesh Database Version 4.2 Users Guide},
YEAR = {1998}
}
@PhdThesis{beall99a,
author = {Mark W. Beall},
title = {An Object-Oriented Framework for the Reliable Automated Solution of Problems in Mathematical Physics},
school = {Rensselaer Polytechnic Institute},
year = {1999}
}
@Article{beall99b,
author = {Mark W. Beall and Mark S. Shephard},
title = {An object-oriented framework for reliable numerical simulations},
journal = {Engng. with Computers},
year = {1999},
volume = {15},
number = {1},
pages = {61--72}
}
@INPROCEEDINGS{bena93,
AUTHOR = {Messaoud Benantar and Joseph E. Flaherty and Can {\"{O}}zturan and Mark S. Shephard and Boleslaw K. Szymanski},
BOOKTITLE = {Adaptive Finite and Boundary Element Methods},
EDITOR = {C. A. Brebbia and M. H. Aliabadi},
PAGES = {255--279},
PUBLISHER = {Elsevier, Essex, UK},
TITLE = {Parallel computations in adaptive finite element analysis},
YEAR = {1993}
}
@ARTICLE{beguelin93,
AUTHOR = {Adam Beguelin and Jack Dongarra and Al Geist
and Vaidy Sunderam},
JOURNAL = {IEEE Computer},
PAGES = {88--95},
TITLE = {Visualization and debugging in a
heterogeneous environment},
VOLUME = {26(6)},
MONTH = {June},
YEAR = {1993}
}
@Book{berger85a,
author = {James O. Berger},
title = {Statistical Decision Theory and Bayesian Analysis},
publisher = {Springer},
year = {1985}
}
@ARTICLE{berger84a,
AUTHOR = {Marsha J. Berger and Joseph Oliger},
JOURNAL = JCP,
PAGES = {484--512},
TITLE = {Adaptive mesh refinement for hyperbolic partial differential equations},
VOLUME = {53},
YEAR = {1984}
}
%% BB87 in Karen's balance.bib
% was berger2
%% NUMBER = {5},
%% RCB citation
@ARTICLE{berger87a,
AUTHOR = {Marsha J. Berger and Shahid H. Bokhari},
JOURNAL = IEEETC,
PAGES = {570--580},
TITLE = {A partitioning strategy for nonuniform problems on multiprocessors},
VOLUME = {36},
YEAR = {1987}
}
%% month = {October},
@Article{berger87b,
author = {Marsha J. Berger},
title = {On Conservation at Grid Interfaces},
journal = SIAMJNA,
year = {1987},
volume = {24},
number = {5},
pages = {967--984},
OPTannote = {refinement in space and time}
}
@book{BFL99,
editor = "M.W. Bern and J.E. Flaherty and M. Luskin",
title = "Grid Generation and Adaptive Algorithms",
year = "1999",
volume = "113",
series = "The {IMA} Volumes in Mathematics and its Applications",
publisher = "Springer",
address = "New York",
note = "181 pages"
}
@ARTICLE{berry91,
AUTHOR = {Harry Berryman and Joel H. Saltz and Jeffrey Scroggs},
JOURNAL = {Concurrency: Practice and Experience},
NUMBER = {3},
PAGES = {159--178},
TITLE = {Execution time support for adaptive scientific algorithms on distributed memory machines},
VOLUME = {3},
YEAR = {1991}
}
% was: bertin1983semiology
@article{bertin83a,
title={Semiology of graphics: diagrams, networks, maps},
author={Bertin, Jacques},
year={1983},
publisher={University of Wisconsin press}
}
@ARTICLE{bey95a,
AUTHOR = {Kim S. Bey and Abani Patra and
J. Tinsley Oden},
JOURNAL = IJNME,
PAGES = {3889--3907},
TITLE = {{$hp$}-version discontinuous {Galerkin}
methods for hyperbolic conservation laws: a parallel
adaptive strategy},
VOLUME = {38},
NUMBER = {22},
YEAR = {1995}
}
%% BerzinsAMM in Karen's
@Article{berzins00a,
author = {M. Berzins},
title = {A New Metric for Dynamic Load Balancing},
journal = AMM,
year = {2000},
volume = {25},
pages = {141--151}
}
@INPROCEEDINGS{biag92,
AUTHOR = {Edoardo S. Biagioni and Jan F. Prins},
ADDRESS = {Cambridge, MA},
BOOKTITLE = {Unstructured Scientific Computation on Scalable Multiprocessors},
EDITOR = {P. Mehrotra and J. Saltz and R. Voigt},
PAGES = {371--395},
PUBLISHER = {MIT Press},
TITLE = {Scan directed load balancing for highly- parallel mesh-connected computers},
YEAR = {1992}
}
@Article{bially69,
author = {T. Bially},
title = {Space-filling curves: their generation and their application to band reduction},
journal = {IEEE Trans. Inform. Theory},
year = {1969},
volume = {IT-15},
pages = {658--664},
month = {Nov.}
}
%% was biebab2
@ARTICLE{bieterman82a,
AUTHOR = {M. Bieterman and I. Babu\v{s}ka},
JOURNAL = {Numer.\ Math.},
PAGES = {373--406},
TITLE = {The Finite Element Method for Parabolic
Equations, II.\ A Posteriori Error Estimation
and Adaptive Approach},
VOLUME = {40},
YEAR = {1982}
}
@ARTICLE{bieterman86a,
AUTHOR = {M. Bieterman and I. Babu\v{s}ka},
JOURNAL = JCP,
PAGES = {33--66},
TITLE = {An adaptive method of lines with error
control for parabolic equations of the
reaction-diffusion type},
VOLUME = {63},
YEAR = {1986}
}
@INPROCEEDINGS{bieterman86b,
AUTHOR = {Michael Bieterman and Joseph E. Flaherty
and Peter K. Moore},
TITLE = {Adaptive refinement methods for
non-linear parabolic partial differential equations},
BOOKTITLE = {Accuracy Estimates and Adaptive
Refinements in Finite Element Computations},
EDITOR = "{I. Babu\v{s}ka, O.C. Zienkiewicz,
J. Gago, and E.R. de A. Oliveira}",
PAGES = {339--358},
PUBLISHER = {John Wiley \& Sons Ltd},
YEAR = {1986}
}
@INPROCEEDINGS{bik93,
AUTHOR = {Aart J. C. Bik and Harry A. G. Wijshoff},
BOOKTITLE = {Proc. Supercomputing 93},
PAGES = {430--439},
PUBLISHER = {IEEE Computer Society Press},
TITLE = {Advanced compiler optimizations for sparse computations},
ADDRESS = {Los Alamitos, CA},
YEAR = {1993}
}
%% bilmes97:optimizing in baden.bib
@inproceedings{bilmes97a,
author = "Jeff Bilmes and Krste Asanovic and Chee-Whye Chin and James Demmel",
title = "Optimizing Matrix Multiply Using PHiPAC: A Portable, High-Performance, {ANSI} C Coding Methodology",
booktitle = "International Conference on Supercomputing",
pages = "340-347",
year = "1997",
url = "citeseer.ist.psu.edu/bilmes96optimizing.html" }
@ARTICLE{birman89,
AUTHOR = {Kenneth Birman and Keith Marzullo},
JOURNAL = {Sun Technology},
PAGES = {90--104},
TITLE = {Isis and the META project},
MONTH = {Summer},
YEAR = {1989}
}
@PHDTHESIS{biswas91a,
author={Rupak Biswas},
title={Parallel and Adaptive Methods for Hyperbolic Partial Differential Systems},
school={Computer Science Dept., Rensselaer Polytechnic Institute},
address={Troy},
year={1991}
}
@ARTICLE{biswas93a,
AUTHOR = {Rupak Biswas and Joseph E. Flaherty and
David C. Arney},
JOURNAL = ANM,
PAGES = {259--282},
TITLE = {An adaptive mesh-moving and refinement
procedure for one-dimensional conservation laws},
VOLUME = {11},
YEAR = {1993}
}
% previously referenced at bdf
@ARTICLE{biswas94a,
AUTHOR = {Rupak Biswas and Karen D. Devine and Joseph E. Flaherty},
JOURNAL = ANM,
PAGES = {255--283},
TITLE = {Parallel, Adaptive Finite Element Methods for Conservation
Laws},
VOLUME = {14},
YEAR = {1994}
}
@InProceedings{biswas96a,
author = {Rupak Biswas and Leonid Oliker and Andrew Sohn},
title = {Global Load Balancing with Parallel Mesh Adaption
on Distributed-Memory Systems},
booktitle = {Proc. Supercomputing '96},
year = {1996},
address = {Pittsburgh}
}
@Article{blumofe99a,
author = {Robert D. Blumofe and Charles E. Leiserson},
title = {Scheduling multithreaded computations by work stealing},
journal = {JACM},
year = {1999},
volume = {46},
number = {5},
pages = {720--748},
month = {September}
}
@INPROCEEDINGS{bodin93,
AUTHOR = {F. Bodin, {\it et. al.}},
BOOKTITLE = {Proc. Supercomputing 93},
PAGES = {588--597},
PUBLISHER = {IEEE Computer Society Press},
TITLE = {Implementing a parallel C++ runtime system for scalable parallel systems},
ADDRESS = {Los Alamitos, CA},
YEAR = {1993}
}
@InProceedings{bohm99a,
author = {Christian B{\"{o}}hm and Gerald Klump and Hans-Peter Kriegel},
title = {{XZ-Ordering:} A Space-Filling Curve for Objects with Spatial Extension},
booktitle = {Proc. 6th Int. Symposium on Large Spatial Databases (SSD)},
year = {1999},
address = {Hong Kong, China}
}
@ARTICLE{bokhari81a,
AUTHOR = {S. H. Bokhari},
TITLE = {On the mapping problem},
JOURNAL = IEEETC,
VOLUME = {C-30},
PAGES = {107--114},
YEAR = {1981}
}
@TECHREPORT{bokhari95a,
AUTHOR = {Shahid H. Bokhari},
ADDRESS = {NASA},
INSTITUTION = {ICASE},
NUMBER = {198211},
TITLE = {Communication overhead on the {Intel Paragon}, {IBM SP2}, and {Meiko CS-2}},
TYPE = {Contractor Report},
YEAR = {1995}
}
@TECHREPORT{boman04a,
AUTHOR = "Erik Boman and Karen Devine and Robert Heaphy and
Bruce Hendrickson and Mike Heroux and Robert Preis",
TITLE = "{LDRD} Report: Parallel Repartitioning for Optimal Solver
Performance",
INSTITUTION = "Sandia National Laboratories",
NUMBER = "SAND2004--0365",
ADDRESS = "Albuquerque, NM",
MONTH = "February",
YEAR = 2004 }