#include <patch.h>
Public Member Functions | |
void | setPartner (internalBCpatch *p) |
void | setType (int to) |
virtual void | writeFlo (FILE *out, const bcList &bc) |
virtual void | writeMblock (FILE *out, mblockData &d) |
virtual void | writeTop (FILE *out, const bcListTop &d) |
internalBCpatch (face *f_, block *src_, block *dest_, const blockSpan &srcSpan_, const blockSpan &destSpan_, const orient_t &orient_) | |
Public Member Functions inherited from patch | |
void | setFace (face *f_) |
face * | getFace (void) const |
virtual bool | isExternal (void) const |
patch () | |
virtual | ~patch () |
Public Attributes | |
block * | dest |
blockSpan | destSpan |
internalBCpatch * | partner |
int | type |
orient_t | orient |
Public Attributes inherited from patch | |
block * | src |
blockSpan | srcSpan |
Additional Inherited Members | |
Protected Member Functions inherited from patch | |
patch (face *f_, block *src_, const blockSpan &srcSpan_) | |
|
inline |
|
inline |
Definition at line 125 of file patch.h.
References partner.
Referenced by findPartner().
|
virtual |
Implements patch.
Definition at line 178 of file writeflo.cpp.
References dest, destSpan, block::getBlockNumber(), getSpan(), orient, patch::src, patch::srcSpan, and type.
|
virtual |
Implements patch.
Definition at line 200 of file writemblock.cpp.
References mblockData::getPatchNumber(), and printSpan().
|
virtual |
Implements patch.
Definition at line 204 of file writetop.cpp.
References dest, destSpan, block::getBlockNumber(), blockSpan::getFace(), orient, patch::srcSpan, writePatchEnd(), writePatchMiddle(), writePatchStart(), and writeSpan().
block* dest |
Definition at line 122 of file patch.h.
Referenced by createSendPatch(), findPartner(), writeFlo(), and writeTop().
blockSpan destSpan |
Definition at line 123 of file patch.h.
Referenced by createSendPatch(), findPartner(), writeFlo(), and writeTop().
orient_t orient |
Definition at line 128 of file patch.h.
Referenced by createSendPatch(), writeFlo(), and writeTop().
internalBCpatch* partner |
Definition at line 124 of file patch.h.
Referenced by buildFaces(), and setPartner().
int type |
Definition at line 126 of file patch.h.
Referenced by buildFaces(), setType(), and writeFlo().