|
ASL
0.1.6
Advanced Simulation Library
|
Bondary condition that makes fixed gradient. More...
#include <aslBasicBC.h>
Public Types | |
| typedef SPAbstractDataWithGhostNodes | Data |
| typedef SPAbstractDataWithGhostNodes | Data |
Public Member Functions | |
| BCConstantGradient (Data d, const acl::VectorOfElements &v, const VectorTemplate *const t) | |
| virtual void | execute () |
| Executes the numerical procedure. More... | |
| virtual void | init () |
| Builds the necesery internal data and kernels. More... | |
| void | setValue (const acl::VectorOfElements &value) |
| BCConstantGradient (Data d, const acl::VectorOfElements &v, const VectorTemplate *const t) | |
| virtual void | execute () |
| Executes the numerical procedure. More... | |
| virtual void | init () |
| Builds the necesery internal data and kernels. More... | |
| void | setValue (const acl::VectorOfElements &value) |
Public Member Functions inherited from asl::BCond | |
| BCond (const Block &b) | |
| BCond (const Block &b, const VectorTemplate *const t) | |
| void | addPoint (AVec< int > a, int d=0, double fr=0) |
| const Block & | getBlock () |
| const VectorTemplate * | getVT () |
| BCond (const Block &b) | |
| BCond (const Block &b, const VectorTemplate *const t) | |
| void | addPoint (AVec< int > a, int d=0, double fr=0) |
| const Block & | getBlock () |
| const VectorTemplate * | getVT () |
Public Member Functions inherited from asl::NumMethod | |
| virtual | ~NumMethod () |
| virtual | ~NumMethod () |
Public Attributes | |
| acl::SPKernel | kernel |
Protected Attributes | |
| Data | data |
| acl::VectorOfElements | value |
Protected Attributes inherited from asl::BCond | |
| Block | block |
| const VectorTemplate *const | templ |
| std::vector< int > | indices |
| std::vector< int > | directions |
| std::vector< double > | fractions |
| std::vector< int > | neighbourIndices |
| acl::SPVectorOfElementsData | indicesACL |
| acl::SPVectorOfElementsData | neighbourIndicesACL |
| acl::SPVectorOfElementsData | directionsACL |
| acl::SPVectorOfElementsData | fractionsACL |
Additional Inherited Members | |
Protected Member Functions inherited from asl::BCond | |
| void | loadIndicesToACL () |
| void | loadNeighbourIndicesToACL () |
| void | loadDirectionsToACL () |
| void | loadfractionsACL () |
| void | loadIndicesToACL () |
| void | loadNeighbourIndicesToACL () |
| void | loadDirectionsToACL () |
| void | loadfractionsACL () |
Bondary condition that makes fixed gradient.
Definition at line 191 of file aslBasicBC.h.
Definition at line 194 of file aslBasicBC.h.
Definition at line 194 of file aslBasicBC.h.
| asl::BCConstantGradient::BCConstantGradient | ( | Data | d, |
| const acl::VectorOfElements & | v, | ||
| const VectorTemplate *const | t | ||
| ) |
| asl::BCConstantGradient::BCConstantGradient | ( | Data | d, |
| const acl::VectorOfElements & | v, | ||
| const VectorTemplate *const | t | ||
| ) |
|
virtual |
Executes the numerical procedure.
Implements asl::NumMethod.
|
virtual |
Executes the numerical procedure.
Implements asl::NumMethod.
|
virtual |
Builds the necesery internal data and kernels.
Implements asl::NumMethod.
|
virtual |
Builds the necesery internal data and kernels.
Implements asl::NumMethod.
| void asl::BCConstantGradient::setValue | ( | const acl::VectorOfElements & | value | ) |
| void asl::BCConstantGradient::setValue | ( | const acl::VectorOfElements & | value | ) |
|
protected |
Definition at line 197 of file aslBasicBC.h.
| acl::SPKernel asl::BCConstantGradient::kernel |
Definition at line 195 of file aslBasicBC.h.
|
protected |
Definition at line 198 of file aslBasicBC.h.
1.8.9.1