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

Method determines_boundary_values

phi/field/_embed.py:49–50  ·  view source on GitHub ↗
(self, boundary_key: Union[Tuple[str, bool], str])

Source from the content-addressed store, hash-verified

47 # return FieldEmbedding(spatial_gradient(self.field)) # this is not supported for all fields
48
49 def determines_boundary_values(self, boundary_key: Union[Tuple[str, bool], str]) -> bool:
50 return False
51
52 def is_face_valid(self, key) -> bool:
53 return False

Callers 2

slice_off_constant_facesFunction · 0.80
with_boundaryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected