Solver
Internally ElastoDict uses an iterative solver to solve the equations that describe the mechanical problem at each voxel. The basic idea of an iterative method is:
- Start with an initial guess for the unknown values.
- Improve the current values in each iterative step. The speed of the improvement depends on the problem parameters.
- Repeat the iterative process until one of the stopping criteria occurs.