This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

How can i use nonlinear conjugate gradient (ncg) method from snes solver?

+1 vote

I try to use the nonlinear conjugate gradient method using the snes solver (PETScSNESSolver) but is is not obvious how to properly use it.

I have implemented a code where this method is called from scipy.optimize but i would like a parallelized version.

Thank you.

asked Sep 25, 2015 by ggrekas FEniCS Novice (220 points)
...