CCAFFEINE  0.8.8
Public Member Functions
Cart2DPort Class Reference

#include <Cart2DPort.h>

List of all members.

Public Member Functions

virtual void setXAxis (double *x, struct CCA_dimenMap *mapX)=0
virtual void setYAxis (double *y, struct CCA_dimenMap *mapY)=0
virtual void setField (CCA_Block *b, char *name)=0
virtual int visualize ()=0

Detailed Description

Interface called by physics at start to setup cumulvs.


Member Function Documentation

virtual void Cart2DPort::setXAxis ( double *  x,
struct CCA_dimenMap mapX 
) [pure virtual]

Set up array of x coordinates.

virtual void Cart2DPort::setYAxis ( double *  y,
struct CCA_dimenMap mapY 
) [pure virtual]

Set array of y coordinates.

virtual void Cart2DPort::setField ( CCA_Block b,
char *  name 
) [pure virtual]

Set up a field extractable from the CCA_Block for viewing in VIZ code.

Parameters:
bthe data, in which the field will be found.
namethe name of a field that will be found in the block description. Only those fields within the block nominated via the setField call will be viz-enabled.
virtual int Cart2DPort::visualize ( ) [pure virtual]

Start the visualization routine going again.


The documentation for this class was generated from the following file: