@salotz

A new adaptive mesh refinement data structure with an application to detonation

, , and . Journal of Computational Physics, 229 (23): 8981 - 8993 (2010)
DOI: http://dx.doi.org/10.1016/j.jcp.2010.08.023

Abstract

A new Cell-based Structured Adaptive Mesh Refinement (CSAMR) data structure is developed. In our \CSAMR\ data structure, Cartesian-like indices are used to identify each cell. With these stored indices, the information on the parent, children and neighbors of a given cell can be accessed simply and efficiently. Owing to the usage of these indices, the computer memory required for storage of the proposed \AMR\ data structure is only 5 8 word per cell, in contrast to the conventional oct-tree P. MacNeice, K.M. Olson, C. Mobary, R. deFainchtein, C. Packer, PARAMESH: a parallel adaptive mesh refinement community toolkit, Comput. Phys. Commun. 330 (2000) 126 and the fully threaded tree (FTT) A.M. Khokhlov, Fully threaded tree algorithms for adaptive mesh fluid dynamics simulations, J. Comput. Phys. 143 (1998) 519 data structures which require, respectively, 19 and 2 3 8 words per cell for storage of the connectivity information. Because the connectivity information (e.g., parent, children and neighbors) of a cell in our proposed \AMR\ data structure can be accessed using only the cell indices, a tree structure which was required in previous approaches for the organization of the \AMR\ data is no longer needed for this new data structure. Instead, a much simpler hash table structure is used to maintain the \AMR\ data, with the entry keys in the hash table obtained directly from the explicitly stored cell indices. The proposed \AMR\ data structure simplifies the implementation and parallelization of an \AMR\ code. Two three-dimensional test cases are used to illustrate and evaluate the computational performance of the new \CSAMR\ data structure.

Description

A new adaptive mesh refinement data structure with an application to detonation

Links and resources

Tags