Home
last modified time | relevance | path

Searched refs:matmatsolve_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
340 lu->matmatsolve_iscalled = PETSC_FALSE; in MatSolve_SuperLU_DIST()
366 if (lu->options.SolveInitialized && !lu->matmatsolve_iscalled) { in MatMatSolve_SuperLU_DIST()
392 lu->matmatsolve_iscalled = PETSC_TRUE; in MatMatSolve_SuperLU_DIST()
957 lu->matmatsolve_iscalled = PETSC_FALSE; in MatGetFactor_aij_superlu_dist()