Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrbartman committed Jul 25, 2024
1 parent 19a58a2 commit a203082
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion conmech/scenarios/problems.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ def initial_absement(x: np.ndarray) -> np.ndarray:


class TemperatureDynamicProblem(DynamicProblem, TemperatureTimeDependentProblem, ABC):

@classmethod
def statement(cls, body) -> Statement:
return DynamicVelocityWithTemperatureStatement(body)
Expand Down
1 change: 0 additions & 1 deletion conmech/solvers/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def _solve_impl(
raise NotImplementedError()

def solve(self, initial_guess: np.ndarray, **kwargs) -> np.ndarray:

solution = self._solve_impl(
initial_guess,
variable_old=self.v_vector,
Expand Down
1 change: 0 additions & 1 deletion examples/BOST_2024.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@


class BOST23(PotentialOfContactLaw):

@staticmethod
def potential_tangential_direction(
var_tau: float, static_displacement_tau: float, dt: float
Expand Down

0 comments on commit a203082

Please sign in to comment.