ASL  0.1.6
Advanced Simulation Library
Public Member Functions | Protected Attributes | List of all members
asl::BCRigidWallRelaxation Class Reference

Bondary condition corresponding to a rigid wall ( \(\vec u=0\) and \(\nabla p=0\)) More...

#include <aslFDElasticityBC.h>

Inheritance diagram for asl::BCRigidWallRelaxation:
asl::BCond asl::BCond asl::NumMethod asl::NumMethod asl::NumMethod asl::NumMethod

Public Member Functions

 BCRigidWallRelaxation (SPFDElasticityRelaxation nm)
 
 BCRigidWallRelaxation (SPFDElasticityRelaxation nm, acl::VectorOfElements v)
 
virtual void execute ()
 Executes the numerical procedure. More...
 
virtual void init ()
 Builds the necesery internal data and kernels. More...
 
 BCRigidWallRelaxation (SPFDElasticityRelaxation nm)
 
 BCRigidWallRelaxation (SPFDElasticityRelaxation nm, acl::VectorOfElements v)
 
virtual void execute ()
 Executes the numerical procedure. More...
 
virtual void init ()
 Builds the necesery internal data and kernels. More...
 
- 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 BlockgetBlock ()
 
const VectorTemplategetVT ()
 
 BCond (const Block &b)
 
 BCond (const Block &b, const VectorTemplate *const t)
 
void addPoint (AVec< int > a, int d=0, double fr=0)
 
const BlockgetBlock ()
 
const VectorTemplategetVT ()
 
- Public Member Functions inherited from asl::NumMethod
virtual ~NumMethod ()
 
virtual ~NumMethod ()
 

Protected Attributes

std::unique_ptr< acl::Kernelkernel
 
SPFDElasticityRelaxation num
 
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 ()
 

Detailed Description

Bondary condition corresponding to a rigid wall ( \(\vec u=0\) and \(\nabla p=0\))

Definition at line 73 of file aslFDElasticityBC.h.

Constructor & Destructor Documentation

asl::BCRigidWallRelaxation::BCRigidWallRelaxation ( SPFDElasticityRelaxation  nm)
asl::BCRigidWallRelaxation::BCRigidWallRelaxation ( SPFDElasticityRelaxation  nm,
acl::VectorOfElements  v 
)
asl::BCRigidWallRelaxation::BCRigidWallRelaxation ( SPFDElasticityRelaxation  nm)
asl::BCRigidWallRelaxation::BCRigidWallRelaxation ( SPFDElasticityRelaxation  nm,
acl::VectorOfElements  v 
)

Member Function Documentation

virtual void asl::BCRigidWallRelaxation::execute ( )
virtual

Executes the numerical procedure.

Implements asl::NumMethod.

virtual void asl::BCRigidWallRelaxation::execute ( )
virtual

Executes the numerical procedure.

Implements asl::NumMethod.

virtual void asl::BCRigidWallRelaxation::init ( )
virtual

Builds the necesery internal data and kernels.

Implements asl::NumMethod.

virtual void asl::BCRigidWallRelaxation::init ( )
virtual

Builds the necesery internal data and kernels.

Implements asl::NumMethod.

Member Data Documentation

std::unique_ptr< acl::Kernel > asl::BCRigidWallRelaxation::kernel
protected

Definition at line 76 of file aslFDElasticityBC.h.

SPFDElasticityRelaxation asl::BCRigidWallRelaxation::num
protected

Definition at line 77 of file aslFDElasticityBC.h.

acl::VectorOfElements asl::BCRigidWallRelaxation::value
protected

Definition at line 78 of file aslFDElasticityBC.h.


The documentation for this class was generated from the following file: