Skip to content

Commit

Permalink
Merge pull request #826 from muddi900/fix/trap-typo
Browse files Browse the repository at this point in the history
Fixed the typo in `ExtrinsicTrap` docstring[Issue #825]
  • Loading branch information
RemDelaporteMathurin authored Jul 29, 2024
2 parents 8574e4c + ad0d3f7 commit e74e172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion festim/concentration/traps/extrinsic_trap.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __init__(
More information can be found at: https://fenicsproject.org/pub/tutorial/html/._ftut1017.html.
Defaults to None.
preconditioner (str, optional): preconditioning method for the newton solver,
options can be veiwed by print(list_krylov_solver_preconditioners()).
options can be viewed by print(list_krylov_solver_preconditioners()).
Defaults to "default".
"""
super().__init__(k_0, E_k, p_0, E_p, materials, density=None, id=id)
Expand Down

0 comments on commit e74e172

Please sign in to comment.