fedoo.problem.ExplicitDynamic.evaluate
- ExplicitDynamic.evaluate(update_weakform=False, compute='all')
Prepare the integrator’s force-evaluation state.
- Parameters:
update_weakform (bool, default=False) – If true, update the weakform and constitutive law at the evaluation state. Otherwise the cached linear stiffness is used.
compute ({"all", "matrix", "vector", "none"}, default="all") – Assembly contribution requested when
update_weakformis true.