ONSAS / ONSAS.jl

An Open Nonlinear Structural Analysis Solver in Julia
MIT License
7 stars 1 forks source link

Add `LinearSolve` dep #413

Closed mforets closed 11 months ago

mforets commented 1 year ago

This can be addressed in two consecutive steps:

mvanzulli commented 1 year ago

We can exploit that K is symmetric too ?

mvanzulli commented 1 year ago

Requires #399

mvanzulli commented 1 year ago

1) Agregar un cahce con el linear solve en StaticState 2) Remplazar A,b usando set_a , set_b 3) Remplazar cg! por solve!(cache) 4) Accedeer a la solucio sol.u