Open Access. Powered by Scholars. Published by Universities.®

Digital Commons Network

Open Access. Powered by Scholars. Published by Universities.®

Physical Sciences and Mathematics

PDF

University of Tennessee, Knoxville

Theses/Dissertations

2003

Articles 31 - 31 of 31

Full-Text Articles in Entire DC Network

Thermal Evolution Of Planetesimals And Protoplanets In The Terrestrial Planet Region: Code Optimization And Implementation On A Distributed Grid Using Netsolve, Amitabha Ghosh May 2003

Thermal Evolution Of Planetesimals And Protoplanets In The Terrestrial Planet Region: Code Optimization And Implementation On A Distributed Grid Using Netsolve, Amitabha Ghosh

Masters Theses

A code for asteroidal heat transfer and growth is optimized for performance. The Gauss elimination routine for the solver is replaced by a sparse matrix routine. Finite element matrix assembly operations are rewritten to reduce operations involving 3D arrays to 1D. Advantage is taken of the sparse matrix structure of finite element matrices in reducing 2D arrays to 1D. The number of vector touches are reduced to the extent possible, by carrying over statements from one iteration to the next. The number of do loops are reduced by merging several do loops into one. The optimization reduced the CPU time …