home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / sci / math / numanal / 3607 < prev    next >
Encoding:
Text File  |  1992-12-16  |  1.7 KB  |  38 lines

  1. Newsgroups: sci.math.num-analysis
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!news.duc.auburn.edu!archimedes.ce!jpnicol
  3. From: jpnicol@eng.auburn.edu (Jean-Paul N. Nicol)
  4. Subject: Simultaneous PDE's + ODE's 
  5. Message-ID: <1992Dec16.194447.14945@news.duc.auburn.edu>
  6. Followup-To: sci.math.num-analysis
  7. Sender: usenet@news.duc.auburn.edu (News Account)
  8. Nntp-Posting-Host: archimedes.ce.eng.auburn.edu
  9. Reply-To: jpnicol@eng.auburn.edu
  10. Organization: Auburn University Engineering
  11. Date: Wed, 16 Dec 1992 19:44:47 GMT
  12. Lines: 24
  13.  
  14. I am trying to solve a system of simultaneous PDE's and ODE's.  
  15.  
  16. There are 3 PDE's: standard one dimensional advection-diffusion equations with a nonlinear reaction (uptake) term.  The reaction term couples the PDE's to a system (at each spatial node) of 28 ODE's.  The ODE's come from a biological growth model and are
  17. thus nonlinear and very complicated.
  18.  
  19. I would welcome any and all suggestions (with references to the literature, if 
  20. available) as to numerical algorithms to solve these equations.
  21.  
  22. One approach I am considering is to apply a finite difference approximation to the right hand sides of the PDE's, thus converting them to ODE's and solving the
  23. resultant system of 31n (n = # of nodes) ODE's with an adaptive stepsize method
  24. of some sort. Comments?
  25.  
  26. I have some familiarity with basic numerical methods.  My preference would be to 
  27. use 'canned' FORTRAN numerical routines (ala netlib) to the maximum extent possible.
  28. My hardware choices include PC (486-33), CRAY, SUN (SPARC10), in order of familiarity and ease of use.
  29.  
  30. Thanks in advance for all the useful help I am sure I will get. Responses can be
  31. posted here or E-mailed directly to me, whichever seems more appropriate.
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.