ug4
ug::FractureInfo Struct Reference

Used to tell ExpandLayers_... which subsets should be regarded as layers. More...

#include <expand_layers.h>

Public Member Functions

 FractureInfo (int subsetInd, int newSubsetInd, double w)
 

Public Attributes

int newSubsetIndex
 
int subsetIndex
 
double width
 

Detailed Description

Used to tell ExpandLayers_... which subsets should be regarded as layers.

  • subsetIndex defines the subset of the source (low dimensional) layer.
  • newSubsetIndex defines the subset into which the newly generated elements will go.
  • width describes the width to which a layer shall be expanded.

Constructor & Destructor Documentation

◆ FractureInfo()

ug::FractureInfo::FractureInfo ( int  subsetInd,
int  newSubsetInd,
double  w 
)
inline

Member Data Documentation

◆ newSubsetIndex

int ug::FractureInfo::newSubsetIndex

◆ subsetIndex

int ug::FractureInfo::subsetIndex

◆ width

double ug::FractureInfo::width

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