openPSTD  2.0
Open source simulation for sound propagation in urban environments
Public Attributes | List of all members
OpenPSTD::Kernel::SimulationMetadata Class Reference

Data not obtained in running openPSTD but necessary for representing the information. More...

#include <KernelInterface.h>

Collaboration diagram for OpenPSTD::Kernel::SimulationMetadata:
Collaboration graph

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...
 

Detailed Description

Data not obtained in running openPSTD but necessary for representing the information.

Member Data Documentation

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.


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