Abstract
The paper describes a detailed study into the object-oriented implementation of distributed finite element analysis on desktop computers using the .NET framework. The software design aspects are described in some detail for both direct and iterative solution algorithms. The use of interfaces played an important role in the software design. This, together with the .NET framework, enabled remote objects to be implemented in a relatively seamless fashion. The solution routines were “blind” to whether the objects were local or remote. Numerical tests were carried out and reasonable speed-up was achieved, particularly for direct solution methods. It is concluded that .NET provides a viable framework for implementing distributed computing on networks of personal computers.
Original language | English |
---|---|
Pages (from-to) | 726-737 |
Number of pages | 12 |
Journal | Advances in Engineering Software |
Volume | 38 |
Issue number | 11-12 |
DOIs | |
Publication status | Published - 2007 |
Keywords
- Object-oriented programming
- Finite element analysis
- Distributed analysis
- Parallel computing
- .NET