AddedNumericalTangentstoCheck_dGamma_dDgamma_dCepr_dT_derivatives___PLEASEcomm...
AddedNumericalTangentstoCheck_dGamma_dDgamma_dCepr_dT_derivatives___PLEASEcommentTheseWhileUsingTheCodeNormally
Merge request reports
Activity
858 858 @FLE_Knight @vdgnguyen @noels In this new file, you used
S*=(0.);
where S is a static variable. It is very dangerous because sometimes if a component of S becomes nan, it never goes back to 0 and the simulation will fail. You should use STensorOperation::zero(S);Edited by Van Dung NGUYEN
mentioned in commit 0227e399
Please register or sign in to reply