The openmdao driver results object outputs timing for derivative computation time (driver_res.deriv_time
). Is there any way to see how that’s distributed between the sum of the compute_partials
time and the assembly of the total jacobian?
The openmdao driver results object outputs timing for derivative computation time (driver_res.deriv_time
). Is there any way to see how that’s distributed between the sum of the compute_partials
time and the assembly of the total jacobian?