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_t * | tetData (int t) const |
const xfer_t * | ptData (int p) const |
sendState (const TetMesh &m, int tv, int pv, const xfer_t *t, const xfer_t *p) | |
Data Fields | |
const PrismMesh & | mesh |
const double * | faceVals |
const double * | ptVals |
const TetMesh & | mesh |
const xfer_t * | tetVals |
const xfer_t * | ptVals |
Definition at line 161 of file parallelsurfacetransfer.C.
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.
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().
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().
Definition at line 157 of file paralleltransfer.C.
References meshState::tetVal, and tetVals.
Referenced by tetSender::putTet().
const PrismMesh& sendState::mesh |
Definition at line 163 of file parallelsurfacetransfer.C.
Referenced by faceSender::countFace(), tetSender::countTet(), faceSender::putFace(), and tetSender::putTet().
const double* sendState::faceVals |
const double* sendState::ptVals |
const TetMesh& sendState::mesh |
Definition at line 153 of file paralleltransfer.C.
const xfer_t* sendState::tetVals |
const xfer_t* sendState::ptVals |
Definition at line 155 of file paralleltransfer.C.