cee::ug::CustomResultGenerator::InputValueData Struct Reference

Input value data. More...

Public Attributes

std::vector< const double * > values
 values[i] is the raw pointer to the value array of argument i More...
 
std::vector< size_t > dimensions
 dimensions[i] is the dimension of argument i (1 for scalar, 3 for vector or displacement, 6 for symmetric tensor) More...
 
std::vector< size_t > counts
 counts[i] is the number of items (nodes, elements, element-nodes) of argument i More...
 

Detailed Description

Input value data.

Member Data Documentation

std::vector<size_t> cee::ug::CustomResultGenerator::InputValueData::counts

counts[i] is the number of items (nodes, elements, element-nodes) of argument i

std::vector<size_t> cee::ug::CustomResultGenerator::InputValueData::dimensions

dimensions[i] is the dimension of argument i (1 for scalar, 3 for vector or displacement, 6 for symmetric tensor)

std::vector<const double*> cee::ug::CustomResultGenerator::InputValueData::values

values[i] is the raw pointer to the value array of argument i