JuliaFEM / FEMBase.jl

JuliaFEM base package (core functionality)
http://juliafem.org/
MIT License
16 stars 9 forks source link

[WIP] add LinearSystemSolver and Solver to FEMBase.jl #12

Closed ahojukka5 closed 6 years ago

ahojukka5 commented 6 years ago

The idea is that user can extend how the linear system $Ax = b$ is solved using LinearSystemSolver type. With type Solver we can then solve all kind of different problems (quasistatic nonlinear, linear, modal, linear implicit dynamics, explicit dynamics, non-linear implicit dynamics, and so on.)