This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

Does Fenics/Dolfin use longest edge bisection in three dimensions?

+1 vote

Hi,

Does Fenics / Dolfin use longest edge bisection for mesh refinement in 3D?

cell_markers = CellFunction("bool", mesh, True)
adapt(mesh,cell_markers)

Thanks,
-Zeb

asked Feb 4, 2017 by jhameed2 FEniCS Novice (150 points)
...