Home
last modified time | relevance | path

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

/honee/src/
H A Dpetsc_ops.c341 PCType pc_type; in CreateSolveOperatorsFromMatCeed() local
344 PetscCall(PCGetType(pc, &pc_type)); in CreateSolveOperatorsFromMatCeed()
345 …PetscCall(PetscStrcmpAny(pc_type, &use_matceed_pmat, PCNONE, PCJACOBI, PCVPBJACOBI, PCPBJACOBI, PC… in CreateSolveOperatorsFromMatCeed()