Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/superlu_dist/
H A Dsuperlu_dist.c109 PetscBool matsolve_iscalled, matmatsolve_iscalled; member
290 if (lu->options.SolveInitialized && !lu->matsolve_iscalled) { in MatSolve_SuperLU_DIST()
339 lu->matsolve_iscalled = PETSC_TRUE; in MatSolve_SuperLU_DIST()
391 lu->matsolve_iscalled = PETSC_FALSE; in MatMatSolve_SuperLU_DIST()
956 lu->matsolve_iscalled = PETSC_FALSE; in MatGetFactor_aij_superlu_dist()