fedoo.problem.Linear.solve
- Linear.solve(**kargs)
Solve the linear problem and optionally update assembly fields.
For a static problem,
update_weakform=True(the default) updates quantities such as strain and stress after the solve without rebuilding the global matrix. Each static call solves the absolute equilibrium and replaces the previous solution. For a transient problem,solveonly solves the prepared increment; callupdate()to advance the kinematics and optionally update the weakform.