Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dstg_shur14.h17 extern PetscErrorCode SetupStrongStg(DM dm, SimpleBC bc, ProblemData problem, Physics phys);
H A Dstg_shur14.c304 PetscErrorCode SetupStrongStg(DM dm, SimpleBC bc, ProblemData problem, Physics phys) { in SetupStrongStg() function
/libCEED/examples/fluids/src/
H A Dsetupdm.c72 if (use_strongstg) PetscCall(SetupStrongStg(dm, bc, problem, phys)); in SetUpDM()