| e3fbd1f4 | 22-Oct-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed use of DMDAGetGlobalIndices() for the DMDA computation of Jacobians Replaced with call to DMGetLocalToGlobalMqppingBlock() and ISGetIndices() so these routines no longer need the full set of
removed use of DMDAGetGlobalIndices() for the DMDA computation of Jacobians Replaced with call to DMGetLocalToGlobalMqppingBlock() and ISGetIndices() so these routines no longer need the full set of indices only the block version.
This in itself does not save memory but eventually will allow use to remove the storage of all the indices for dof > 1 with only the storage of indices for the blocks
show more ...
|