Dear all.
I implemented an user element with an unsymmetric tangent. While test problems run fine in serial feap, problems show up when calculating in parallel. In serial I used
LOOP,newton, 20
UTANG,,1
NEXT,newton
to solve the problem. For parallel I use a "-ksp_type cg -pc_type jacobi" option . Now I read that the conjugate gradient is only solving symmetric problems. So stating UTANG does not have any meaning here? Which solving method would you suggest for unsmmetric tangents?
Thanks in advance