Home
last modified time | relevance | path

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

/petsc/src/snes/tests/
H A Dex69.c34 extern PetscErrorCode MatAssemblyEnd_MyShell(Mat, MatAssemblyType);
111 …PetscCall(MatShellSetOperation(J, MATOP_ASSEMBLY_END, (PetscErrorCodeFn *)MatAssemblyEnd_MyShell)); in main()
364 PetscErrorCode MatAssemblyEnd_MyShell(Mat A, MatAssemblyType tp) in MatAssemblyEnd_MyShell() function