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. More... | |
virtual void | init ()=0 |
Builds the necesery internal data and kernels. More... | |
virtual | ~NumMethod () |
Protected Member Functions | |
virtual void | initMapInfrastructure (acl::ExpressionContainer &ec) |
initialize mapTVE and cDomainTVE More... | |
acl::VectorOfElements | isGhostNode (unsigned int i) |
returns expression corresponding to check if the node in i^th direction is ghost one More... | |
acl::VectorOfElements | isComputationNode (unsigned int i) |
returns expression corresponding to check if the node in i^th direction is computation one More... | |
acl::VectorOfElements | isComputationNode (const vector< unsigned int > &ii) |
returns expression corresponding to check if nodes in directions ii are computation ones More... | |
acl::VectorOfElements | isGhostNode () |
returns expression corresponding to check if the current node is ghost one More... | |
acl::VectorOfElements | isComputationNode () |
returns expression corresponding to check if the current node is computation one More... | |
BCondWithMap (SPAbstractDataWithGhostNodes m, const VectorTemplate *const vt) | |
BCondWithMap (SPDistanceFunction m, const Block &b, const VectorTemplate *const vt) | |
BCondWithMap (SPAbstractDataWithGhostNodes m, SPAbstractDataWithGhostNodes cd, const VectorTemplate *const vt) | |
BCondWithMap (SPAbstractDataWithGhostNodes m, SPDistanceFunction cd, const VectorTemplate *const vt) | |
BCondWithMap (SPDistanceFunction m, SPDistanceFunction cd, const Block &b, const VectorTemplate *const vt) | |
Protected Attributes | |
bool | pointsListFlag |
flag whether the point list to be generated or not More... | |
acl::VectorOfElements | currentPoint |
const VectorTemplate *const | templ |
Block | bl |
block More... | |
SPAbstractDataWithGhostNodes | map |
boundary description for the particular BC More... | |
SPDistanceFunction | mapDF |
SPAbstractDataWithGhostNodes | computationalDomain |
Computational domain which contains all boundaries and the particular boundary as well. More... | |
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 node in i^th direction is computation one
Requires call of initMapInfrastructure
|
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 current node is computation one
|
protected |
returns expression corresponding to check if the node in i^th direction is ghost one
Requires call of initMapInfrastructure
|
protected |
returns expression corresponding to check if the current node is ghost one
|
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.