Object-oriented finite element analysis and programming in VC++
โ Scribed by Ma Yong-qi; Feng Wei
- Publisher
- Springer
- Year
- 2002
- Tongue
- English
- Weight
- 368 KB
- Volume
- 23
- Category
- Article
- ISSN
- 0253-4827
No coin nor oath required. For personal study only.
๐ SIMILAR VOLUMES
Making a ยฎnite element code easier to maintain is achieved by further modularizing it. Due to its two levels of modularity (of procedures and data), object-oriented programming is the method of choice. Its potential is investigated in two bottlenecks of ยฎnite element programming where so far it has
One of the major reasons why finite element codes are difficult to keep clean and maintainable is that operations involving nodal information (and in particular, boundary conditions) show up in many sections of the programs and in many different contexts. The matter is further complicated by the ina
## Abstract The finite element method is by its nature very modular. Object oriented programming enables full advantage to be taken of this modularity. This makes for safer and easier programming, and extending or modifying object oriented programs is very straightforward. The paper describes an ob
This paper presents a new architecture for ยฎnite element analysis software, developed using object-oriented design. The resulting system is capable of the modeling and simulation of structural behavior, including the consideration of nonlinear static and dynamic eects. An innovation of the system de