forked from cburstedde/p4est
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AUTHORS
78 lines (63 loc) · 2.8 KB
/
AUTHORS
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
/*
This file is part of p4est.
p4est is a C library to manage a collection (a forest) of multiple
connected adaptive quadtrees or octrees in parallel.
Copyright (C) 2010 The University of Texas System
Additional copyright (C) 2011 individual authors
Written by Carsten Burstedde, Lucas C. Wilcox, and Tobin Isaac
p4est is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
p4est is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with p4est; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/*
Authors:
Carsten Burstedde <[email protected]>
Lucas C. Wilcox <[email protected]>
Tobin Isaac <[email protected]>
*/
/*
Contributors:
Johann Rudi <[email protected]>
Johannes Holke <[email protected]>
Ethan Alan Hereth <[email protected]>
Alex Fikl <[email protected]>
Hannes Frank <[email protected]>
Michael Lahnert <[email protected]>
*/
/*
Thanks to:
Matthias Maier <[email protected]>
Fabian Hempert <[email protected]>
Denis Davydov <[email protected]>
Wolfgang Bangerth <[email protected]>
*/
/*
Acknowledgement and Disclaimer:
The development of p4est was partially supported by the US National Science
Foundation (NSF Grants No. OCI-0749334, CCF-0427985, CNS-0540372,
CNS-0619838, DMS-0724746, OPP-0941678) and the US Department of Energy (DOE
Grants No. 06ER25782, 08ER25860, SC0002710). The authors thank the Texas
Advanced Computing Center (TACC) for providing them with access to the Ranger
supercomputer under NSF TeraGrid award MCA04N026, and the National Center for
Computational Science (NCCS) for early-user access to the Jaguar Cray XT5
supercomputer. Any opinions, findings and conclusions or recomendations
expressed in the source code and documentation are those of the authors and
do not necessarily reflect the views of the National Science Foundation
(NSF).
*/
/*
The subdirectory sc contains the SC Library licensed under GNU LGPL.
See the files sc/AUTHORS and sc/COPYING for copyright information.
For information on individual contributions see doc/author_*.txt.
Several scripts under config are released under GNU GPL versions.
These are not compiled or linked with p4est, so we consider them
independent programs that are not part of p4est.
*/