Skip to content

Some questions about external_petsc_problem1.0? #29368

Answered by GiudGiud
Wang-Yihu asked this question in Q&A General
Discussion options

You must be logged in to vote

Q1: What does the problem the \modules\external_petsc_solver\test\tests\external_petsc_problem\petsc_transient_as_sub.i describe?

You have to look into the ExternalPetscProblem class to see what it's doing. It's doing implicit Euler for time integration.
then there is a call to externalPETScDiffusionFDMSolve which is defined here
https://github.com/idaholab/moose/blob/next/modules/external_petsc_solver/src/petscsolver/PETScDiffusionFDM.C

It's a finite difference diffusion problem.

What makes the Picard iteration? What's the meaning of the Picard residual in the moose_as_parent.i and petsc_transient_as_sub.i?

See the other post. Picard iteration is from the FixedPointSolve created in …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Wang-Yihu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants