Supporting Finite Element Analysis with a Relational Database Backend, Part II: Database Design and Access
数据库
2007-05-23 v1 计算工程、金融与科学
摘要
This is Part II of a three article series on using databases for Finite Element Analysis (FEA). It discusses (1) db design, (2) data loading, (3) typical use cases during grid building, (4) typical use cases during simulation (get and put), (5) typical use cases during analysis (also done in Part III) and some performance measures of these cases. It argues that using a database is simpler to implement than custom data schemas, has better performance because it can use data parallelism, and better supports FEA modularity and tool evolution because database schema evolution, data independence, and self-defining data.
引用
@article{arxiv.cs/0701160,
title = {Supporting Finite Element Analysis with a Relational Database Backend, Part II: Database Design and Access},
author = {Gerd Heber and Jim Gray},
journal= {arXiv preprint arXiv:cs/0701160},
year = {2007}
}