chombo-discharge
Loading...
Searching...
No Matches
Typedefs
CD_EBAMRTags.H File Reference

Contains an alias declaration of EBAMRTags. More...

#include <CD_NamespaceHeader.H>
#include <CD_NamespaceFooter.H>
Include dependency graph for CD_EBAMRTags.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using EBAMRTags = Vector< RefCountedPtr< LayoutData< DenseIntVectSet > > >
 Declaration of cell tags.
 

Detailed Description

Contains an alias declaration of EBAMRTags.

Author
Robert Marskar

Typedef Documentation

◆ EBAMRTags

Declaration of cell tags.

EBAMRTags is an AMR alias for storing a DenseIntVectSet in each grid patch. It is used to flag cells for refinement, but only within grid patches.

Note
DenseIntVectSet is sued for performance reasons.