ASL
0.1.7
Advanced Simulation Library
|
Bondary condition that puts fixed value in each point uses Slices. More...
#include <aslBasicBC.h>
Public Types | |
typedef SPDataWithGhostNodesACLData | Data |
Public Member Functions | |
BCSConstantValue (Data d, cl_double v) | |
virtual void | execute () |
Executes the numerical procedure. More... | |
virtual void | init () |
Builds the necesery internal data and kernels. More... | |
![]() | |
BCondSlice (const Block &b) | |
BCondSlice (const Block &b, const VectorTemplate *const t) | |
void | addGhostSlice (AVec< int > pB, AVec< int > pE, int dir) |
const Block & | getBlock () |
![]() | |
virtual | ~NumMethod () |
Protected Attributes | |
acl::SPKernel | kernel |
Data | data |
cl_double | value |
![]() | |
Block | block |
const VectorTemplate *const | templ |
int | pointB |
int | pointE |
AVec< int > | sliceDimentions |
AVec< int > | sliceIncrements |
int | direction |
Bondary condition that puts fixed value in each point uses Slices.
Definition at line 317 of file aslBasicBC.h.
Definition at line 320 of file aslBasicBC.h.
asl::BCSConstantValue::BCSConstantValue | ( | Data | d, |
cl_double | v | ||
) |
|
virtual |
Executes the numerical procedure.
Implements asl::NumMethod.
|
virtual |
Builds the necesery internal data and kernels.
Implements asl::NumMethod.
|
protected |
Definition at line 323 of file aslBasicBC.h.
|
protected |
Definition at line 322 of file aslBasicBC.h.
|
protected |
Definition at line 324 of file aslBasicBC.h.