ASL 0.1.7
Advanced Simulation Library
|
Bondary condition that makes fixed gradient <> More...
#include <aslBasicBC.h>
Public Types | |
typedef SPAbstractDataWithGhostNodes | Data |
typedef SPAbstractDataWithGhostNodes | Data |
Public Attributes | |
acl::SPKernel | kernel |
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 makes fixed gradient <>
Definition at line 209 of file aslBasicBC.h.
Definition at line 212 of file aslBasicBC.h.
Definition at line 212 of file aslBasicBC.h.
asl::BCConstantGradientMap::BCConstantGradientMap | ( | Data | d, |
const acl::VectorOfElements & | v, | ||
Data | map, | ||
const VectorTemplate *const | t | ||
) |
asl::BCConstantGradientMap::BCConstantGradientMap | ( | Data | d, |
const acl::VectorOfElements & | v, | ||
Data | map, | ||
Data | computationalDomain, | ||
const VectorTemplate *const | t | ||
) |
asl::BCConstantGradientMap::~BCConstantGradientMap | ( | ) |
asl::BCConstantGradientMap::BCConstantGradientMap | ( | Data | d, |
const acl::VectorOfElements & | v, | ||
Data | map, | ||
const VectorTemplate *const | t | ||
) |
asl::BCConstantGradientMap::BCConstantGradientMap | ( | Data | d, |
const acl::VectorOfElements & | v, | ||
Data | map, | ||
Data | computationalDomain, | ||
const VectorTemplate *const | t | ||
) |
asl::BCConstantGradientMap::~BCConstantGradientMap | ( | ) |
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::BCConstantGradientMap::setValue | ( | const acl::VectorOfElements & | v | ) |
void asl::BCConstantGradientMap::setValue | ( | const acl::VectorOfElements & | v | ) |
|
protected |
Definition at line 215 of file aslBasicBC.h.
acl::SPKernel asl::BCConstantGradientMap::kernel |
Definition at line 213 of file aslBasicBC.h.
|
protected |
Definition at line 216 of file aslBasicBC.h.