Template Struct PointCloud

Struct Documentation

template<int spacedim>
struct PointCloud

Neutral point-cloud representation used by zero-dimensional domains.

Property arrays are stored point-major within each catalog entry. Data attached to vertices is reordered to the referenced point by file readers. A programmatic cloud may contain only points; omitted fields use defaults.

Public Members

std::vector<dealii::Point<spacedim>> points
std::vector<std::vector<double>> properties
FieldCatalog catalog
std::vector<std::string> property_names
PointCloudDistribution distribution = PointCloudDistribution::replicated