Dear Sir,
I am trying to run an 3D coupled thermomechanical analysis in parallel version of FEAP, but I face the message on the terminal which says that :
NO CONVERGENCE REASON: Iterations exceeded, in the first 4 or 5 steps of analysis I see this massage on the terminal, finally it disappears.
When I tested the problem serially, or run the 2D coupled thermomechanical analysis in parallel version, it works without any warning or error. But in parallel version when I type:
mpirun -n $(NPROC) $FEAPHOME8_4/parfeap/feap -ksp_type cg -pc_type jacobi
In the case of typing:
mpirun -n 1$(NPROC) $FEAPHOME8_4/parfeap/feap -ksp_type preonly -pc_type lu -pc_factor_mat_solver_package superlu_dist
The parallel analysis started without "NO CONVERGENCE REASON: Iterations exceeded" massage on the terminal.
I have checked all my user-material and user-element code also the input files and do the steps of running parallel analysis stated in the parmanuals. But I cannot solve this problem.
I want to mention that I use petsc-3.4.5 to run the parallel analysis.
Could you please guide men in this concept.
Regards.