Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Umberto Zerbinati <[email protected]>
  • Loading branch information
Umberto Zerbinati committed Jan 30, 2024
1 parent dbf7d1f commit 4e7a264
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions firedrake/mg/mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

class HierarchyBase(object):
"""Create an encapsulation of an hierarchy of meshes.
:arg meshes: list of meshes (coarse to fine)
:arg coarse_to_fine_cells: list of numpy arrays for each level
pair, mapping each coarse cell into fine cells it intersects.
Expand Down Expand Up @@ -99,8 +98,8 @@ def MeshHierarchy(mesh, refinement_levels,
level in the hierarchy.
:arg degree : int
the degree of the finite element space used for
isoparametric representation of the geometry. Only relevant
if mesh is a Netgen mesh.
isoparametric representation of the geometry.
Only relevant if mesh is a Netgen mesh.
:arg distribution_parameters : dict
options controlling mesh distribution, see
:func:`~.Mesh` for details. If ``None``, use
Expand Down

0 comments on commit 4e7a264

Please sign in to comment.