This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
appendices:a6 [2019/06/12 09:25] helene created |
appendices:a6 [2020/08/25 15:46] (current) |
||
---|---|---|---|
Line 11: | Line 11: | ||
If you are working in the subroutine of a **constitutive law**, then, just after the place where you would meet some of the problems mentioned above you can write: \\ | If you are working in the subroutine of a **constitutive law**, then, just after the place where you would meet some of the problems mentioned above you can write: \\ | ||
- | if ( ) then \\ | + | if ( ) then |
- | istra(20)=1 \\ | + | istra(20)=1 |
- | return \\ | + | return |
- | end if \\ | + | end if |
\\ | \\ | ||
If you are working in the subroutine of an **element** (for example PLXLSB), | If you are working in the subroutine of an **element** (for example PLXLSB), | ||
- | just after the "call LOI2" sentence : \\ | + | just after the "call LOI2" sentence: \\ |
- | if (NRDIV.eq.1) return | + | if (NRDIV.eq.1) return |
===== Results ===== | ===== Results ===== | ||
If this situation occurs, the execution of LAGAMINE code restarts from the last convergent step with a smaller global increment. | If this situation occurs, the execution of LAGAMINE code restarts from the last convergent step with a smaller global increment. |