|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
#include <BoundaryQs.h>
Public Member Functions | |
| BoundaryQs () | |
| BoundaryQs (std::string q, bool binaer) | |
| BoundaryQs (std::string q, std::shared_ptr< Parameter > para, std::string str, bool binaer) | |
| ~BoundaryQs (void) | |
| unsigned int | getSize (unsigned int level) |
| unsigned int | getLevel () |
| void | setIndexInVector (std::vector< std::vector< int > > &data, unsigned int level) const |
| void | setValuesInVector (std::vector< std::vector< std::vector< real > > > &q27, unsigned int level) const |
| void | setIndex (int *indices, unsigned int level) const |
| void | setValues (real **q27, unsigned int level) const |
| void | getQs (std::vector< std::vector< std::vector< real > > > &qs) |
| void | getIndices (std::vector< std::vector< uint > > &indices) |
Definition at line 47 of file BoundaryQs.h.
| vf::gpu::BoundaryQs::BoundaryQs | ( | ) |
Definition at line 79 of file BoundaryQs.cpp.
| vf::gpu::BoundaryQs::BoundaryQs | ( | std::string | q, |
| bool | binaer | ||
| ) |
Definition at line 45 of file BoundaryQs.cpp.
| vf::gpu::BoundaryQs::BoundaryQs | ( | std::string | q, |
| std::shared_ptr< Parameter > | para, | ||
| std::string | str, | ||
| bool | binaer | ||
| ) |
Definition at line 61 of file BoundaryQs.cpp.
| vf::gpu::BoundaryQs::~BoundaryQs | ( | void | ) |
Definition at line 94 of file BoundaryQs.cpp.
Definition at line 246 of file BoundaryQs.cpp.
Definition at line 197 of file BoundaryQs.cpp.
Definition at line 230 of file BoundaryQs.cpp.
Definition at line 192 of file BoundaryQs.cpp.
Definition at line 223 of file BoundaryQs.cpp.
| void vf::gpu::BoundaryQs::setIndexInVector | ( | std::vector< std::vector< int > > & | data, |
| unsigned int | level | ||
| ) | const |
Definition at line 217 of file BoundaryQs.cpp.
Definition at line 210 of file BoundaryQs.cpp.
| void vf::gpu::BoundaryQs::setValuesInVector | ( | std::vector< std::vector< std::vector< real > > > & | q27, |
| unsigned int | level | ||
| ) | const |
Definition at line 203 of file BoundaryQs.cpp.