Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

DatasetClient.H File Reference

#include "LayoutData.H"
#include "LevelData.H"
#include "FArrayBox.H"
#include "BaseFab.H"

Include dependency graph for DatasetClient.H:

Include dependency graph

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

Included by dependency graph

Go to the source code of this file.

Functions

bool ArrayView (BaseFab< Real > *a_debugFab)
 View a single BaseFab<Real> or FAB.

bool ArrayViewInt (BaseFab< int > *a_intFabPtr)
 View a single BaseFab<int>.

bool ArrayViewFabFormatLabel (BaseFab< Real > *a_debugFab, const char *a_format, const char *a_label)
 View a single FAB with custom format and window title.

bool MultiArrayView (LayoutData< FArrayBox > *a_debugLayoutData)
 View a LayoutData of FABs.

bool ArrayViewLDF (LevelData< FArrayBox > *a_debugLevelData)
 View a LevelData of FABs.

bool ArrayViewLDFFormatLabel (LevelData< FArrayBox > *a_debugLevelData, const char *a_format, const char *a_label)
 View a LevelData of FABs with custom format and window title.

bool MultiArrayViewFab (LayoutData< FArrayBox > *a_debugLayoutData)
 View a LayoutData of FABs.

bool MultiArrayViewRealBaseFab (LayoutData< BaseFab< Real > > *a_debugLayoutData)
 View a LayoutData of BaseFab<Real>s.

bool MultiArrayViewFormatLabel (LayoutData< BaseFab< Real > > *a_layoutdata, const char *a_format, const char *a_label)
 View a LayoutData of BaseFab<Real>s with custom format and title.

bool ArrayViewRealPtrArrayNVarDims (Real *a_data[], int a_nvar, const int *a_lodim, const int *a_hidim, const char *a_format, const char *a_label)
bool CreateSocket (int &a_newsocket)
bool SendRealArray (int a_sockfd, Real *a_data[], int a_nvar, const int *a_lodim, const int *a_hidim)
bool SendString (int a_sockfd, const char *a_sendstring)

Variables

int arrayview_user_port_offset


Function Documentation

bool ArrayView BaseFab< Real > *  a_debugFab  ) 
 

View a single BaseFab<Real> or FAB.

Sends single fab information to DatasetServer port. For use inside debuggers.

bool ArrayViewInt BaseFab< int > *  a_intFabPtr  ) 
 

View a single BaseFab<int>.

Sends single fab of ints information to DatasetServer port. For use inside debuggers.

bool ArrayViewFabFormatLabel BaseFab< Real > *  a_debugFab,
const char *  a_format,
const char *  a_label
 

View a single FAB with custom format and window title.

Sends a single FAB to the DatasetServer port using the given label and given format.

Parameters:
debugFab is the FAB to view
format is the printf format for numerical display ( ex: "%5.3f" ).
label is the first part of the window title ( ex: "myfabname" ). For use inside debuggers.

bool MultiArrayView LayoutData< FArrayBox > *  a_debugLayoutData  ) 
 

View a LayoutData of FABs.

Send layoutdata information to the DatasetServer port. For use inside debuggers.

bool ArrayViewLDF LevelData< FArrayBox > *  a_debugLevelData  ) 
 

View a LevelData of FABs.

Send leveldata information to the DatasetServer port. This is for parallel debugging and can only be used inside the code. If you use this inside the debugger in parallel, it will hang on a leveldata::copyTo call.

bool ArrayViewLDFFormatLabel LevelData< FArrayBox > *  a_debugLevelData,
const char *  a_format,
const char *  a_label
 

View a LevelData of FABs with custom format and window title.

Send leveldata information to the DatasetServer port.

Parameters:
data points to the LevelData to view
format is the printf format for numerical display ( ex: "%5.3f" ).
label is the first part of the window title ( ex: "myfabname" ). This is for parallel debugging and can only be used inside the code. If you use this inside the debugger in parallel, it will hang on a leveldata::copyTo call.

bool MultiArrayViewFab LayoutData< FArrayBox > *  a_debugLayoutData  ) 
 

View a LayoutData of FABs.

Send layoutdata information to the DatasetServer port. For use inside debuggers.

bool MultiArrayViewRealBaseFab LayoutData< BaseFab< Real > > *  a_debugLayoutData  ) 
 

View a LayoutData of BaseFab<Real>s.

Send LayoutData information to the DatasetServer port. For use inside debuggers.

bool MultiArrayViewFormatLabel LayoutData< BaseFab< Real > > *  a_layoutdata,
const char *  a_format,
const char *  a_label
 

View a LayoutData of BaseFab<Real>s with custom format and title.

Send LayoutData information to the DatasetServer port.

Parameters:
layoutdata points to the LayoutData to view
format is the printf format for numerical display ( ex: "%5.3f" ).
label is the first part of the window title ( ex: "myfabname" ). For use inside debuggers.

bool ArrayViewRealPtrArrayNVarDims Real a_data[],
int  a_nvar,
const int *  a_lodim,
const int *  a_hidim,
const char *  a_format,
const char *  a_label
 

bool CreateSocket int &  a_newsocket  ) 
 

bool SendRealArray int  a_sockfd,
Real a_data[],
int  a_nvar,
const int *  a_lodim,
const int *  a_hidim
 

bool SendString int  a_sockfd,
const char *  a_sendstring
 


Variable Documentation

int arrayview_user_port_offset
 


Generated on Fri Jul 2 17:54:13 2004 for Chombo by doxygen 1.3.2