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
|
<html>
<head>
<title>Home Page</title>
</head>
<body bgcolor="#FFFFFF">
<p align="center"><font size="6">PETSc Readme File</font></p>
<p align="center"><big><a href="http://www.mcs.anl.gov/petsc/">http://www.mcs.anl.gov/petsc</a>/</big></p>
<p align="center">(see <a href="include/petscversion.h.html">include/petscversion.h</a> for
specific version number) </p>
<p align="left">PETSc is still undergoing development, we reserve the right to make
minor changes to function names and calling sequences. Although this can make keeping your
code up-to-date annoying, it will pay off in the long run for all PETSc users with a
cleaner, better designed, and easier-to-use interface. </p>
<ul>
<li><a href="docs/index.html">Documentation</a> - including on line manual pages
<li><a href="docs/installation/index.htm">Installation</a> - detailed instructions for installing
PETSc </li>
for each routine and the users manual </li>
<li><a href="docs/changes/index.htm">Changes</a> - changes and new features in recent versions of
PETSc </li>
<li><a href="docs/machines.html">Machines</a> - list of machines that we currently support </li>
<li><a href="docs/troubleshooting.html">Troubleshooting </a>- help when something goes wrong
</li>
<li><a href="docs/bugreporting.html">BugReporting</a> - details on how to report bugs </li>
<li><a href="docs/codemanagement.html">CodeManagement</a> - hints on how to manage your
large-scale application codes efficiently and cleanly </li>
<li><a href="docs/faq.html">FAQ</a> - list of frequently asked questions about PETSc </li>
<li><a href="docs/copyright.html">COPYRIGHT</a> - a statement of the PETSc copyright. Note
that PETSc is freely redistributable, though copyrighted. </li>
<li><a href="README.Debian.gz">README.Debian</a> - a description of this
Debian package, see also the
<a href="http://lyre.mit.edu/~powell/petsc.html">package homepage</a>.</li>
</ul>
</body>
</html>
|