|
ASL
0.1.6
Advanced Simulation Library
|
Bondary condition corresponding to a free surface ( \(\partial_{\vec n}u=0\)) More...
#include <aslFDElasticityBC.h>
Public Member Functions | |
| BCFreeSurface2 (SPFDElasticity2 nm) | |
| ~BCFreeSurface2 () | |
| virtual void | execute () |
| Executes the numerical procedure. More... | |
| virtual void | init () |
| Builds the necesery internal data and kernels. More... | |
| BCFreeSurface2 (SPFDElasticity2 nm) | |
| ~BCFreeSurface2 () | |
| 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 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 () |
Protected Attributes | |
| std::unique_ptr< acl::Kernel > | kernel |
| SPFDElasticity2 | num |
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 corresponding to a free surface ( \(\partial_{\vec n}u=0\))
Definition at line 142 of file aslFDElasticityBC.h.
| asl::BCFreeSurface2::BCFreeSurface2 | ( | SPFDElasticity2 | nm | ) |
| asl::BCFreeSurface2::~BCFreeSurface2 | ( | ) |
| asl::BCFreeSurface2::BCFreeSurface2 | ( | SPFDElasticity2 | nm | ) |
| asl::BCFreeSurface2::~BCFreeSurface2 | ( | ) |
|
virtual |
|
virtual |
Executes the numerical procedure.
Implements asl::NumMethod.
|
virtual |
Builds the necesery internal data and kernels.
Implements asl::NumMethod.
|
virtual |
|
protected |
Definition at line 145 of file aslFDElasticityBC.h.
|
protected |
Definition at line 146 of file aslFDElasticityBC.h.
1.8.9.1