chombo-discharge
CD_EBAMRTags.H
Go to the documentation of this file.
1 /* chombo-discharge
2  * Copyright © 2021 SINTEF Energy Research.
3  * Please refer to Copyright.txt and LICENSE in the chombo-discharge root directory.
4  */
11 #ifndef CD_EBAMRTags_H
12 #define CD_EBAMRTags_H
13 
14 // Our includes
15 #include <CD_NamespaceHeader.H>
16 
22 using EBAMRTags = Vector<RefCountedPtr<LayoutData<DenseIntVectSet>>>;
23 
24 #include <CD_NamespaceFooter.H>
25 
26 #endif
Vector< RefCountedPtr< LayoutData< DenseIntVectSet > >> EBAMRTags
Declaration of cell tags.
Definition: CD_EBAMRTags.H:22