Dear Anne-Cecile,

I am personally not aware of explicit time-integration examples in GetFEM.
Explicit time integration is basically simpler than implicit. Instead of
doing 6-7 Newton steps until your equations converge, you add inertia and
you just use the non-converged result from the 1st Newton step of the
implicit scheme. You need much more explicit steps, to achieve the same
accuracy as with the implicit scheme. Explicit time integration does not
work well with contact either. Hence I would recommend you to look at other
performance improvements, like maximizing the size of the time-steps.

Best regards
Kostas


On Tue, Apr 19, 2022 at 12:46 AM Lesage,Anne Cecile J <
ajles...@mdanderson.org> wrote:

> Dear all
>
>
>
> Do you have an example of switching from implicit time to explicit time
> stepping?
>
>
>
> Thank you
>
> Regards
>
> Anne-Cecile
> The information contained in this e-mail message may be privileged,
> confidential, and/or protected from disclosure. This e-mail message may
> contain protected health information (PHI); dissemination of PHI should
> comply with applicable federal and state laws. If you are not the intended
> recipient, or an authorized representative of the intended recipient, any
> further review, disclosure, use, dissemination, distribution, or copying of
> this message or any attachment (or the information contained therein) is
> strictly prohibited. If you think that you have received this e-mail
> message in error, please notify the sender by return e-mail and delete all
> references to it and its contents from your systems.
>

Reply via email to