home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.super
- Path: sparky!uunet!sun-barr!ames!agate!spool.mu.edu!umn.edu!lynx!nmsu.edu!opus!jamartin
- From: jamartin@nmsu.edu (Jay Martinez)
- Subject: CMSSL routine for solving 2D finite difference?
- Message-ID: <JAMARTIN.92Sep5220655@gauss.nmsu.edu>
- Sender: usenet@nmsu.edu
- Organization: NMSU Computer Science
- Distribution: comp.sys.super
- Date: Sun, 6 Sep 1992 05:06:55 GMT
- Lines: 34
-
-
-
- I am trying to do a two-dimensional finite difference formulation
- on a CM-200. For the resulting system of equations Ax=B, I get an
- A maxtrix that looks like this:
-
-
- | c d e |
- | |
- | b c d e |
- | |
- | b c d e |
- | |
- | b c d e |
- | |
- | a b c d |
- | |
- | a b c d |
- | |
- | a b c d |
- | |
- | a b c |
-
- where the space between the centre tridiagonal band and the outer
- bands is two. Does anyone know of a CMSSL routine that will solve
- such a system? Or is there anyway to transform this system into
- one that can be solved by another CMSSL sparse system routine?
- The CMSSL routine gen_penta_diag doesn't seem to have a provision
- for spaces between bands. I would appreciate any suggestions.
-
- Jay Jansen Martinez (jamartin@NMSU.Edu)
-
- Department of Electrical and Computer Engineering
- New Mexico State University
-