ASL
0.1.7
Advanced Simulation Library
|
Bondary condition local force(acceleration) More...
#include <aslFDElasticityBC.h>
Public Member Functions | |
BCAccelerationSource2 (FDElasticity2 *nm) | |
virtual void | execute () |
Executes the numerical procedure. More... | |
virtual void | init () |
Builds the necesery internal data and kernels. More... | |
void | setAcceleration (AVec< double > a) |
![]() | |
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 |
FDElasticity2 * | num |
acl::VectorOfElements | acceleration |
bool | initialized |
![]() | |
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 local force(acceleration)
Definition at line 274 of file aslFDElasticityBC.h.
asl::BCAccelerationSource2::BCAccelerationSource2 | ( | FDElasticity2 * | nm | ) |
|
virtual |
Executes the numerical procedure.
Implements asl::NumMethod.
|
virtual |
Builds the necesery internal data and kernels.
Implements asl::NumMethod.
void asl::BCAccelerationSource2::setAcceleration | ( | AVec< double > | a | ) |
|
protected |
Definition at line 279 of file aslFDElasticityBC.h.
|
protected |
Definition at line 280 of file aslFDElasticityBC.h.
|
protected |
Definition at line 277 of file aslFDElasticityBC.h.
|
protected |
Definition at line 278 of file aslFDElasticityBC.h.