Searched refs:MatAssemblyEnd_MyShell (Results 1 – 1 of 1) sorted by relevance
34 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