ASL 0.1.7
Advanced Simulation Library
|
Bondary condition corresponding to a rigid wall ( \(\vec u=0\) and \(\nabla p=0\)) More...
#include <aslFDPoroElasticityBC.h>
Public Member Functions | |
BCRigidWallDF (SPFDPoroElasticity nm, SPDistanceFunction rw, SPAbstractDataWithGhostNodes map) | |
~BCRigidWallDF () | |
virtual void | execute () |
Executes the numerical procedure. | |
virtual void | init () |
Builds the necesery internal data and kernels. | |
![]() | |
const VectorTemplate * | getVT () |
![]() | |
virtual | ~NumMethod () |
Protected Attributes | |
std::unique_ptr< acl::Kernel > | kernel |
SPFDPoroElasticity | num |
SPDistanceFunction | rWall |
![]() | |
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 corresponding to a rigid wall ( \(\vec u=0\) and \(\nabla p=0\))
Definition at line 65 of file aslFDPoroElasticityBC.h.
asl::BCRigidWallDF::BCRigidWallDF | ( | SPFDPoroElasticity | nm, |
SPDistanceFunction | rw, | ||
SPAbstractDataWithGhostNodes | map ) |
asl::BCRigidWallDF::~BCRigidWallDF | ( | ) |
Executes the numerical procedure.
Implements asl::NumMethod.
Builds the necesery internal data and kernels.
Implements asl::NumMethod.
|
protected |
Definition at line 68 of file aslFDPoroElasticityBC.h.
|
protected |
Definition at line 69 of file aslFDPoroElasticityBC.h.
|
protected |
Definition at line 70 of file aslFDPoroElasticityBC.h.