home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / cplus / 16532 < prev    next >
Encoding:
Text File  |  1992-11-18  |  1.9 KB  |  42 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!alt!rmadapat
  3. From: rmadapat@alt.uucp (RamMohan R Madapati)
  4. Subject: Re. Finite Elements, C++ libraries
  5. Message-ID: <1992Nov19.000635.2319@alt.uucp>
  6. Keywords: FEM, Finite Elements, Tensor Algebra, Class library
  7. Organization: Unisys Corporation
  8. Date: Thu, 19 Nov 1992 00:06:35 GMT
  9. Lines: 31
  10.  
  11. In article <1992Oct21.030821.1011@magnus.acs.ohio-state.edu> rwilhelm@magnus.acs.ohio-state.edu (Reiner Wilhelms) writes:
  12. >Before continuing to re-invent the wheel I'd like to find out if C++ class libraries
  13. >are available which deal with finite element implementations, and/or tensor mathematics,
  14. >For those who know the basics of FEM (or are familiar with the jargon of it:) 
  15. >I would like to implement, and am interested in existing work on some (elegant?)
  16. >implementations of classes like "assembly", "node", "element", "solver", "timestepper",
  17. >"shape_function", etc. (Rather than writing a long description of what these all
  18. >
  19. >Reiner Wilhelms, D. Sc.
  20. >The Ohio State University
  21.  
  22. Though belated, I would like to inform to the (FEM/C++) interested folks
  23. about an article I found in the C++ Journal. The article titled "Object-
  24. Oriented Numerics" by Dr.Thomas Keffer throws light on the simple building
  25. blocks for numerical models. As indicated in the part 2 i have read, in
  26. part 1 (Vol1. No 4, 1992) he has given the ideology and pseudo code for
  27. some of the primitive classes like vectors, matrices, LU factorization
  28. and FFT servers. In part t he has introduced differential equations and
  29. classes like TimeEqn, DiffusionEqn, TimeStepper. These articles are of
  30. very good use for anybody who wants to build up C++ libs for big models
  31. like FDM and FEM.
  32.  
  33. -Rammohan Madapati
  34. -----------------------------------------------------------------------------
  35. a(n ir)regular reader of news/literature.
  36.  
  37. email: alt!rmadapat@uunet.UU.NET
  38. voice: (805) 389-4024
  39. -----------------------------------------------------------------------------
  40. -- 
  41. this is only a test!
  42.