MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / tabulate_dof_coordinates

Method tabulate_dof_coordinates

python/dolfinx/fem/function.py:855–865  ·  view source on GitHub ↗

Tabulate coordinates of function space degrees-of-freedom. Returns: Coordinates of the degrees-of-freedom. Note: This method is only for elements with point evaluation degrees-of-freedom.

(self)

Source from the content-addressed store, hash-verified

853 return V, dofs
854
855 def tabulate_dof_coordinates(self) -> npt.NDArray[Real]:
856 """Tabulate coordinates of function space degrees-of-freedom.
857
858 Returns:
859 Coordinates of the degrees-of-freedom.
860
861 Note:
862 This method is only for elements with point evaluation
863 degrees-of-freedom.
864 """
865 return self._cpp_object.tabulate_dof_coordinates()

Callers 8

test_dof_coords_2dFunction · 0.45
test_dof_coords_3dFunction · 0.45
build_elastic_nullspaceFunction · 0.45
_Function · 0.45
declare_function_spaceFunction · 0.45
nullspace_elastictyFunction · 0.45
build_nullspaceFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_dof_coords_2dFunction · 0.36
test_dof_coords_3dFunction · 0.36
build_elastic_nullspaceFunction · 0.36