Skip to content

Commit

Permalink
Doc formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Sep 17, 2024
1 parent bf149f5 commit 91bb23e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions python/dolfinx/fem/element.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@ def push_forward(
Args:
X: Coordinates of points on the reference cell,
``shape=(num_points, topological_dimension)``.
cell_geometry: Coordinate 'degrees-of-freedom' (nodes) of the cell,
``shape=(num_geometry_basis_functions, geometrical_dimension)``.
Can be created by accessing `geometry.x[geometry.dofmap.cell_dofs(i)]`,
cell_geometry: Coordinate 'degrees-of-freedom' (nodes) of
the cell, ``shape=(num_geometry_basis_functions,
geometrical_dimension)``. Can be created by accessing
``geometry.x[geometry.dofmap.cell_dofs(i)]``,
Returns:
Physical coordinates of the points reference points ``X``.
Expand Down

0 comments on commit 91bb23e

Please sign in to comment.