ASL 0.1.7
Advanced Simulation Library
|
#include <aslCrystalGrowthBC.h>
Public Types | |
typedef SPAbstractDataWithGhostNodes | Data |
typedef SPAbstractDataWithGhostNodes | Data |
Public Attributes | |
acl::SPKernel | kernel |
Protected Attributes | |
Data | data |
acl::VectorOfElements | cEq |
acl::VectorOfElements | beta |
![]() | |
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 |
Boundary condition that makes gradient proportional to a surface concentration
Definition at line 46 of file aslCrystalGrowthBC.h.
Definition at line 49 of file aslCrystalGrowthBC.h.
Definition at line 49 of file aslCrystalGrowthBC.h.
asl::BCLinearGrowthMap::BCLinearGrowthMap | ( | Data | d, |
const acl::VectorOfElements & | cEq, | ||
const acl::VectorOfElements & | beta, | ||
Data | map, | ||
const VectorTemplate *const | t | ||
) |
asl::BCLinearGrowthMap::BCLinearGrowthMap | ( | Data | d, |
const acl::VectorOfElements & | cEq, | ||
const acl::VectorOfElements & | beta, | ||
Data | map, | ||
Data | computationalDomain, | ||
const VectorTemplate *const | t | ||
) |
asl::BCLinearGrowthMap::~BCLinearGrowthMap | ( | ) |
asl::BCLinearGrowthMap::BCLinearGrowthMap | ( | Data | d, |
const acl::VectorOfElements & | cEq, | ||
const acl::VectorOfElements & | beta, | ||
Data | map, | ||
const VectorTemplate *const | t | ||
) |
asl::BCLinearGrowthMap::BCLinearGrowthMap | ( | Data | d, |
const acl::VectorOfElements & | cEq, | ||
const acl::VectorOfElements & | beta, | ||
Data | map, | ||
Data | computationalDomain, | ||
const VectorTemplate *const | t | ||
) |
asl::BCLinearGrowthMap::~BCLinearGrowthMap | ( | ) |
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.
|
protected |
Definition at line 54 of file aslCrystalGrowthBC.h.
|
protected |
Definition at line 53 of file aslCrystalGrowthBC.h.
|
protected |
Definition at line 52 of file aslCrystalGrowthBC.h.
acl::SPKernel asl::BCLinearGrowthMap::kernel |
Definition at line 50 of file aslCrystalGrowthBC.h.