Skip to content

Commit

Permalink
Fix step_in_time bindings.
Browse files Browse the repository at this point in the history
  • Loading branch information
arvigj committed Sep 22, 2021
1 parent ab11908 commit 525478b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ PYBIND11_MODULE(polyfempy, m)
// std::cout << s.step_data.rhs_assembler->problem_->is_rhs_zero() << std::endl;
// std::cout << s.step_data.nl_problem->rhs_assembler.problem_->is_rhs_zero() << std::endl;
json solver_info;
s.step_data.alnl_problem->update_target(t);
s.step_data.alnl_problem->update_target(t0 + t * dt);
s.solve_transient_tensor_non_linear_step(t0, dt, t, solver_info);
return solver_info;
},
Expand Down

0 comments on commit 525478b

Please sign in to comment.