Home
last modified time | relevance | path

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

/petsc/src/mat/interface/ftn-custom/
H A Dzmatnullf.c15 PetscBool has_cnst; in matnullspacegetvecs_() local
21 *ierr = MatNullSpaceGetVecs(*sp, &has_cnst, &n, (const Vec **)&tvecs); in matnullspacegetvecs_()
22 if (HAS_CNST) *HAS_CNST = has_cnst; in matnullspacegetvecs_()
/petsc/src/mat/interface/
H A Dmatnull.c60 if (has_const) *has_const = sp->has_cnst; in MatNullSpaceGetVecs()
193 …ains %" PetscInt_FMT " vector%s%s\n", sp->n, sp->n == 1 ? "" : "s", sp->has_cnst ? " and the const… in MatNullSpaceView()
230 PetscErrorCode MatNullSpaceCreate(MPI_Comm comm, PetscBool has_cnst, PetscInt n, const Vec vecs[], … in MatNullSpaceCreate() argument
253 if (has_cnst) { in MatNullSpaceCreate()
276 sp->has_cnst = has_cnst; in MatNullSpaceCreate()
351 if (sp->has_cnst) { in MatNullSpaceRemove()
409 if (sp->has_cnst) { in MatNullSpaceTest()
/petsc/include/petsc/private/
H A Dmatimpl.h722 PetscBool has_cnst; member