Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kinnala committed Jun 19, 2024
1 parent b5d9167 commit 2aaca9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ The DOFs corresponding to the nodes (or vertices) of the mesh are
.. doctest::

>>> basis.nodal_dofs
array([[0, 1, 2, 3, 4, 5, 6, 7]], dtype=int32)
array([[0, 1, 2, 3, 4, 5, 6, 7]])

This means that the first (zeroth) entry in the DOF array corresponds to the
first node/vertex in the finite element mesh (see ``m.p`` for a list of
Expand Down

0 comments on commit 2aaca9d

Please sign in to comment.