Right now, calculating the time integrator residual is pretty specific to backwards differentiation methods. This should be generalized to a given ImplicitIntegrator child class, and this routine called from calc_res_jacob(). This should become more clear once an additional implicit time integrator is implemented.
Right now, calculating the time integrator residual is pretty specific to backwards differentiation methods. This should be generalized to a given
ImplicitIntegratorchild class, and this routine called fromcalc_res_jacob(). This should become more clear once an additional implicit time integrator is implemented.