File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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
6767Hiptmair proposed a finer space decomposition for Nedelec elements using edge
6868patches 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
You can’t perform that action at this time.
0 commit comments