-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcom.html
224 lines (211 loc) · 10.3 KB
/
com.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Clawpack Community — Clawpack 5.3.1 documentation</title>
<link rel="stylesheet" href="_static/flasky.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/base.css" type="text/css" />
<link rel="stylesheet" href="_static/layout.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '5.3.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="shortcut icon" href="_static/clawicon.ico"/>
<link rel="author" title="About these documents" href="about.html" />
<link rel="top" title="Clawpack 5.3.1 documentation" href="contents.html" />
</head>
<body role="document">
<div id="main-wrapper" class="sphinx">
<div id="header-wrapper">
<section id="header">
<!-- <h1><a href="http://clawpack.org/">Clawpack</a></h1> -->
<h1><a href="http://clawpack.org/">Clawpack-5</a></h1>
<nav>
<ul>
<li>
<a href="contents.html">Docs</a>
</li>
<li>
<a href="installing.html">Install</a>
</li>
<li>
<a class="" href="galleries.html">Gallery</a>
</li>
<li>
<a class="" href="community.html">Community</a>
</li>
<li>
<a class="active" href="http://github.com/clawpack">Source</a>
</li>
<li>
<a class="" href="developers.html">Develop</a>
</li>
</ul>
</nav>
</section>
<div class="decoration"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="contents.html">Clawpack 5.3.1 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="clawpack-community">
<span id="community"></span><h1>Clawpack Community<a class="headerlink" href="#clawpack-community" title="Permalink to this headline">¶</a></h1>
<p><strong>We welcome new users!</strong></p>
<p>If you run into problems or can’t find the answer to
your question in these docs, please send a note to the
<a class="reference external" href="https://groups.google.com/forum/#!forum/claw-users">claw-users google group</a>.</p>
<p>We are also starting to experiment with the following:</p>
<ul class="simple">
<li><a class="reference external" href="https://gitter.im/clawpack/public">clawpack on Gitter</a>
(Sign in with your github account if you want to post a comment or ask a
question.)</li>
<li><a class="reference external" href="https://twitter.com/clawpack">clawpack on twitter</a>.</li>
</ul>
<p><strong>Bug reports and suggested improvements</strong></p>
<p>If you find a bug or want to suggest an improvement, please raise an issue
on the appropriate GitHub repository, for example:</p>
<ul class="simple">
<li><a class="reference external" href="https://github.com/clawpack/clawpack/issues">https://github.com/clawpack/clawpack/issues</a> for general Clawpack
issues,</li>
<li><a class="reference external" href="https://github.com/clawpack/doc/issues">https://github.com/clawpack/doc/issues</a> for documentation issues,</li>
<li><a class="reference external" href="https://github.com/clawpack/visclaw/issues">https://github.com/clawpack/visclaw/issues</a> for visualization issues,</li>
<li><a class="reference external" href="https://github.com/clawpack/pyclaw/issues">https://github.com/clawpack/pyclaw/issues</a> for PyClaw,</li>
<li><a class="reference external" href="https://github.com/clawpack/classic/issues">https://github.com/clawpack/classic/issues</a> for the classic code,</li>
<li><a class="reference external" href="https://github.com/clawpack/amrclaw/issues">https://github.com/clawpack/amrclaw/issues</a> for AMRClaw,</li>
<li><a class="reference external" href="https://github.com/clawpack/geoclaw/issues">https://github.com/clawpack/geoclaw/issues</a> for GeoClaw.</li>
</ul>
<p><strong>We welcome new contributors and developers!</strong></p>
<p>See <a class="reference internal" href="photos.html#photos"><span>Clawpack Community Photos</span></a> for some photos of the team.</p>
<p>The pages below give some tips for those who want to get involved.</p>
<ul class="simple">
<li><a class="reference internal" href="contribute_apps.html#contribute-apps"><span>Contributing examples and applications</span></a> for ideas on how to make applications or examples
you’ve developed available to other users.</li>
<li><a class="reference internal" href="developers.html#developers"><span>Developers’ Guide</span></a> for instructions on how to clone the git repositories,
create your own forks, issue pull requests, etc.</li>
<li>Join or browse the <a class="reference external" href="https://groups.google.com/forum/#!forum/claw-dev">claw-dev google group</a>
to track discussion on the code.</li>
</ul>
<div class="section" id="workshops-and-sprint-sessions">
<span id="workshops"></span><h2>Workshops and Sprint Sessions<a class="headerlink" href="#workshops-and-sprint-sessions" title="Permalink to this headline">¶</a></h2>
<div class="section" id="upcoming">
<h3>Upcoming<a class="headerlink" href="#upcoming" title="Permalink to this headline">¶</a></h3>
<p>Please join us at one of the upcoming sessions, or help plan one elsewhere...</p>
<ul class="simple">
<li>Claw-Dev workshop in September (?), 2015 (Date and location TBD).</li>
</ul>
</div>
<div class="section" id="previous">
<h3>Previous<a class="headerlink" href="#previous" title="Permalink to this headline">¶</a></h3>
<p>See the links below for summaries of some projects that
have been tackled (and/or are still work in progress).</p>
<ul class="simple">
<li>Developers’ workshop at the University of Utah in
<a class="reference external" href="https://github.com/clawpack/clawpack/wiki/Claw-Dev-Hackathon,-March-2015">2015</a>,
following the
<a class="reference external" href="http://www.siam.org/meetings/cse15/submissions.php">SIAM CSE Conference</a>.</li>
<li><span class="math">\([HPC]^3\)</span> workshops at KAUST in
<a class="reference external" href="https://sites.google.com/site/hpc3atkaust/">2011</a>,
<a class="reference external" href="https://github.com/clawpack/pyclaw/wiki/HPC3-2012">2012</a>,
<a class="reference external" href="https://github.com/clawpack/pyclaw/wiki/HPC3-2014">2014</a></li>
<li>Claw-Dev workshop at UW in <a class="reference external" href="http://www.clawpack.org/clawdev2013/">2013</a></li>
</ul>
</div>
</div>
<div class="section" id="other-clawpack-events">
<h2>Other Clawpack events<a class="headerlink" href="#other-clawpack-events" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Minisymposterium on
<a class="reference external" href="http://depts.washington.edu/clawpack/posters/siam_cse_2015/">Clawpack Development, Extensions and Applications</a>
at the <a class="reference external" href="http://www.siam.org/meetings/cse15/submissions.php">SIAM CSE 2015 Conference</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p><a href="http://clawpack.org/">
<img class="logo" src= "_static/clawlogo.jpg" alt="Logo"/>
</a>
<h2>Version 5.3.1</h2>
</p>
<h3><a href="contents.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Clawpack Community</a><ul>
<li><a class="reference internal" href="#workshops-and-sprint-sessions">Workshops and Sprint Sessions</a><ul>
<li><a class="reference internal" href="#upcoming">Upcoming</a></li>
<li><a class="reference internal" href="#previous">Previous</a></li>
</ul>
</li>
<li><a class="reference internal" href="#other-clawpack-events">Other Clawpack events</a></li>
</ul>
</li>
</ul>
<h3>Related Topics</h3>
<ul>
<li><a href="contents.html">Documentation overview</a><ul>
</ul></li>
</ul>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/com.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
© Copyright 2015, The Clawpack Development Team.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44811544-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>