Ferrite-FEM/Ferrite.jl
View on GitHubViscoelasticity examples with OrdinaryDiffEq.jl integration
Open
#1,054 opened on Sep 17, 2024
docshelp wanted
Repository metrics
- Stars
- (439 stars)
- PR merge metrics
- (PR metrics pending)
Description
We should showcase how to do structural mechanics with Ferrite+OrdinaryDiffEq.
- Rate-independent viscoelasticity (mass matrix form DAE with Hessenberg Index 1) with Rosenbrock solver -> Needs static condensation for the linear solver
- Rate-independent viscoelasticity (mass matrix form DAE with Hessenberg Index 1) with Runge-Kutta methods -> Needs multilevel Newton (xref https://github.com/SciML/OrdinaryDiffEq.jl/issues/1570 )
- Rate-dependent viscoelasticity with nonlinear rate dependency -> Maybe via IDA or DABDF2? Needs multilevel Newton