24 #ifndef ASLFDPOROELASTICITYBC_H 25 #define ASLFDPOROELASTICITYBC_H 28 #include "acl/aclMath/aclVectorOfElementsDef.h" 36 class FDPoroElasticity;
38 class DistanceFunction;
40 class PositionFunction;
51 SPFDPoroElasticity
num;
57 virtual void execute();
69 SPFDPoroElasticity
num;
73 SPDistanceFunction rw,
76 virtual void execute();
81 SPFDPoroElasticity nm,
82 const std::vector<SlicesNames> & sl);
89 SPFDPoroElasticity nm,
101 SPFDPoroElasticity nm,
102 SPPositionFunction p,
110 SPFDPoroElasticity nm,
111 SPDistanceFunction rw,
119 SPFDPoroElasticity nm,
126 #endif //ASLFDPOROELASTICITYBC_H void addBCRigidWallDF(std::vector< SPNumMethod > &bcList, SPFDPoroElasticity nm, SPAbstractDataWithGhostNodes rw, SPAbstractDataWithGhostNodes map)
std::shared_ptr< PositionFunction > SPPositionFunction
std::shared_ptr< FDPoroElasticity > SPFDPoroElasticity
std::unique_ptr< acl::Kernel > kernel
Advanced Simulation Library.
Advanced Computational Language.
void addBCZeroStress(std::vector< SPNumMethod > &bcList, SPFDPoroElasticity nm, SPPositionFunction p, SPAbstractDataWithGhostNodes map)
Bondary condition set given values to pressure.
std::shared_ptr< DistanceFunction > SPDistanceFunction
Virtual class describes general interface for boundary conditions.
Bondary condition corresponding to a rigid wall ( and )
std::unique_ptr< acl::Kernel > kernel
Bondary condition corresponding to a rigid wall ( and )
acl::VectorOfElements value
The class represents several Element.
void addBCRigidWall(std::vector< SPNumMethod > &bcList, SPFDPoroElasticity nm, const std::vector< SlicesNames > &sl)
std::shared_ptr< T > map(ElementData m)
Virtual class describes general interface for boundary conditions.