[petsc-users] How expensive are these functions?

Matthew Knepley knepley at gmail.com
Fri Mar 26 19:55:03 CDT 2010


On Fri, Mar 26, 2010 at 6:44 PM, Pedro Torres <torres.pedrozpk at gmail.com>wrote:

> Hi,
>
> I'm evaluating how to handle differents mapping and ordering, and I would
> like to have some concept of how expensive will be to put it in a loop.  Is
> it possible to order these functions according the computational cost??.
>
> AOApplicationToPetsc()
> AOPetscToApplication()
>
> ISGlobalToLocalMappingApply()
> ISLocalToGlobalMappingApply()
>
>
These are all just direct array lookups to an index translation table. The
AO have a somewhat high memory
cost in parallel, but the performance should be near identical for all of
these.

  Matt


>
> Thanks you very
>
>
> Pedro
>
>
>


-- 
What most experimenters take for granted before they begin their experiments
is infinitely more interesting than any results to which their experiments
lead.
-- Norbert Wiener
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20100326/80fc8b66/attachment.htm>


More information about the petsc-users mailing list