ASL 0.1.7
Advanced Simulation Library
|
Virtual class describes general interface for boundary conditions. More...
#include <aslBCond.h>
Public Member Functions | |
const VectorTemplate * | getVT () |
![]() | |
virtual void | execute ()=0 |
Executes the numerical procedure. | |
virtual void | init ()=0 |
Builds the necesery internal data and kernels. | |
virtual | ~NumMethod () |
Protected Attributes | |
bool | pointsListFlag |
flag whether the point list to be generated or not | |
acl::VectorOfElements | currentPoint |
const VectorTemplate *const | templ |
Block | bl |
block | |
SPAbstractDataWithGhostNodes | map |
boundary description for the particular BC | |
SPDistanceFunction | mapDF |
SPAbstractDataWithGhostNodes | computationalDomain |
Computational domain which contains all boundaries and the particular boundary as well. | |
SPDistanceFunction | computationalDomainDF |
unique_ptr< TemplateVE > | mapTVE |
unique_ptr< TemplateVE > | cDomainTVE |
Virtual class describes general interface for boundary conditions.
The class is aimed to deal with numerical with computational map. Namely it should be a DataWithGhestNodes object with values in each point which can be interpreted as a computation map. The inteprretation law is:
Definition at line 100 of file aslBCond.h.
|
protected |
m | the map |
t | the corresponding template |
|
protected |
m | the map |
t | the corresponding template |
|
protected |
m | the map for the particular boundary |
cd | the map for the computational domain |
t | the corresponding template |
|
protected |
m | the map for the particular boundary |
cd | the map for the computational domain |
t | the corresponding template |
|
protected |
m | the map for the particular boundary |
cd | the map for the computational domain |
t | the corresponding template |
b | the computation block |
|
inline |
Definition at line 346 of file aslBCond.h.
|
protectedvirtual |
initialize mapTVE and cDomainTVE
|
protected |
returns expression corresponding to check if the current node is computation one
|
protected |
returns expression corresponding to check if nodes in directions ii
are computation ones
Requires call of initMapInfrastructure
|
protected |
returns expression corresponding to check if the node in i^th direction is computation one
Requires call of initMapInfrastructure
|
protected |
returns expression corresponding to check if the current node is ghost one
|
protected |
returns expression corresponding to check if the node in i^th direction is ghost one
Requires call of initMapInfrastructure
|
protected |
block
Definition at line 109 of file aslBCond.h.
|
protected |
Definition at line 118 of file aslBCond.h.
|
protected |
Computational domain which contains all boundaries and the particular boundary as well.
Definition at line 114 of file aslBCond.h.
|
protected |
Definition at line 115 of file aslBCond.h.
|
protected |
Definition at line 105 of file aslBCond.h.
|
protected |
boundary description for the particular BC
Definition at line 111 of file aslBCond.h.
|
protected |
Definition at line 112 of file aslBCond.h.
|
protected |
Definition at line 117 of file aslBCond.h.
|
protected |
flag whether the point list to be generated or not
Definition at line 104 of file aslBCond.h.
|
protected |
Definition at line 106 of file aslBCond.h.