def coords(self): if self._coords is not None: return self._coords else: return get_uniform_grids(self.cell, self.mesh)