def Update(self, *args): r""" Update(BlockVector self, double * data, intArray bOffsets) Update(BlockVector self, intArray bOffsets) Update(BlockVector self, intArray bOffsets, mfem::MemoryType mt) """ return _blockvector.BlockVector_Update(self, *args)
def Update(self, *args): return _blockvector.BlockVector_Update(self, *args)
def Update(self, data, bOffsets): return _blockvector.BlockVector_Update(self, data, bOffsets)
def Update(self, *args): """ Update(BlockVector self, double * data, intArray bOffsets) Update(BlockVector self, intArray bOffsets) """ return _blockvector.BlockVector_Update(self, *args)