Abstract
Although a numerical calculation program often has a complicated datastructure such as a multidimensional array, you are forced to fit your data intoflat files by reason of OS restriction. If you can reuse old data to generate new one, the efficiency of data generationbecomes better. To meet the demand, you may select a database system as adata storage for your program. The authors developed two applications for a calculus of finite differencesprogram, one uses a relational database management system and the other usesan object database management system. The paper reports a feasibility studyof using database systems as a data storage for a numerical calculationprogram.