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 | |
BCRigidWallPoroElasticity (SPFDPoroElasticity nm) | |
BCRigidWallPoroElasticity (SPFDPoroElasticity nm, acl::VectorOfElements v) | |
~BCRigidWallPoroElasticity () | |
virtual void | execute () |
Executes the numerical procedure. More... | |
virtual void | init () |
Builds the necesery internal data and kernels. More... | |
![]() | |
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 () |
![]() | |
virtual | ~NumMethod () |
Protected Attributes | |
std::unique_ptr< acl::Kernel > | kernel |
SPFDPoroElasticity | num |
acl::VectorOfElements | value |
![]() | |
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 | |
![]() | |
void | loadIndicesToACL () |
void | loadNeighbourIndicesToACL () |
void | loadDirectionsToACL () |
void | loadfractionsACL () |
Bondary condition corresponding to a rigid wall ( \(\vec u=0\) and \(\nabla p=0\))
Definition at line 47 of file aslFDPoroElasticityBC.h.
asl::BCRigidWallPoroElasticity::BCRigidWallPoroElasticity | ( | SPFDPoroElasticity | nm | ) |
asl::BCRigidWallPoroElasticity::BCRigidWallPoroElasticity | ( | SPFDPoroElasticity | nm, |
acl::VectorOfElements | v | ||
) |
asl::BCRigidWallPoroElasticity::~BCRigidWallPoroElasticity | ( | ) |
|
virtual |
Executes the numerical procedure.
Implements asl::NumMethod.
|
virtual |
Builds the necesery internal data and kernels.
Implements asl::NumMethod.
|
protected |
Definition at line 50 of file aslFDPoroElasticityBC.h.
|
protected |
Definition at line 51 of file aslFDPoroElasticityBC.h.
|
protected |
Definition at line 52 of file aslFDPoroElasticityBC.h.