Example: Same mesh, but \( u \) is piecewise constant in each cell (P0 element).
Same vertices
and cells
, but
dof_map = [[0], [1]]
May think of one node in the middle of each element.
We will hereafter work with cells
, vertices
, and dof_map
.