def SetNodalGridFunction(self, nodes, make_owner=False): return _mesh.Mesh_SetNodalGridFunction(self, nodes, make_owner)
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)