ASL 0.1.7
Advanced Simulation Library
|
#include <aslDataWithGhostNodes.h>
Public Member Functions | |
int | getSubContainerOffset () const |
unsigned int | getSubContainerSize () const |
const Block & | getInternalBlock () const |
const unsigned int | getGhostBorder () const |
virtual acl::VectorOfElements | getSubContainer ()=0 |
![]() | |
virtual const acl::VectorOfElements | getEContainer ()=0 |
virtual const acl::VectorOfElementsData | getDContainer () const =0 |
const Block & | getBlock () const |
void | setBlock (const Block &b) |
Protected Member Functions | |
AbstractDataWithGhostNodes () | |
AbstractDataWithGhostNodes (const Block &b, int nGN=1, bool bDA=true) | |
![]() | |
AbstractData () | |
AbstractData (const Block &b) | |
Protected Attributes | |
Block | internalBlock |
unsigned int | ghostBorder |
num of cells within the border | |
bool | bordersDataAcces |
flag represents whther the data acces on the borders is allowed | |
![]() | |
Block | block |
Definition at line 38 of file aslDataWithGhostNodes.h.
|
inlineprotected |
Definition at line 93 of file aslDataWithGhostNodes.h.
|
inlineprotected |
Definition at line 97 of file aslDataWithGhostNodes.h.
Definition at line 127 of file aslDataWithGhostNodes.h.
Definition at line 122 of file aslDataWithGhostNodes.h.
|
pure virtual |
Implemented in asl::DataWithGhostNodes< V >.
|
inline |
Definition at line 132 of file aslDataWithGhostNodes.h.
Definition at line 139 of file aslDataWithGhostNodes.h.
|
protected |
flag represents whther the data acces on the borders is allowed
Definition at line 45 of file aslDataWithGhostNodes.h.
num of cells within the border
Definition at line 43 of file aslDataWithGhostNodes.h.
|
protected |
Definition at line 41 of file aslDataWithGhostNodes.h.