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

Method value_shape

python/dolfinx/fem/function.py:305–307  ·  view source on GitHub ↗

Value shape of the Expression.

(self)

Source from the content-addressed store, hash-verified

303
304 @property
305 def value_shape(self) -> np.ndarray:
306 """Value shape of the Expression."""
307 return self._cpp_object.value_shape
308
309 @property
310 def value_size(self) -> int:

Callers 2

declare_function_spaceFunction · 0.45
declare_objectsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected