Skip to content
Snippets Groups Projects
Commit c6f171d3 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

pep8

parent 00704a71
No related branches found
No related tags found
No related merge requests found
...@@ -136,8 +136,8 @@ def typedef_grid(name): ...@@ -136,8 +136,8 @@ def typedef_grid(name):
include_file("dune/grid/yaspgrid.hh", filetag="driver") include_file("dune/grid/yaspgrid.hh", filetag="driver")
else: else:
if any(_form.ufl_cell().cellname() in x for x in ["triangle", "tetrahedron"]): if any(_form.ufl_cell().cellname() in x for x in ["triangle", "tetrahedron"]):
#gridt = "Dune::UGGrid<{}>".format(dim) # gridt = "Dune::UGGrid<{}>".format(dim)
#include_file("dune/grid/uggrid.hh", filetag="driver") # include_file("dune/grid/uggrid.hh", filetag="driver")
gridt = "Dune::ALUGrid<{}, {}, Dune::simplex, Dune::conforming>".format(dim, dim) gridt = "Dune::ALUGrid<{}, {}, Dune::simplex, Dune::conforming>".format(dim, dim)
include_file("dune/alugrid/grid.hh", filetag="driver") include_file("dune/alugrid/grid.hh", filetag="driver")
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment