OpenCMISS / iron

Source code repository for OpenCMISS-Iron
9 stars 62 forks source link

Setting finite difference step size for jacobian calculation #159

Closed PrasadBabarendaGamage closed 5 years ago

PrasadBabarendaGamage commented 6 years ago

The step size for calculating the jacobian for nonlinear problems is hardcoded to be 1e-6. A function needs to be added for the user to set the step size.

chrispbradley commented 5 years ago

Fixed by https://github.com/OpenCMISS/iron/pull/161