Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/wb/
H A Dwb.c8 PetscBool directSolve; /* use direct LU factorization to construct interpolation */ member
183 if (exotic->directSolve) { in DMDAGetWireBasketInterpolation()
505 if (exotic->directSolve) { in DMDAGetFaceInterpolation()
747 if (ctx->directSolve) { in PCView_Exotic()
779 …"use direct solver to construct interpolation", "None", ctx->directSolve, &ctx->directSolve, NULL)… in PCSetFromOptions_Exotic()
780 if (!ctx->directSolve) { in PCSetFromOptions_Exotic()