|
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 |
Public Member Functions inherited from asl::AbstractData | |
| 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) | |
Protected Member Functions inherited from asl::AbstractData | |
| AbstractData () | |
| AbstractData (const Block &b) | |
Protected Attributes | |
| Block | internalBlock |
| unsigned int | ghostBorder |
| num of cells within the border More... | |
| bool | bordersDataAcces |
| flag represents whther the data acces on the borders is allowed More... | |
Protected Attributes inherited from asl::AbstractData | |
| 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.
|
inline |
Definition at line 127 of file aslDataWithGhostNodes.h.
|
inline |
Definition at line 122 of file aslDataWithGhostNodes.h.
|
pure virtual |
Implemented in asl::DataWithGhostNodes< V >.
|
inline |
Definition at line 132 of file aslDataWithGhostNodes.h.
|
inline |
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.
|
protected |
num of cells within the border
Definition at line 43 of file aslDataWithGhostNodes.h.
|
protected |
Definition at line 41 of file aslDataWithGhostNodes.h.
1.8.5