[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question on DA
The default layouts of "grid points" is independent of the number
of degree's
of freedom per point so each process will get the same "patch" for
both DA's.
If you are worried about the two DA's having some duplicate
information that
wastes memory (information that could be shared between the two),
don't; the
amount of excess data is very small relative to everything else in the
code and
is not worth worrying about.
Barry
On Apr 10, 2008, at 11:28 PM, Ningyu Liu wrote:
Hello,
I have a question on DA. If I create two DAs using DACreate2D() with
the
same input except different degrees of freedom, will they share the
same
communication information. If not, how can I create two DAs
corresponding
to the same structured grid and communication information but
different
degrees of freedom. Thank you very much!
Ningyu