Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dmatisimpl.h19 …PetscBool locempty; /* adapt local matrices for empty rows/cols during MatAssembl… member
/petsc/src/mat/impls/is/
H A Dmatis.c1744 matis->locempty = fix; in MatISFixLocalEmpty_IS()
2959 if (is->locempty && type == MAT_FINAL_ASSEMBLY) { in MatAssemblyEnd_IS()
3026 is->locempty = PETSC_FALSE; in MatAssemblyEnd_IS()
3339 …ices in case of empty local rows/columns", "MatISFixLocalEmpty", a->locempty, &a->locempty, NULL)); in MatSetFromOptions_IS()