[petsc-dev] Lower memory DMDA

Jed Brown jedbrown at mcs.anl.gov
Wed May 8 07:39:05 CDT 2013


Matthew Knepley <knepley at gmail.com> writes:

> Well, the scatter operations are collective, so making creation lazy here
> seems fine.
> I have no problem forcing a setup of local-to-global since I do not think
> many people
> use it directly.

It gets added to any Mat or Vec that gets created.  Any code that uses
VecSetValuesLocal() or MatSetValuesStencil() would fail without it.



More information about the petsc-dev mailing list