Skip to content

Commit

Permalink
Ring plane verif boolean (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanzulli committed Apr 15, 2023
1 parent 807eee2 commit ebcf67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ringPlaneStrain/ringPlaneStrain.m
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@
set(laby, 'fontsize', plotFontSize*.8);
set(tit, 'fontsize', plotFontSize);
%md
%md### Verificaation
%md The numerical solution is verified for both cases:
%md
analyticCheckTolerance = 1e-2 ;
verifBoolean = ( ( numericalRi - analyticValRi ) < analyticCheckTolerance ) && ...
( ( numericalRe - analyticValRe ) < analyticCheckTolerance ) && ...
Expand Down

0 comments on commit ebcf67e

Please sign in to comment.