Virtual class describes general interface for boundary conditions which connect two datas.
More...
|
| BCondConnectorSlice (const Block &b1, const Block &b2, const VectorTemplate *const t) |
|
void | addGhostSlice1 (AVec< int > pB, AVec< int > pE, int dir) |
|
void | addGhostSlice2 (AVec< int > pB, AVec< int > pE, int dir) |
|
const Block & | getBlock1 () |
|
const Block & | getBlock2 () |
|
| BCondConnectorSlice (const Block &b1, const Block &b2, const VectorTemplate *const t) |
|
void | addGhostSlice1 (AVec< int > pB, AVec< int > pE, int dir) |
|
void | addGhostSlice2 (AVec< int > pB, AVec< int > pE, int dir) |
|
const Block & | getBlock1 () |
|
const Block & | getBlock2 () |
|
virtual void | execute ()=0 |
| Executes the numerical procedure. More...
|
|
virtual void | init ()=0 |
| Builds the necesery internal data and kernels. More...
|
|
virtual | ~NumMethod () |
|
virtual void | execute ()=0 |
| Executes the numerical procedure. More...
|
|
virtual void | init ()=0 |
| Builds the necesery internal data and kernels. More...
|
|
virtual | ~NumMethod () |
|
Virtual class describes general interface for boundary conditions which connect two datas.
The class differs from the class BCondConnector by no use of the explicite connection point lists. The boundary defined by fist and last point numbers and by definition of corresponding increments and dimensionality of the point set.
- Todo:
- Add posibility to define several slices with different dimensionalities
The class differs from the class BCondConnector by no use of the explicite connection point lists. The boundary defined by fist and last point numbers and by definition of corresponding increments and dimensionality of the point set.
- Todo:
- Add posibility to define several slices with different dimensionalities
Definition at line 258 of file aslBCond.h.