openPSTD
2.0
Open source simulation for sound propagation in urban environments
|
Data not obtained in running openPSTD but necessary for representing the information. More...
#include <KernelInterface.h>
Public Attributes | |
std::vector< std::vector< int > > | DomainMetadata |
The discretization of the domain sizes, in order they were passed to the kernel. More... | |
int | Framecount |
Number of frames generated by the kernel. | |
std::vector< std::vector< int > > | DomainPositions |
The discretization of the domain positions, in order they were passed to the kernel. More... | |
Data not obtained in running openPSTD but necessary for representing the information.
std::vector<std::vector<int> > OpenPSTD::Kernel::SimulationMetadata::DomainMetadata |
The discretization of the domain sizes, in order they were passed to the kernel.
A vector in which domain n is represented by a vector at the nth position. In the "inner" vectors, v[0],v[1],v[2] correspond to size x,y,z.
std::vector<std::vector<int> > OpenPSTD::Kernel::SimulationMetadata::DomainPositions |
The discretization of the domain positions, in order they were passed to the kernel.
A vector in which domain n is represented by a vector at the nth position. In the "inner" vectors, v[0],v[1],v[2] correspond to size x,y,z.