Hello,
The commands
tang
form
solve
Will assemble tangent stiffness matrix (tang), build residual (form), then find first iterate of solution du (solve). My question is in the solve portion of the process. Here is where an LU decomposition is performed on tangent stiffness matrix to solve for du. Would it be possible to save the factored stiffness matrix so it can be reused elsewhere in finding solution to perhaps different residual?
Thanks for your help,
Mohammad