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