|
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 info used to define a boundary condition. More...
#include <DICe_Parser.h>
Public Member Functions | |
| Boundary_Condition_Def () | |
| Constructor. | |
Public Attributes | |
| std::string | region_ |
| either boundary or excluded | |
| int_t | shape_id_ |
| the shape id in the region set | |
| int_t | left_vertex_id_ |
| the left vertex id in the shape | |
| int_t | right_vertex_id_ |
| the right vertex id in the shape | |
| bool | has_value_ |
| true if there is a prescribed value | |
| scalar_t | value_ |
| value to prescribe for a dirichlet bc | |
| int_t | comp_ |
| component 0 = x 1 = y | |
| bool | use_subsets_ |
| true if the subset formulation should be used to define the displacement | |
| int_t | subset_size_ |
| subsets size if subsets are used | |
| bool | is_neumann_ |
| true if this is a neumann condition | |
Holds info used to define a boundary condition.
1.8.16