ASL
0.1.7
Advanced Simulation Library
|
#include "aslSingleKernelNM.h"
#include <acl/aclHardware.h>
#include <math/aslVectors.h>
#include "acl/aclMath/aclVectorOfElementsDef.h"
#include "acl/aclMath/aclMatrixOfElements.h"
Go to the source code of this file.
Classes | |
class | asl::DataWithGhostNodes< V > |
class | asl::LBGK |
Numerical method for fluid flow. More... | |
class | asl::LBGKUtilities |
contains different kernels for preprocessing and posprocessing of data used by LBGK More... | |
class | asl::LBGKTurbulence |
Namespaces | |
asl | |
Advanced Simulation Library. | |
Typedefs | |
typedef std::shared_ptr< LBGK > | asl::SPLBGK |
typedef std::shared_ptr< LBGKUtilities > | asl::SPLBGKUtilities |
typedef std::shared_ptr< LBGKTurbulence > | asl::SPLBGKTurbulence |
Functions | |
acl::VectorOfElements | asl::generateInverceVector (acl::VectorOfElements f, const VectorTemplate *vt) |
generates Vector Of Elements with inverce components according to vt More... | |
acl::MatrixOfElements | asl::generateLBGKMatrix (acl::VectorOfElements nu) |
acl::MatrixOfElements | asl::generateMRTMatrix (acl::VectorOfElements nu) |
acl::MatrixOfElements | asl::generateDifKinMatrix (acl::VectorOfElements nu) |