Convergence issues after adapting NS AD kernels for incompressible Stokes (PSPG/SUPG enabled) #31744
-
Check these boxes if you have followed the posting rules.
QuestionNote:This question is based on the previous one (#31590). In the previous case, all kernels related to Stokes and incompressibility were written by me (hand-written Jacobian, non-AD kernels), but I could not resolve some near-zero pressure issues. Therefore, yesterday I copied the relevant official AD kernels and modified parts to implement my model. The main files I copied and modified are the Materials: Used input files:Different solver parameters and the corresponding forms of non-convergence:When using the
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 15 replies
-
|
Hello
Did the simulation solve properly when you don't do that? |
Beta Was this translation helpful? Give feedback.
So you're saying that if you use
then you get something like
FACTOR_OUTMEMORYwhen you run in parallel? If that is the case you might additionally add the option-mat_mumps_icntl_14 300which would bump your memory working space by 300%. You can look at this PETSc man page for all the mumps options