Home
last modified time | relevance | path

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

/petsc/src/dm/tests/
H A Dex26.c31 PetscCall(MatFDColoringDestroy(&matfdcoloring)); in main()
/petsc/src/mat/tutorials/
H A Dex16.c104 PetscCall(MatFDColoringDestroy(&matfdcoloring)); in main()
/petsc/src/mat/tests/
H A Dex240.c92 PetscCall(MatFDColoringDestroy(&fdcoloring)); in main()
/petsc/src/mat/matfd/
H A Dfdmatrix.c448 …n computation via finite differences with coloring", "Mat", comm, MatFDColoringDestroy, MatFDColor… in MatFDColoringCreate()
488 PetscErrorCode MatFDColoringDestroy(MatFDColoring *c) in MatFDColoringDestroy() function
/petsc/src/ts/tutorials/phasefield/
H A Dbiharmonic2.c158 PetscCall(MatFDColoringDestroy(&matfdcoloring)); in main()
H A Dbiharmonic3.c157 PetscCall(MatFDColoringDestroy(&matfdcoloring)); in main()
/petsc/src/ts/tests/
H A Dex5.c321 PetscCall(MatFDColoringDestroy(&matfdcoloring)); in main()
333 if (matfdcoloring) PetscCall(MatFDColoringDestroy(&matfdcoloring)); in main()
H A Dex4.c180 if (fd_jacobian_coloring) PetscCall(MatFDColoringDestroy(&matfdcoloring)); in main()
/petsc/src/snes/tests/
H A Dex1f.F90629 if (fd_coloring) PetscCallA(MatFDColoringDestroy(fdcoloring, ierr))
H A Dex1.c296 if (fd_coloring) PetscCall(MatFDColoringDestroy(&fdcoloring)); in main()
/petsc/src/snes/tutorials/
H A Dex14.c187 PetscCall(MatFDColoringDestroy(&matfdcoloring)); in main()
/petsc/src/snes/tutorials/ex10d/
H A Dex10.c480 if (fd_jacobian_coloring) PetscCall(MatFDColoringDestroy(&matfdcoloring)); in main()
/petsc/src/tao/unconstrained/tutorials/
H A Dminsurf2.c139 if (fdcoloring) PetscCall(MatFDColoringDestroy(&matfdcoloring)); in main()
/petsc/include/
H A Dpetscmat.h1735 PETSC_EXTERN PetscErrorCode MatFDColoringDestroy(MatFDColoring *);
/petsc/src/snes/interface/
H A Dsnes.c3136 PetscCall(MatFDColoringDestroy(&matfdcoloring)); in SNESComputeJacobian()
/petsc/src/dm/interface/
H A Ddm.c733 PetscCall(MatFDColoringDestroy(&(*dm)->fd)); in DMDestroy()