ASL 0.1.7
Advanced Simulation Library
|
Bondary condition that makes constant flux for pure diffusion <> More...
#include <aslFDAdvectionDiffusionBC.h>
Public Types | |
typedef SPAbstractDataWithGhostNodes | Data |
typedef SPAbstractDataWithGhostNodes | Data |
Public Member Functions | |
BCConstantFluxMap (Data d, const acl::VectorOfElements &val, Data map, const VectorTemplate *const t) | |
~BCConstantFluxMap () | |
virtual void | execute () |
Executes the numerical procedure. | |
virtual void | init () |
Builds the necesery internal data and kernels. | |
void | setValue (const acl::VectorOfElements &v) |
BCConstantFluxMap (Data d, const acl::VectorOfElements &val, Data map, const VectorTemplate *const t) | |
~BCConstantFluxMap () | |
virtual void | execute () |
Executes the numerical procedure. | |
virtual void | init () |
Builds the necesery internal data and kernels. | |
void | setValue (const acl::VectorOfElements &v) |
![]() | |
const VectorTemplate * | getVT () |
const VectorTemplate * | getVT () |
![]() | |
virtual | ~NumMethod () |
virtual | ~NumMethod () |
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 constant flux for pure diffusion <>
Definition at line 45 of file aslFDAdvectionDiffusionBC.h.
Definition at line 48 of file aslFDAdvectionDiffusionBC.h.
Definition at line 48 of file aslFDAdvectionDiffusionBC.h.
asl::BCConstantFluxMap::BCConstantFluxMap | ( | Data | d, |
const acl::VectorOfElements & | val, | ||
Data | map, | ||
const VectorTemplate *const | t | ||
) |
asl::BCConstantFluxMap::~BCConstantFluxMap | ( | ) |
asl::BCConstantFluxMap::BCConstantFluxMap | ( | Data | d, |
const acl::VectorOfElements & | val, | ||
Data | map, | ||
const VectorTemplate *const | t | ||
) |
asl::BCConstantFluxMap::~BCConstantFluxMap | ( | ) |
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::BCConstantFluxMap::setValue | ( | const acl::VectorOfElements & | v | ) |
void asl::BCConstantFluxMap::setValue | ( | const acl::VectorOfElements & | v | ) |
|
protected |
Definition at line 51 of file aslFDAdvectionDiffusionBC.h.
acl::SPKernel asl::BCConstantFluxMap::kernel |
Definition at line 49 of file aslFDAdvectionDiffusionBC.h.
|
protected |
Definition at line 52 of file aslFDAdvectionDiffusionBC.h.