Some questions about in external_petsc_problem of calling FormIFunction and FormIJacobian? #29178
-
Check these boxes if you have followed the posting rules.
QuestionHow are the function It seems that only the function |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
hello in
which tells the petsc time stepper what function it can use to compute Udot - RHS then the time stepper will call this function on every time step |
Beta Was this translation helpful? Give feedback.
Haha, I find the answer. They are called by functions in
/home/sjtu/mambaforge3/envs/moose/lib/libpetsc.so.3.019
in conda environment maybe generated byPETScDiffusionFDM.C
which do not appear in\modules\external_petsc_solver\
.We can use gdb tool and backtrace to find this.
projects/moose/modules/external_petsc_solver
directory:projects/moose/modules/external_petsc_solver/test/tests/external_petsc_problem
It will return: