Example #1
0
 def _appendVertexField(self, t, field, mesh):
   """
   Call C++ appendVertexField();
   """
   ModuleOutputManager.appendVertexField(self, t, field, mesh)
   return
Example #2
0
 def _appendVertexField(self, t, field, mesh):
     """
 Call C++ appendVertexField();
 """
     ModuleOutputManager.appendVertexField(self, t, field, mesh)
     return