|
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
|
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_t > | ids |
| ids included | |
| std::vector< int_t > | num_side_per_set |
| number of sides per set | |
| std::vector< int_t > | num_df_per_set |
| number of distribution factors per set | |
| std::vector< int_t > | elem_ind |
| element indices that touch the side set | |
| std::vector< int_t > | df_ind |
| distribution factor indices | |
| std::vector< int_t > | ss_local_elem_list |
| local element id list for the side set | |
| std::vector< int_t > | ss_global_elem_list |
| global element id list for the side set | |
| std::vector< int_t > | ss_side_list |
| vector of the sides | |
| std::vector< float > | dist_factors |
| vector of the distribution factors | |
| std::vector< scalar_t > | normal_x |
| vector of normal x-components | |
| std::vector< scalar_t > | normal_y |
| vector of normal y-components | |
| std::vector< scalar_t > | normal_z |
| vector of normal z-components | |
| std::vector< scalar_t > | side_size |
| the size of the particular size (area of length) | |
| bool | normals_are_populated |
| true if the normal values have been populated | |
Holds information for side sets in the mesh.
1.8.16