Beispiel #1
0
 def coords(self):
     if self._coords is not None:
         return self._coords
     else:
         return get_uniform_grids(self.cell, self.mesh)
Beispiel #2
0
 def coords(self):
     if self._coords is not None:
         return self._coords
     else:
         return get_uniform_grids(self.cell, self.mesh)