|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
#include <MeasuredPoints.h>
Public Member Functions | |
| MeasuredPoints () | |
| MeasuredPoints (std::string ad) | |
| ~MeasuredPoints () | |
| void | init () |
Public Member Functions inherited from vf::gpu::CoordNeighborGeoV | |
| CoordNeighborGeoV () | |
| CoordNeighborGeoV (std::string ad, bool binaer, bool coord) | |
| ~CoordNeighborGeoV (void) | |
| void | init (bool coord) |
| void | init_Binary (bool coord) |
| unsigned int | getLevel () |
| unsigned int | getSize (unsigned int level) |
| std::vector< unsigned int > | getVec (unsigned int level) |
| void | setVec (unsigned int level, std::vector< unsigned int > vec) |
| void | initalNeighbors (unsigned int *int_ptr, unsigned int level) const |
| void | initalCoords (real *int_ptr, unsigned int level) const |
Additional Inherited Members | |
Protected Member Functions inherited from vf::gpu::CoordNeighborGeoV | |
| void | skipSpace () |
| void | readLevelSize (unsigned int level) |
| void | readNeighbors (unsigned int level) |
| void | readCoordinates (unsigned int level) |
| void | resizeVectors () |
| void | readLevel () |
Protected Attributes inherited from vf::gpu::CoordNeighborGeoV | |
| std::ifstream | file |
| unsigned int | maxLevel |
| std::vector< unsigned int > | levelSizes |
| std::vector< std::vector< unsigned int > > | neighbors |
| std::vector< std::vector< real > > | coordinates |
Definition at line 43 of file MeasuredPoints.h.
| vf::gpu::MeasuredPoints::MeasuredPoints | ( | void | ) |
Definition at line 41 of file MeasuredPoints.cpp.
| vf::gpu::MeasuredPoints::MeasuredPoints | ( | std::string | ad | ) |
Definition at line 45 of file MeasuredPoints.cpp.
| vf::gpu::MeasuredPoints::~MeasuredPoints | ( | void | ) |
Definition at line 57 of file MeasuredPoints.cpp.
| void vf::gpu::MeasuredPoints::init | ( | ) |
Definition at line 64 of file MeasuredPoints.cpp.