fedoo.problem.LinearNewmark.solve

LinearNewmark.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, solve only solves the prepared increment; call update() to advance the kinematics and optionally update the weakform.