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

Method cmaps

python/dolfinx/mesh.py:296–298  ·  view source on GitHub ↗

The coordinate maps.

(self)

Source from the content-addressed store, hash-verified

294
295 @property
296 def cmaps(self) -> list[_CoordinateElement]:
297 """The coordinate maps."""
298 return [_CoordinateElement(cm) for cm in self._cpp_object.cmaps]
299
300 @property
301 def cmap(self) -> _CoordinateElement:

Callers 15

declare_meshFunction · 0.80
evalMethod · 0.80
discrete_curlFunction · 0.80
interpolation_matrixFunction · 0.80
interpolation_coordsFunction · 0.80
piola_mapped_evaluationFunction · 0.80
tabulate_expressionFunction · 0.80
create_form_factoryFunction · 0.80
interpolate_geometryFunction · 0.80
entities_to_geometryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected