Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/src/PETSc/
H A Dpetscsnes.pxi133 … int SNESSetInitialGuess"SNESSetComputeInitialGuess"(PetscSNES,PetscSNESInitialGuessFunction,void*)
/dports/science/PETSc/petsc-3.14.1/src/snes/tutorials/
H A Dex58.c92 ierr = SNESSetComputeInitialGuess(snes,ComputeInitialGuess,NULL);CHKERRQ(ierr); in main()
H A Dex18.c102 ierr = SNESSetComputeInitialGuess(snes,FormInitialGuess,NULL);CHKERRQ(ierr); in main()
H A Dex48.c1531 ierr = SNESSetComputeInitialGuess(snes,THIInitial,NULL);CHKERRQ(ierr);
/dports/science/PETSc/petsc-3.14.1/include/
H A Dpetscsnes.h381 PETSC_EXTERN PetscErrorCode SNESSetComputeInitialGuess(SNES,PetscErrorCode (*)(SNES,Vec,void*),void…
/dports/science/PETSc/petsc-3.14.1/src/snes/tests/
H A Dex20.c97 ierr = SNESSetComputeInitialGuess(snes,FormInitialGuess,NULL);CHKERRQ(ierr); in main()
/dports/science/PETSc/petsc-3.14.1/src/snes/interface/
H A Dsnes.c2301 PetscErrorCode SNESSetComputeInitialGuess(SNES snes,PetscErrorCode (*func)(SNES,Vec,void*),void *c… in SNESSetComputeInitialGuess() function
/dports/science/PETSc/petsc-3.14.1/docs/manualpages/
H A Dhtmlmap5312 man:+SNESSetComputeInitialGuess++SNESSetComputeInitialGuess++++man+manualpages/SNES/SNESSetComputeI…
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS61199 PetscErrorCode SNESSetComputeInitialGuess(2301,86769
H A DCTAGS29519 SNESSetComputeInitialGuess src/snes/interface/snes.c /^PetscErrorCode SNESSetComputeInitialGuess(S…