Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex102.c92 PetscCall(MatNullSpaceView(null_space, PETSC_VIEWER_STDOUT_WORLD)); in MakeNullSpaceRigidBody()
/petsc/src/mat/interface/
H A Dmatnull.c176 PetscErrorCode MatNullSpaceView(MatNullSpace sp, PetscViewer viewer) in MatNullSpaceView() function
274 …LSPACE_CLASSID, "MatNullSpace", "Null space", "Mat", comm, MatNullSpaceDestroy, MatNullSpaceView)); in MatNullSpaceCreate()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi541 PetscErrorCode MatNullSpaceView(PetscNullSpace, PetscViewer)
H A DMat.pyx6095 Viewer, petsc.MatNullSpaceView
6100 CHKERR(MatNullSpaceView(self.nsp, vwr))
/petsc/include/
H A Dpetscmat.h2123 PETSC_EXTERN PetscErrorCode MatNullSpaceView(MatNullSpace, PetscViewer);