Home
last modified time | relevance | path

Searched defs:_p_MatNullSpace (Results 1 – 1 of 1) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Dmatimpl.h679 struct _p_MatNullSpace { struct
681 PetscBool has_cnst;
682 PetscInt n;
683 Vec* vecs;
684 PetscScalar* alpha; /* for projections */
685 PetscErrorCode (*remove)(MatNullSpace,Vec,void*); /* for user provided removal function */
686 void* rmctx; /* context for remove() function */