dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #14736
Moving parallel get() from Function to PETScVector
It looks to me like it would be appropriate to move the get()
functionality from Function to Vector. If PETSc had provided a
parallel VecGetValues, then we would have used that directly. Since
PETSc does not provide it, we need to implement it ourselves and then
it seems natural to put it in the linear algebra library.
--
Anders
Attachment:
signature.asc
Description: Digital signature
Follow ups