Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/snes/tutorials/
H A Dex22.c49 extern PetscErrorCode ComputeJacobian_MF(SNES,Vec,Mat,Mat,void*);
112 ierr = SNESSetJacobian(snes,NULL, NULL,ComputeJacobian_MF,NULL);CHKERRQ(ierr); in main()
300 PetscErrorCode ComputeJacobian_MF(SNES snes,Vec x,Mat A,Mat B,void *ctx) in ComputeJacobian_MF() function
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS63968 PetscErrorCode ComputeJacobian_MF(300,11736
H A DCTAGS2922 ComputeJacobian_MF src/snes/tutorials/ex22.c /^PetscErrorCode ComputeJacobian_MF(SNES snes,Vec x,Ma…