ASL 0.1.7
Advanced Simulation Library
|
Bondary condition that puts fixed value in each point. More...
#include <aslBasicBC2.h>
Public Types | |
typedef SPAbstractDataWithGhostNodes | Data |
typedef SPAbstractDataWithGhostNodes | Data |
Public Attributes | |
acl::SPKernel | kernelCN |
acl::SPKernel | kernelGN |
Protected Attributes | |
Data | data |
acl::VectorOfElements | value |
![]() | |
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 |
Bondary condition that puts fixed value in each point.
<> Bondary condition that puts fixed value in each point <> Bondary condition that makes fixed gradient, second order accuracy <>
Definition at line 94 of file aslBasicBC2.h.
Definition at line 97 of file aslBasicBC2.h.
Definition at line 97 of file aslBasicBC2.h.
asl::BCConstantGradientMap2::BCConstantGradientMap2 | ( | Data | d, |
const acl::VectorOfElements & | v, | ||
Data | map, | ||
const VectorTemplate *const | t | ||
) |
asl::BCConstantGradientMap2::BCConstantGradientMap2 | ( | Data | d, |
const acl::VectorOfElements & | v, | ||
Data | map, | ||
Data | computationalDomain, | ||
const VectorTemplate *const | t | ||
) |
asl::BCConstantGradientMap2::~BCConstantGradientMap2 | ( | ) |
asl::BCConstantGradientMap2::BCConstantGradientMap2 | ( | Data | d, |
const acl::VectorOfElements & | v, | ||
Data | map, | ||
const VectorTemplate *const | t | ||
) |
asl::BCConstantGradientMap2::BCConstantGradientMap2 | ( | Data | d, |
const acl::VectorOfElements & | v, | ||
Data | map, | ||
Data | computationalDomain, | ||
const VectorTemplate *const | t | ||
) |
asl::BCConstantGradientMap2::~BCConstantGradientMap2 | ( | ) |
Executes the numerical procedure.
Implements asl::NumMethod.
Executes the numerical procedure.
Implements asl::NumMethod.
Builds the necesery internal data and kernels.
Implements asl::NumMethod.
Builds the necesery internal data and kernels.
Implements asl::NumMethod.
void asl::BCConstantGradientMap2::setValue | ( | const acl::VectorOfElements & | v | ) |
void asl::BCConstantGradientMap2::setValue | ( | const acl::VectorOfElements & | v | ) |
|
protected |
Definition at line 101 of file aslBasicBC2.h.
acl::SPKernel asl::BCConstantGradientMap2::kernelCN |
Definition at line 98 of file aslBasicBC2.h.
acl::SPKernel asl::BCConstantGradientMap2::kernelGN |
Definition at line 99 of file aslBasicBC2.h.
|
protected |
Definition at line 102 of file aslBasicBC2.h.