[petsc-users] matgetcoloring
Barry Smith
bsmith at mcs.anl.gov
Wed Oct 10 19:54:47 CDT 2012
On Oct 10, 2012, at 6:42 PM, panourg at mech.upatras.gr wrote:
> Dear all
>
> In function MatGetColoring() which is the faster method of coloring? Also
> is there any parameter so that i set such a poor coloring technique but
> fast?
>
> thanks
The coloring time is not likely to dominate at all. It is only done once compared to many Jacobian evaluations so you want the best coloring (just use the default).
Barry
More information about the petsc-users
mailing list