Skip to content

Commit 2159b99

Browse files
committed
indent
1 parent 827a6a4 commit 2159b99

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

demos/patch/hcurl_riesz_star.py.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ patches yield a robust method.::
5858

5959
def asm_params(construct_dim):
6060
return {
61-
"pc_type": "python",
62-
"pc_python_type": "firedrake.ASMStarPC",
63-
"pc_star_construct_dim": construct_dim,
64-
"pc_star_backend_type": "tinyasm"
65-
}
61+
"pc_type": "python",
62+
"pc_python_type": "firedrake.ASMStarPC",
63+
"pc_star_construct_dim": construct_dim,
64+
"pc_star_backend_type": "tinyasm"
65+
}
6666

6767
Hiptmair proposed a finer space decomposition for Nedelec elements using edge
6868
patches and vertex patches on the gradient of a Lagrange space. The python type
@@ -72,10 +72,10 @@ using the auxiliary Lagrange space in a multigrid hierarchy. ::
7272

7373
def hiptmair_params():
7474
return {
75-
"pc_type": "python",
76-
"pc_python_type": "firedrake.HiptmairPC",
77-
"hiptmair_mg_levels": asm_params(1),
78-
"hiptmair_mg_coarse": asm_params(0),
75+
"pc_type": "python",
76+
"pc_python_type": "firedrake.HiptmairPC",
77+
"hiptmair_mg_levels": asm_params(1),
78+
"hiptmair_mg_coarse": asm_params(0),
7979
}
8080

8181

0 commit comments

Comments
 (0)