ASL
0.1.7
Advanced Simulation Library
|
#include <aslLBGKBC.h>
Public Member Functions | |
BCLBGKCommon (SPLBGK nm) | |
virtual void | execute () |
Executes the numerical procedure. 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 void | init ()=0 |
Builds the necesery internal data and kernels. More... | |
virtual | ~NumMethod () |
Protected Member Functions | |
void | sortDirections () |
![]() | |
void | loadIndicesToACL () |
void | loadNeighbourIndicesToACL () |
void | loadDirectionsToACL () |
void | loadfractionsACL () |
Protected Attributes | |
SPLBGK | num |
std::vector< acl::SPKernel > | kernels |
acl::SPKernelMerger | km |
AVec< int > | directionGroupsShifts |
AVec< int > | directionGroupsSizes |
![]() | |
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 |
Definition at line 45 of file aslLBGKBC.h.
asl::BCLBGKCommon::BCLBGKCommon | ( | SPLBGK | nm | ) |
|
virtual |
Executes the numerical procedure.
Implements asl::NumMethod.
|
protected |
|
protected |
Definition at line 52 of file aslLBGKBC.h.
|
protected |
Definition at line 53 of file aslLBGKBC.h.
|
protected |
Definition at line 49 of file aslLBGKBC.h.
|
protected |
Definition at line 50 of file aslLBGKBC.h.
|
protected |
Definition at line 48 of file aslLBGKBC.h.