-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
51 lines (38 loc) · 2.18 KB
/
README
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
This is PHAML version 1.9.1, April 25, 2011
Please report all bugs, problems, questions, suggestions or even complements
to phaml@nist.gov.
If you would like to be added to the PHAML announcement email list, send
a request to phaml@nist.gov. This is a very low volume list used only for
announcements concerning PHAML.
PHAML stands for Parallel Hierarchical Adaptive MultiLevel. It solves
linear elliptic partial differential equations of the form
(CXX*Ux)x - (CXY*Uy)x + (CYY*Uy)y + CX*Ux + CY*Uy + C*U = F on 2D domains with
Dirichlet, Natural (often Neumann), mixed or periodic boundary conditions, and
eigenvalue problems where F is lambda*U and the boundary conditions are
homogeneous. It uses linear or high order finite elements over triangles,
adaptive refinement (possibly hp-adaptive), multigrid and message passing
parallelism.
To start using PHAML immediately, see the Quick Start section of the User's
Guide.
To see what has changed since the last release, see the Release Notes section
of the User's Guide, and look for red text in the User's Guide.
PHAML is public domain software. It was produced as part of work done by
the U.S. Government, and is not subject to copyright in the United States.
William F. Mitchell
Applied and Computational Mathematics Division
National Institute of Standards and Technology
william.mitchell@nist.gov
http://math.nist.gov/phaml
The following files in subdirectory doc provide information:
AUXILLARY -- information on compiling the optional auxillary software
packages. This is mainly so I don't have to keep reinventing
the wheel everytime I update these packages, but you might
find it useful, too. It also indicates what version is the
newest one I have used.
HINTS -- information on using the auxillary software packages. Again it
is mainly a reminder to myself, for things like how to start
an MPICH job, how to use LAM with ssh, etc.
KNOWN_PROBLEMS -- a list of things that aren't quite right.
LICENSE -- PHAML is public domain software. Here are the details.
QUICKSTART -- instructions for quickly getting PHAML running.
user_guide.pdf -- a comprehensive user's guide and reference manual