My Project
|
Simple container for FLOWS data. More...
#include <FlowsData.hpp>
Public Member Functions | |
void | resize (const std::size_t size) |
Resize data vectors. | |
Public Attributes | |
std::string | name |
Associated name. | |
std::vector< int > | indices |
Cell indices for values. | |
std::vector< Scalar > | values |
Values. | |
Simple container for FLOWS data.