Digital Image Correlation Engine  Version 1.0
A modular, high-performance, image correlation tool used to compute full-field displacements and strains from digital images
Public Member Functions | Public Attributes | List of all members
DICe::mesh::side_set_info Struct Reference

Holds information for side sets in the mesh. More...

#include <DICe_Mesh.h>

Public Member Functions

 side_set_info ()
 Constructor.
 
const int_t get_set_index (const int_t &id)
 

Public Attributes

std::vector< int_tids
 ids included
 
std::vector< int_tnum_side_per_set
 number of sides per set
 
std::vector< int_tnum_df_per_set
 number of distribution factors per set
 
std::vector< int_telem_ind
 element indices that touch the side set
 
std::vector< int_tdf_ind
 distribution factor indices
 
std::vector< int_tss_local_elem_list
 local element id list for the side set
 
std::vector< int_tss_global_elem_list
 global element id list for the side set
 
std::vector< int_tss_side_list
 vector of the sides
 
std::vector< float > dist_factors
 vector of the distribution factors
 
std::vector< scalar_tnormal_x
 vector of normal x-components
 
std::vector< scalar_tnormal_y
 vector of normal y-components
 
std::vector< scalar_tnormal_z
 vector of normal z-components
 
std::vector< scalar_tside_size
 the size of the particular size (area of length)
 
bool normals_are_populated
 true if the normal values have been populated
 

Detailed Description

Holds information for side sets in the mesh.

Member Function Documentation

◆ get_set_index()

const int_t DICe::mesh::side_set_info::get_set_index ( const int_t id)
inline

Returns the set index for the given id

Parameters
idThe id of the set