Skip to content

Commit

Permalink
fix: remove setNextDt from SolidMechanicsLagrangeContact
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Tomin authored and Pavel Tomin committed Dec 12, 2024
1 parent ec52431 commit 27810e9
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2342,13 +2342,6 @@ bool SolidMechanicsLagrangeContact::isFractureAllInStickCondition( DomainPartiti
return ( ( numNewSlip + numSlip + numOpen ) == 0 );
}

real64 SolidMechanicsLagrangeContact::setNextDt( real64 const & currentDt,
DomainPartition & domain )
{
GEOS_UNUSED_VAR( domain );
return currentDt;
}

REGISTER_CATALOG_ENTRY( PhysicsSolverBase, SolidMechanicsLagrangeContact, string const &, Group * const )

} /* namespace geos */

0 comments on commit 27810e9

Please sign in to comment.