fedoo.problem.LinearNewmark.solve_time_increment

LinearNewmark.solve_time_increment(update_weakform=False, save_results=False, callback=None, apply_boundary_conditions=True, t_fact=1.0)

Solve and advance one complete linear transient increment.

This convenience method applies boundary conditions, solves the effective system, advances the Newmark-family kinematics and optionally refreshes assembly-derived fields. For a user-managed loop, the same stages remain available separately as apply_boundary_conditions(), solve() and update().