Chombo + EB  3.0
EBFABView.H
Go to the documentation of this file.
1 #ifdef CH_LANG_CC
2 /*
3  * _______ __
4  * / ___/ / ___ __ _ / / ___
5  * / /__/ _ \/ _ \/ V \/ _ \/ _ \
6  * \___/_//_/\___/_/_/_/_.__/\___/
7  * Please refer to Copyright.txt, in Chombo's root directory.
8  */
9 #endif
10 
11 #ifndef _EBFABVIEW_H_
12 #define _EBFABVIEW_H_
13 
14 #include "EBAMRIO.H"
15 #include "NamespaceHeader.H"
16 
18 {
19 #ifdef CH_USE_HDF5
20  writeEBFAB(NULL);
21 
22  viewEBFAB(NULL);
23 
24  writeEBFABname(NULL, "label");
25 
26  viewEBFace(NULL);
27 
28  writeEBLevel(NULL);
29 
30  viewEBLevel(NULL);
31 
32  writeEBLevelname(NULL, "label");
33 
34  writeEBAMR(NULL);
35 
36  viewEBAMR(NULL);
37 
38  writeEBAMRname(NULL, "label");
39 
40  writeIVFAB(NULL);
41 
42  viewIVFAB(NULL);
43 
44  browseIVFAB(NULL);
45 
46  writeIVFABname(NULL,"label");
47 
48  writeIVLevel(NULL);
49 
50  viewIVLevel(NULL);
51 
52  browseIVLevel(NULL);
53 
54  writeIVLevelname(NULL, "label");
55 
57 
59 
61 
63 
64  multiFaceValues(NULL,0,0,0,0);
65 
66  multiCellValues(NULL,0,0,0);
67 
68 
69 #endif
70  return 1;
71 }
72 
73 #include "NamespaceFooter.H"
74 #endif
void viewIVFAB(const BaseIVFAB< Real > *a_dataPtr)
Real getCoveredCellValue()
void viewEBLevel(const LevelData< EBCellFAB > *a_dataPtr)
void writeIVFAB(const BaseIVFAB< Real > *a_dataPtr)
void browseIVFAB(const BaseIVFAB< Real > *a_dataPtr)
void writeEBAMRname(const Vector< LevelData< EBCellFAB > * > *a_dataPtr, const char *a_filename)
void writeIVLevelname(const LevelData< BaseIVFAB< Real > > *a_dataPtr, const char *a_filename)
void writeIVLevel(const LevelData< BaseIVFAB< Real > > *a_dataPtr)
void browseIVLevel(const LevelData< BaseIVFAB< Real > > *a_dataPtr)
void writeEBFAB(const EBCellFAB *a_dataPtr)
void writeEBLevelname(const LevelData< EBCellFAB > *a_dataPtr, const char *a_filename)
void writeEBAMR(const Vector< LevelData< EBCellFAB > * > *a_dataPtr)
void viewEBFAB(const EBCellFAB *a_dataPtr)
void writeEBLevel(const LevelData< EBCellFAB > *a_dataPtr)
void multiCellValues(const EBCellFAB *a_face, const int a_iv0, const int a_iv1, const int a_iv2)
int InitWriteEBFAB()
Definition: EBFABView.H:17
void setCoveredCellValue(Real a_coveredCellValue)
void setWhichCellIndex(int a_whichCellIndex)
void writeIVFABname(const BaseIVFAB< Real > *a_dataPtr, const char *a_filename)
void writeEBFABname(const EBCellFAB *a_dataPtr, const char *a_filename)
void viewEBFace(const EBFaceFAB *a_dataPtr)
void viewEBAMR(const Vector< LevelData< EBCellFAB > * > *a_dataPtr)
void multiFaceValues(const EBFaceFAB *a_face, const int a_side, const int a_iv0, const int a_iv1, const int a_iv2)
int getWhichCellIndex()
void viewIVLevel(const LevelData< BaseIVFAB< Real > > *a_dataPtr)