Home
last modified time | relevance | path

Searched refs:SetupStrongStg (Results 1 – 3 of 3) sorted by relevance

/honee/problems/
H A Dstg_shur14.h13 extern PetscErrorCode SetupStrongStg(DM dm, ProblemData problem, Physics phys);
H A Dstg_shur14.c334 PetscErrorCode SetupStrongStg(DM dm, ProblemData problem, Physics phys) { in SetupStrongStg() function
/honee/src/
H A Dsetupdm.c85 if (use_strongstg) PetscCall(SetupStrongStg(dm, problem, phys)); in SetUpDM()