Skip to content

Commit 62d03f8

Browse files
committed
Call post_setup() for restart
1 parent 7031c53 commit 62d03f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/adapter/4C_adapter_str_timeada_joint.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ void Adapter::StructureTimeAdaJoint::setup_auxiliary()
9595
const int restart = Global::Problem::instance()->restart();
9696
if (restart)
9797
{
98+
sta_->post_setup();
99+
98100
const Solid::TimeInt::Base& sti = *stm_;
99101
const auto& gstate = sti.data_global_state();
100102
dataglobalstate->get_dis_n()->update(1.0, *(gstate.get_dis_n()), 0.0);

0 commit comments

Comments
 (0)