MCPcopy
hub / github.com/tum-pbs/PhiFlow / unstack

Method unstack

phi/geom/_geom.py:685–686  ·  view source on GitHub ↗
(self, dimension: str)

Source from the content-addressed store, hash-verified

683 return self
684
685 def unstack(self, dimension: str) -> tuple:
686 return tuple(Point(loc) for loc in math.unstack(self.location, dimension))
687
688 def lies_inside(self, location: Tensor) -> Tensor:
689 return expand(math.wrap(False), shape(location).without('vector'))

Callers 14

differentialFunction · 0.45
layout_sub_figuresFunction · 0.45
_plot_pointsMethod · 0.45
unstackMethod · 0.45
unstackMethod · 0.45
writeFunction · 0.45
readFunction · 0.45
closest_valuesMethod · 0.45
expand_staggeredFunction · 0.45
sampleFunction · 0.45
_shift_resampleFunction · 0.45

Calls 1

PointClass · 0.85