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

Method X

python/dolfinx/fem/function.py:295–297  ·  view source on GitHub ↗

Evaluation points on the reference cell.

(self)

Source from the content-addressed store, hash-verified

293 return values
294
295 def X(self) -> npt.NDArray:
296 """Evaluation points on the reference cell."""
297 return self._cpp_object.X()
298
299 @property
300 def ufl_expression(self) -> ufl.core.expr.Expr:

Callers 3

test_simple_evaluationFunction · 0.95
evalMethod · 0.95
declare_objectsFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_simple_evaluationFunction · 0.76