aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetWeb/feature-requests.html
blob: 4156a859ea06569440d89e1e875a4dfc922a8da8 (plain)
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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Carpet Feature Requests</title>
  </head>
  
  <body>
    <h1>Carpet Feature Requests</h1>
    
    <p>As Carpet is being looked at (and used?) by more and more
    people, they express more and more wishes about things they miss
    in Carpet.  Some of these can be quickly fulfilled, others will
    take months to implement.  Here is a collection of these, so that
    people know we don't ignore them.</p>

    <hr />

    <h2>Small Stuff</h2>

    <ul>
    <li>Find a nice Carpet logo.  <b>Done.  (Well, it's ugly.)</b></li>
    <li>Add Doxygen tags.  <b>In progress.  (Stalled.)</b></li>
    <li>Compile and run on a few strange supercomputer architectures. <b>Done.</b></li>
    <li>Adapt CarpetSlab to new hyperslabbing interface.  <b>Done.</b></li>
    <li>Slowly create many test cases for Carpet.  <b>In progress.</b></li>
    </ul>

    <h2>Heavier Stuff</h2>

    <ul>
    <li>Compile Carpet and PUGH together.  <b>Done.</b></li>
    <li>Don't restrict all grid functions.  <b>Done.</b></li>
    <li>Make CarpetInterp interpolate in time as well.  <b>Done.</b></li>
    <li>Design and write a nicer interface to specify fine grid
    locations.  <b>Done.</b></li>
    <li>Introduce the "convergence level" parameter.  <b>Done.</b></li>
    <li>Do not enable all storage all the time.  <b>Done.</b></li>
    </ul>

    <h2>Good Stuff</h2>

    <ul>
    <li>Checkpointing and Restart.  <b>Done.  (Almost.)</b></li>
    <li>Parallel performance.  <b>In progress.</b></li>
    <li>Elliptic solvers.  <b>Missing.</b></li>
    </ul>

    <h2>Stuff that would be nice, but won't be needed in the near
    future</h2>

    <ul>
    <li>Cell centring</li>
    <li>Improve the A of the AMR algorithm</li>
    </ul>

    <hr />

    <p>
      <a href="http://www.xemacs.org/About/created.html"><img
      src="cbxSmall.jpg" alt="Created with XEmacs!" height="36"
      width="100" /></a>
      
      <a href="http://www.anybrowser.org/campaign/"><img
      src="logoab8.png" alt="Best Viewed With Any Browser" height="31"
      width="88" /></a>

      <a href="http://validator.w3.org/check/referer"><img
      src="valid-xhtml10.png" alt="Valid XHTML 1.0!" height="31"
      width="88" /></a>
    </p>
    
    <address><a href="mailto:schnetter@cct.lsu.edu">Erik Schnetter</a></address>
<p>
<!-- Created: Thu Aug 14 20:16:15 CEST 2003 -->
<!-- hhmts start -->
Last modified: Wed Jan 24 2007
<!-- hhmts end -->
</p>
  </body>
</html>