|
ASL 0.1.7
Advanced Simulation Library
|
Bondary condition that puts fixed value in each point. More...
#include <aslBasicBC.h>


Public Types | |
| typedef SPAbstractDataWithGhostNodes | Data |
| typedef SPAbstractDataWithGhostNodes | Data |
Public Member Functions | |
| BCValuePFMap (Data d, SPPositionFunction val, Data map) | |
| ~BCValuePFMap () | |
| virtual void | execute () |
| Executes the numerical procedure. | |
| virtual void | init () |
| Builds the necesery internal data and kernels. | |
| void | setValue (SPPositionFunction v) |
| BCValuePFMap (Data d, SPPositionFunction val, Data map) | |
| ~BCValuePFMap () | |
| virtual void | execute () |
| Executes the numerical procedure. | |
| virtual void | init () |
| Builds the necesery internal data and kernels. | |
| void | setValue (SPPositionFunction v) |
Public Member Functions inherited from asl::BCondWithMap | |
| const VectorTemplate * | getVT () |
| const VectorTemplate * | getVT () |
Public Member Functions inherited from asl::NumMethod | |
| virtual | ~NumMethod () |
| virtual | ~NumMethod () |
Public Attributes | |
| acl::SPKernel | kernel |
Protected Attributes | |
| Data | data |
| SPPositionFunction | value |
Protected Attributes inherited from asl::BCondWithMap | |
| 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.
<>
Definition at line 114 of file aslBasicBC.h.
Definition at line 117 of file aslBasicBC.h.
Definition at line 117 of file aslBasicBC.h.
| asl::BCValuePFMap::BCValuePFMap | ( | Data | d, |
| SPPositionFunction | val, | ||
| Data | map | ||
| ) |
| asl::BCValuePFMap::~BCValuePFMap | ( | ) |
| asl::BCValuePFMap::BCValuePFMap | ( | Data | d, |
| SPPositionFunction | val, | ||
| Data | map | ||
| ) |
| asl::BCValuePFMap::~BCValuePFMap | ( | ) |
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::BCValuePFMap::setValue | ( | SPPositionFunction | v | ) |
| void asl::BCValuePFMap::setValue | ( | SPPositionFunction | v | ) |
|
protected |
Definition at line 120 of file aslBasicBC.h.
| acl::SPKernel asl::BCValuePFMap::kernel |
Definition at line 118 of file aslBasicBC.h.
|
protected |
Definition at line 121 of file aslBasicBC.h.