(self, boundary_key: Union[Tuple[str, bool], str])
| 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 |
no outgoing calls
no test coverage detected