Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
CusiniM committed Dec 13, 2024
1 parent d9bc70d commit 75d0440
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ void ImplicitQDRateAndState::updateSlip( ElementSubRegionBase & subRegion, real6
arrayView2d< real64 const > const slipVelocity = subRegion.getField< rateAndState::slipVelocity >();
arrayView2d< real64 > const deltaSlip = subRegion.getField< contact::deltaSlip >();

std::cout << "slipVelocity: " << slipVelocity << std::endl;

forAll< parallelDevicePolicy<> >( subRegion.size(), [=] GEOS_HOST_DEVICE ( localIndex const k )
{
deltaSlip[k][0] = slipVelocity[k][0] * dt;
Expand Down

0 comments on commit 75d0440

Please sign in to comment.