VirtualFluids 0.2.0
Parallel CFD LBM Solver
Loading...
Searching...
No Matches
vf::gpu::MeasuredPoints Class Reference

#include <MeasuredPoints.h>

Inheritance diagram for vf::gpu::MeasuredPoints:
vf::gpu::CoordNeighborGeoV

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 intgetVec (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 intlevelSizes
 
std::vector< std::vector< unsigned int > > neighbors
 
std::vector< std::vector< real > > coordinates
 

Detailed Description

Definition at line 43 of file MeasuredPoints.h.

Constructor & Destructor Documentation

◆ MeasuredPoints() [1/2]

vf::gpu::MeasuredPoints::MeasuredPoints ( void  )

Definition at line 41 of file MeasuredPoints.cpp.

◆ MeasuredPoints() [2/2]

vf::gpu::MeasuredPoints::MeasuredPoints ( std::string  ad)

Definition at line 45 of file MeasuredPoints.cpp.

◆ ~MeasuredPoints()

vf::gpu::MeasuredPoints::~MeasuredPoints ( void  )

Definition at line 57 of file MeasuredPoints.cpp.

Member Function Documentation

◆ init()

void vf::gpu::MeasuredPoints::init ( )

Definition at line 64 of file MeasuredPoints.cpp.


The documentation for this class was generated from the following files: