Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex5f90t.F90130 subroutine FormInitialGuess(mysnes, X, ierr) argument
132 type(tSNES) mysnes local
141 PetscCallA(SNESGetApplicationContext(mysnes, pctx, ierr))
302 subroutine FormJacobian(mysnes, X, jac, jac_prec, ctx, ierr) argument
304 type(tSNES) mysnes local
468 type(tSNES) mysnes variable
498 PetscCallA(SNESCreate(PETSC_COMM_WORLD, mysnes, ierr))
539 PetscCallA(SNESSetApplicationContext(mysnes, ctx, ierr))
542 PetscCallA(SNESSetFunction(mysnes, r, FormFunction, ctx, ierr))
572 PetscCallA(SNESSetJacobian(mysnes, J, J, FormJacobian, ctx, ierr))
[all …]
H A Dex73f90t.F9094 subroutine FormInitialGuess(mysnes, Xnest, ierr) argument
96 SNES:: mysnes
109 PetscCall(SNESGetApplicationContext(mysnes, solver, ierr))
422 SNES:: mysnes
617 PetscCallA(SNESCreate(PETSC_COMM_WORLD, mysnes, ierr))
619 PetscCallA(SNESSetDM(mysnes, solver%da, ierr))
621 PetscCallA(SNESSetApplicationContext(mysnes, solver, ierr))
623 PetscCallA(SNESSetDM(mysnes, solver%da, ierr))
626 PetscCallA(SNESSetFunction(mysnes, r, FormFunction, solver, ierr))
628 PetscCallA(SNESSetObjective(mysnes, MyObjective, solver, ierr))
[all …]