Skip to content

Commit

Permalink
fix timestepping.
Browse files Browse the repository at this point in the history
  • Loading branch information
CusiniM committed Oct 25, 2024
1 parent bdc0afc commit e98519d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,10 @@ real64 QuasiDynamicEQ::solverStep( real64 const & time_n,
// solve rate and state equations.
rateAndStateKernels::createAndLaunch< parallelDevicePolicy<> >( subRegion, viewKeyStruct::frictionLawNameString(), m_shearImpedance, maxNewtonIter, time_n, dtStress );
// save old state
saveOldStateAndUpdateSlip( subRegion, dt );
saveOldStateAndUpdateSlip( subRegion, dtStress );
} );
} );

// m_nextDt = setNextDt( dtStress, domain );

// return time step size achieved by stress solver
return dtStress;
}
Expand Down

0 comments on commit e98519d

Please sign in to comment.