File: README

package info (click to toggle)
sparskit 2.0.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 4,236 kB
  • ctags: 2,396
  • sloc: fortran: 15,251; makefile: 294; sh: 136; ansic: 76
file content (26 lines) | stat: -rw-r--r-- 953 bytes parent folder | download | duplicates (5)
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
---------------------------------------------------------------

                 SPARSKIT  Modules  FEM

---------------------------------------------------------------

    This directory contains the SPARSKIT FEM module,
    a matrix generator for finite element matrices.

contents:
=========

    convdif.f  == a driver to generate a matrix and some associated plots 
    functns2.o == functions needed by the driver -- define the coefficients
                  of the PDE
    meshes.f   == set of sample meshes defined as inout to the driver
    makefile   == a makefile for an executable to generate a sample mesh 
    elmtlib2.f == a small finite element library 

mat.hb is a test matrix.

Two output files are provided:  mat.ps and msh.ps.  You may wish to save
these to another name before running the test program so that you may
compare your output to these files.

-----------------------------------------------------------------------