ASL
0.1.7
Advanced Simulation Library
|
Virtual class describes general interface for boundary conditions. More...
#include <aslBCond.h>
Public Member Functions | |
BCondDynamic (const Block &b) | |
BCondDynamic (const Block &b, const VectorTemplate *const t) | |
const Block & | getBlock () |
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 Attributes | |
Block | block |
const VectorTemplate *const | templ |
acl::SPVectorOfElementsData | pointsACL |
acl::SPVectorOfElementsData | normalsACL |
Virtual class describes general interface for boundary conditions.
The class is sutable for BC with moving boundary. It takes the list points and corresponding normals as an input. The boundary conditions are computed automaticaly for a given VectorTemplate.
Definition at line 292 of file aslBCond.h.
asl::BCondDynamic::BCondDynamic | ( | const Block & | b | ) |
asl::BCondDynamic::BCondDynamic | ( | const Block & | b, |
const VectorTemplate *const | t | ||
) |
const Block& asl::BCondDynamic::getBlock | ( | ) |
|
inline |
|
protected |
Definition at line 295 of file aslBCond.h.
|
protected |
Definition at line 299 of file aslBCond.h.
|
protected |
Definition at line 298 of file aslBCond.h.
|
protected |
Definition at line 296 of file aslBCond.h.