00001 #ifdef CH_LANG_CC
00002
00003
00004
00005
00006
00007
00008
00009 #endif
00010
00011 #ifndef _EBFABVIEW_H_
00012 #define _EBFABVIEW_H_
00013
00014 #include "EBAMRIO.H"
00015 #include "NamespaceHeader.H"
00016
00017 int InitWriteEBFAB()
00018 {
00019 #ifdef CH_USE_HDF5
00020 writeEBFAB(NULL);
00021
00022 viewEBFAB(NULL);
00023
00024 writeEBFABname(NULL, "label");
00025
00026 viewEBFace(NULL);
00027
00028 writeEBLevel(NULL);
00029
00030 viewEBLevel(NULL);
00031
00032 writeEBLevelname(NULL, "label");
00033
00034 writeEBAMR(NULL);
00035
00036 viewEBAMR(NULL);
00037
00038 writeEBAMRname(NULL, "label");
00039
00040 writeIVFAB(NULL);
00041
00042 viewIVFAB(NULL);
00043
00044 browseIVFAB(NULL);
00045
00046 writeIVFABname(NULL,"label");
00047
00048 writeIVLevel(NULL);
00049
00050 viewIVLevel(NULL);
00051
00052 browseIVLevel(NULL);
00053
00054 writeIVLevelname(NULL, "label");
00055
00056 setWhichCellIndex(0);
00057
00058 getWhichCellIndex();
00059
00060 setCoveredCellValue(0.0);
00061
00062 getCoveredCellValue();
00063
00064 multiFaceValues(NULL,0,0,0,0);
00065
00066 multiCellValues(NULL,0,0,0);
00067
00068
00069 #endif
00070 return 1;
00071 }
00072
00073 #include "NamespaceFooter.H"
00074 #endif