1993
DOI: 10.1002/nme.1620361904
|View full text |Cite
|
Sign up to set email alerts
|

Some useful renumbering strategies for unstructured grids

Abstract: SUMMARYSeveral renumbering strategies for unstructured grids are discussed. They lead to a minimization of cache-misses and an optimal grouping of elements for different computer platforms, from superscalar workstations to multiprocessor register-to-register vector machines. Timings for a typical computational fluid dynamics (CFD) code that employs these renumbering strategies indicate that CPU requirements may he halved by applying them. The renumbering strategies discussed are all of linear time complexity, … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
24
0

Year Published

1997
1997
2013
2013

Publication Types

Select...
6
2

Relationship

1
7

Authors

Journals

citations
Cited by 51 publications
(26 citation statements)
references
References 12 publications
0
24
0
Order By: Relevance
“…To achieve data locality, first the bandwidth should be optimized, that is, the largest length should be minimum and almost constant for all elements (see Figure 1). Second, the equations should be accessed in ascending (or descending) order [23]. …”
Section: Enddomentioning
confidence: 99%
“…To achieve data locality, first the bandwidth should be optimized, that is, the largest length should be minimum and almost constant for all elements (see Figure 1). Second, the equations should be accessed in ascending (or descending) order [23]. …”
Section: Enddomentioning
confidence: 99%
“…The same applies to turbulent flows simulated using the Reynolds-Averaged Navier-Stokes (RANS) equations with suitable turbulence models. The reliable generation of high quality grids for RANS simulations has been attempted with varying degrees of success by several authors during the last decade (Nakahashi, 1987;Kallinderis, 1992;Löhner, 1993;Pirzadeh, 1994;Marcum, 1995;Pirzadeh, 1996;Morgan, 1996-1998). Given that the generation of highly stretched grids is not trivial, and that computing power is increasing steadily, the immediate question that comes to mind is when RANS simulations will be replaced by Large-Eddy Simulations (LES) or even Direct Navier-Stokes (DNS) simulations.…”
Section: Acknowledgementsmentioning
confidence: 99%
“…However, they fail when attempting to generate highly stretched elements, a key requirement for Reynolds-Averaged Navier Stokes (RANS) calculations with turbulence models that reach into the sublayer. A number of specialized schemes have been proposed to remedy this situation (Nakahashi, 1987;Kallinderis, 1992;Löhner, 1993;Pirzadeh, 1994;Marcum, 1995;Pirzadeh, 1996;Peraire and Morgan, 1996). The domain to be gridded was divided into isotropic and stretched element regions.…”
Section: Acknowledgementsmentioning
confidence: 99%
See 1 more Smart Citation
“…Most of the work is spent in loops over the edges (upwind solvers, limiters, gradients, etc.). Given that edges have to be grouped in order to avoid memory contention/allow vectorization when forming right-hand sides [50,51], this opens a natural way of avoiding unnecessary work: form relatively small edge-groups that still allow for efficient vectorization, and deactivate groups instead of individual edges [35]. In this way, the basic loops over edges do not require any changes.…”
Section: Deactivation Of Air Regionmentioning
confidence: 99%