ASL  0.1.7
Advanced Simulation Library
Public Types | Public Member Functions | Public Attributes | Protected Attributes | List of all members
asl::BCLinearGrowthMap2 Class Reference

#include <aslCrystalGrowthBC.h>

Inheritance diagram for asl::BCLinearGrowthMap2:
Inheritance graph
[legend]
Collaboration diagram for asl::BCLinearGrowthMap2:
Collaboration graph
[legend]

Public Types

typedef SPAbstractDataWithGhostNodes Data
 

Public Member Functions

 BCLinearGrowthMap2 (Data d, const acl::VectorOfElements &cEq, const acl::VectorOfElements &beta, Data map, const VectorTemplate *const t)
 
 BCLinearGrowthMap2 (Data d, const acl::VectorOfElements &cEq, const acl::VectorOfElements &beta, Data map, Data computationalDomain, const VectorTemplate *const t)
 
 ~BCLinearGrowthMap2 ()
 
virtual void execute ()
 Executes the numerical procedure. More...
 
virtual void init ()
 Builds the necesery internal data and kernels. More...
 
- Public Member Functions inherited from asl::BCondWithMap
const VectorTemplategetVT ()
 
- Public Member Functions inherited from asl::NumMethod
virtual ~NumMethod ()
 

Public Attributes

acl::SPKernel kernelCN
 
acl::SPKernel kernelGN
 

Protected Attributes

Data data
 
acl::VectorOfElements cEq
 
acl::VectorOfElements beta
 
- Protected Attributes inherited from asl::BCondWithMap
bool pointsListFlag
 flag whether the point list to be generated or not More...
 
acl::VectorOfElements currentPoint
 
const VectorTemplate *const templ
 
Block bl
 block More...
 
SPAbstractDataWithGhostNodes map
 boundary description for the particular BC More...
 
SPDistanceFunction mapDF
 
SPAbstractDataWithGhostNodes computationalDomain
 Computational domain which contains all boundaries and the particular boundary as well. More...
 
SPDistanceFunction computationalDomainDF
 
unique_ptr< TemplateVEmapTVE
 
unique_ptr< TemplateVEcDomainTVE
 

Additional Inherited Members

- Protected Member Functions inherited from asl::BCondWithMap
virtual void initMapInfrastructure (acl::ExpressionContainer &ec)
 initialize mapTVE and cDomainTVE More...
 
acl::VectorOfElements isGhostNode (unsigned int i)
 returns expression corresponding to check if the node in i^th direction is ghost one More...
 
acl::VectorOfElements isComputationNode (unsigned int i)
 returns expression corresponding to check if the node in i^th direction is computation one More...
 
acl::VectorOfElements isComputationNode (const vector< unsigned int > &ii)
 returns expression corresponding to check if nodes in directions ii are computation ones More...
 
acl::VectorOfElements isGhostNode ()
 returns expression corresponding to check if the current node is ghost one More...
 
acl::VectorOfElements isComputationNode ()
 returns expression corresponding to check if the current node is computation one More...
 
 BCondWithMap (SPAbstractDataWithGhostNodes m, const VectorTemplate *const vt)
 
 BCondWithMap (SPDistanceFunction m, const Block &b, const VectorTemplate *const vt)
 
 BCondWithMap (SPAbstractDataWithGhostNodes m, SPAbstractDataWithGhostNodes cd, const VectorTemplate *const vt)
 
 BCondWithMap (SPAbstractDataWithGhostNodes m, SPDistanceFunction cd, const VectorTemplate *const vt)
 
 BCondWithMap (SPDistanceFunction m, SPDistanceFunction cd, const Block &b, const VectorTemplate *const vt)
 

Detailed Description

Boundary condition that makes gradient proportional to a surface concentration, second order

Definition at line 148 of file aslCrystalGrowthBC.h.

Member Typedef Documentation

◆ Data

Definition at line 151 of file aslCrystalGrowthBC.h.

Constructor & Destructor Documentation

◆ BCLinearGrowthMap2() [1/2]

asl::BCLinearGrowthMap2::BCLinearGrowthMap2 ( Data  d,
const acl::VectorOfElements cEq,
const acl::VectorOfElements beta,
Data  map,
const VectorTemplate *const  t 
)

◆ BCLinearGrowthMap2() [2/2]

asl::BCLinearGrowthMap2::BCLinearGrowthMap2 ( Data  d,
const acl::VectorOfElements cEq,
const acl::VectorOfElements beta,
Data  map,
Data  computationalDomain,
const VectorTemplate *const  t 
)

◆ ~BCLinearGrowthMap2()

asl::BCLinearGrowthMap2::~BCLinearGrowthMap2 ( )

Member Function Documentation

◆ execute()

virtual void asl::BCLinearGrowthMap2::execute ( )
virtual

Executes the numerical procedure.

Implements asl::NumMethod.

◆ init()

virtual void asl::BCLinearGrowthMap2::init ( )
virtual

Builds the necesery internal data and kernels.

Implements asl::NumMethod.

Member Data Documentation

◆ beta

acl::VectorOfElements asl::BCLinearGrowthMap2::beta
protected

Definition at line 157 of file aslCrystalGrowthBC.h.

◆ cEq

acl::VectorOfElements asl::BCLinearGrowthMap2::cEq
protected

Definition at line 156 of file aslCrystalGrowthBC.h.

◆ data

Data asl::BCLinearGrowthMap2::data
protected

Definition at line 155 of file aslCrystalGrowthBC.h.

◆ kernelCN

acl::SPKernel asl::BCLinearGrowthMap2::kernelCN

Definition at line 152 of file aslCrystalGrowthBC.h.

◆ kernelGN

acl::SPKernel asl::BCLinearGrowthMap2::kernelGN

Definition at line 153 of file aslCrystalGrowthBC.h.


The documentation for this class was generated from the following file: