#include "REAL.H"#include "LayoutData.H"#include "LevelData.H"#include "EBCellFAB.H"#include "EBFaceFAB.H"#include "BaseIFFAB.H"#include "BaseIVFAB.H"#include "EBArrayViewClient.H"Include dependency graph for EBArrayViewClient.H:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| bool | IFFABView (const BaseIFFAB< Real > *const fab) |
| bool | IVFABView (const BaseIVFAB< Real > *const fab) |
| bool | EBCellFABView (const EBCellFAB *const fab) |
| bool | EBFaceFABView (const EBFaceFAB *const fab) |
| bool | IrregViewRealPtrArrayNVarDims (Real *data[], int nvar, const int *lodim, const int *hidim, const char *format, const char *label) |
| bool | MultiEBCellFABView (const LayoutData< EBCellFAB > *const fab) |
| bool | LDEBCellFABView (const LevelData< EBCellFAB > *const fab, const Box *const a_domainPtr) |
| void | makeFabFromEBFAB (BaseFab< Real > &fab, const EBCellFAB &ebfab) |
|
|
Arrayview interface for regular data on VoFs. Can be called from debugger. |
|
|
Arrayview interface for regular data on Faces. Can be called from debugger. |
|
|
Arrayview interface for irregular data on faces. Can be called from debugger. |
|
||||||||||||||||||||||||||||
|
|
|
|
Arrayview interface for irregular data on VoFs. Can be called from debugger. |
|
||||||||||||
|
Arrayview interface for regular data on VoFs. Do NOT call this one from the debugger. Use only inside your program. |
|
||||||||||||
|
|
|
|
Arrayview interface for regular data on VoFs. Can be called from debugger. |
1.2.16