Skip to content

Commit 64f0f90

Browse files
committed
Improved description of functions
1 parent 2e45cb8 commit 64f0f90

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pySDC/projects/PinTSimE/battery_2capacitors_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ def plot_voltages(description, problem, sweeper, recomputed, use_switch_estimato
113113
114114
Args:
115115
description(dict): contains all information for a controller run
116-
problem (problem_class.__name__): problem class that wants to be simulated
117-
sweeper (sweeper_class.__name__): sweeper class for solving the problem class numerically
116+
problem (pySDC.core.Problem.ptype): problem class that wants to be simulated
117+
sweeper (pySDC.core.Sweeper.sweeper): sweeper class for solving the problem class numerically
118118
recomputed (bool): flag if the values after a restart are used or before
119119
use_switch_estimator (bool): flag if the switch estimator wants to be used or not
120120
use_adaptivity (bool): flag if adaptivity wants to be used or not

pySDC/projects/PinTSimE/battery_model.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ def generate_description(
9090
Generate a description for the battery models for a controller run.
9191
Args:
9292
dt (float): time step for computation
93-
problem (problem_class.__name__): problem class that wants to be simulated
94-
sweeper (sweeper_class.__name__): sweeper class for solving the problem class numerically
93+
problem (pySDC.core.Problem.ptype): problem class that wants to be simulated
94+
sweeper (pySDC.core.Sweeper.sweeper): sweeper class for solving the problem class numerically
9595
hook_class (pySDC.core.Hooks): logged data for a problem
9696
use_adaptivity (bool): flag if the adaptivity wants to be used or not
9797
use_switch_estimator (bool): flag if the switch estimator wants to be used or not
@@ -253,8 +253,8 @@ def plot_voltages(description, problem, sweeper, recomputed, use_switch_estimato
253253
254254
Args:
255255
description(dict): contains all information for a controller run
256-
problem (problem_class.__name__): problem class that wants to be simulated
257-
sweeper (sweeper_class.__name__): sweeper class for solving the problem class numerically
256+
problem (pySDC.core.Problem.ptype): problem class that wants to be simulated
257+
sweeper (pySDC.core.Sweeper.sweeper): sweeper class for solving the problem class numerically
258258
recomputed (bool): flag if the values after a restart are used or before
259259
use_switch_estimator (bool): flag if the switch estimator wants to be used or not
260260
use_adaptivity (bool): flag if adaptivity wants to be used or not

0 commit comments

Comments
 (0)