Ferrite-FEM / Ferrite-FEM/Ferrite.jl
Viscoelasticity examples with OrdinaryDiffEq.jl integration
Open
docs
help wanted
- Dominant language
- Julia
- Stars
- 453
- Forks
- 115
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 11
Description
We should showcase how to do structural mechanics with Ferrite+OrdinaryDiffEq.
1. [ ] Rate-independent viscoelasticity (mass matrix form DAE with Hessenberg Index 1) with Rosenbrock solver -> Needs static condensation for the linear solver
2. [ ] 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 )
3. [ ] Rate-dependent viscoelasticity with nonlinear rate dependency -> Maybe via IDA or DABDF2? Needs multilevel Newton
Contributor guide
Assessment
This issue has not been assessed yet.