Skip to content

Commit

Permalink
fixed step in time
Browse files Browse the repository at this point in the history
  • Loading branch information
teseoch committed Apr 5, 2022
1 parent 19cf7d7 commit d13d847
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/binding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,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.nl_problem->substepping(t0 + t * dt);
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 d13d847

Please sign in to comment.