Beispiel #1
0
 def SetNodalGridFunction(self, nodes, make_owner=False):
     return _mesh.Mesh_SetNodalGridFunction(self, nodes, make_owner)
Beispiel #2
0
 def SetNodalGridFunction(self, nodes, make_owner=False):
     r"""SetNodalGridFunction(Mesh self, GridFunction nodes, bool make_owner=False)"""
     return _mesh.Mesh_SetNodalGridFunction(self, nodes, make_owner)