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 #ifdef CH_USE_HDF5
00019 writeEBFAB(NULL);
00020
00021 viewEBFAB(NULL);
00022
00023 writeEBFABname(NULL, "label");
00024
00025 viewEBFace(NULL);
00026
00027 writeEBLevel(NULL);
00028
00029 viewEBLevel(NULL);
00030
00031 writeEBLevelname(NULL, "label");
00032
00033 writeEBAMR(NULL);
00034
00035 viewEBAMR(NULL);
00036
00037 writeEBAMRname(NULL, "label");
00038
00039 writeIVFAB(NULL);
00040
00041 viewIVFAB(NULL);
00042
00043 browseIVFAB(NULL);
00044
00045 writeIVFABname(NULL,"label");
00046
00047 writeIVLevel(NULL);
00048
00049 viewIVLevel(NULL);
00050
00051 browseIVLevel(NULL);
00052
00053 writeIVLevelname(NULL, "label");
00054
00055 setWhichCellIndex(0);
00056
00057 getWhichCellIndex();
00058
00059 setCoveredCellValue(0.0);
00060
00061 getCoveredCellValue();
00062
00063 multiFaceValues(NULL,0,0,0,0);
00064
00065 multiCellValues(NULL,0,0,0);
00066
00067
00068 #endif
00069 return 1;
00070 }
00071
00072 #include "NamespaceFooter.H"
00073 #endif