Skip to content

Commit 8e2c72c

Browse files
committed
#704 fixed doc in scikit?
1 parent d1ddbd3 commit 8e2c72c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pybamm/spatial_methods/scikit_finite_element.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class ScikitFiniteElement(pybamm.SpatialMethod):
1212
"""
1313
A class which implements the steps specific to the finite element method during
1414
discretisation. The class uses scikit-fem to discretise the problem to obtain
15-
the mass and stifnness matrices. At present, this class is only used for
15+
the mass and stiffness matrices. At present, this class is only used for
1616
solving the Poisson problem -grad^2 u = f in the y-z plane (i.e. not the
1717
through-cell direction).
1818
@@ -23,7 +23,6 @@ class ScikitFiniteElement(pybamm.SpatialMethod):
2323
mesh : :class:`pybamm.Mesh`
2424
Contains all the submeshes for discretisation
2525
26-
2726
**Extends:"": :class:`pybamm.SpatialMethod`
2827
"""
2928

0 commit comments

Comments
 (0)