PPL Logo

sendState Class Reference

Describes the outgoing mesh. More...

Inheritance diagram for sendState:

Inheritance graph
[legend]
Collaboration diagram for sendState:

Collaboration graph
[legend]

Public Member Functions

const double * faceData (int t) const
const double * ptData (int p) const
 sendState (const PrismMesh &m, int tv, int pv, const double *t, const double *p)
const xfer_ttetData (int t) const
const xfer_tptData (int p) const
 sendState (const TetMesh &m, int tv, int pv, const xfer_t *t, const xfer_t *p)

Data Fields

const PrismMeshmesh
const double * faceVals
const double * ptVals
const TetMeshmesh
const xfer_ttetVals
const xfer_tptVals

Detailed Description

Describes the outgoing mesh.

Definition at line 161 of file parallelsurfacetransfer.C.


Constructor & Destructor Documentation

sendState::sendState ( const PrismMesh m,
int  tv,
int  pv,
const double *  t,
const double *  p 
) [inline]

Definition at line 170 of file parallelsurfacetransfer.C.

sendState::sendState ( const TetMesh m,
int  tv,
int  pv,
const xfer_t t,
const xfer_t p 
) [inline]

Definition at line 160 of file paralleltransfer.C.


Member Function Documentation

const double* sendState::faceData ( int  t  )  const [inline]

Definition at line 167 of file parallelsurfacetransfer.C.

References meshState::faceVal, and faceVals.

Referenced by faceSender::putFace().

Here is the caller graph for this function:

const double* sendState::ptData ( int  p  )  const [inline]

Definition at line 168 of file parallelsurfacetransfer.C.

References meshState::ptVal, and ptVals.

Referenced by faceSender::putFace(), and tetSender::putTet().

Here is the caller graph for this function:

const xfer_t* sendState::tetData ( int  t  )  const [inline]

Definition at line 157 of file paralleltransfer.C.

References meshState::tetVal, and tetVals.

Referenced by tetSender::putTet().

Here is the caller graph for this function:

const xfer_t* sendState::ptData ( int  p  )  const [inline]

Definition at line 158 of file paralleltransfer.C.

References meshState::ptVal, and ptVals.


Field Documentation

const double* sendState::faceVals

Definition at line 164 of file parallelsurfacetransfer.C.

Referenced by faceData().

const double* sendState::ptVals

Definition at line 165 of file parallelsurfacetransfer.C.

Referenced by ptData().

Definition at line 153 of file paralleltransfer.C.

Definition at line 154 of file paralleltransfer.C.

Referenced by tetData().

Definition at line 155 of file paralleltransfer.C.


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

Generated on Mon Sep 21 08:29:47 2020 for Charm++ by  doxygen 1.5.5