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
|
an initializer that grabs values from the field values in the schema as the first guess, for example, the last frame's solution or a neighbor's values More...
#include <DICe_Initializer.h>
Public Member Functions | |
Field_Value_Initializer (Schema *schema) | |
virtual | ~Field_Value_Initializer () |
virtual destructor | |
virtual void | pre_execution_tasks () |
see base class description | |
virtual Status_Flag | initial_guess (const int_t subset_gid, Teuchos::RCP< Local_Shape_Function > shape_function) |
see base class description | |
Public Member Functions inherited from DICe::Initializer | |
Initializer (Schema *schema) | |
base class constructor | |
virtual | ~Initializer () |
virtual destructor | |
Additional Inherited Members | |
Protected Attributes inherited from DICe::Initializer | |
Schema * | schema_ |
pointer to the schema that created this initializer, used for field access | |
an initializer that grabs values from the field values in the schema as the first guess, for example, the last frame's solution or a neighbor's values
|
inline |
constructor
schema | the parent schema |