Home
last modified time | relevance | path

Searched refs:snesfunction (Results 1 – 19 of 19) sorted by relevance

/petsc/src/snes/utils/ftn-custom/
H A Dzdmsnesf.c12 PetscFortranCallbackId snesfunction; member
50 …FortranCallback((PetscObject)sdm, PETSC_FORTRAN_CALLBACK_SUBTYPE, _cb.snesfunction, (PetscFortranC… in ourf()
61 …ortranCallback((PetscObject)sdm, PETSC_FORTRAN_CALLBACK_SUBTYPE, &_cb.snesfunction, (PetscFortranC… in dmsnessetfunction_()
/petsc/src/ts/impls/mimex/
H A Dmimex.c338 ts->ops->snesfunction = SNESTSFormFunction_Mimex; in TSCreate_Mimex()
/petsc/include/petsc/private/
H A Dtsimpl.h36 PetscErrorCode (*snesfunction)(SNES, Vec, Vec, TS); member
/petsc/src/ts/impls/pseudo/
H A Dposindep.c681 ts->ops->snesfunction = SNESTSFormFunction_Pseudo; in TSCreate_Pseudo()
/petsc/src/ts/impls/implicit/alpha/
H A Dalpha1.c461 ts->ops->snesfunction = SNESTSFormFunction_Alpha; in TSCreate_Alpha()
H A Dalpha2.c567 ts->ops->snesfunction = SNESTSFormFunction_Alpha; in TSCreate_Alpha2()
/petsc/src/ts/impls/eimex/
H A Deimex.c533 ts->ops->snesfunction = SNESTSFormFunction_EIMEX; in TSCreate_EIMEX()
/petsc/src/ts/impls/implicit/discgrad/
H A Dtsdiscgrad.c472 ts->ops->snesfunction = SNESTSFormFunction_DiscGrad; in TSCreate_DiscGrad()
/petsc/src/ts/impls/bdf/
H A Dbdf.c537 ts->ops->snesfunction = SNESTSFormFunction_BDF; in TSCreate_BDF()
/petsc/src/ts/impls/arkimex/
H A Dfsarkimex.c461 ts->ops->snesfunction = SNESTSFormFunction_ARKIMEX_FastSlowSplit; in TSSetUp_ARKIMEX_FastSlowSplit()
H A Darkimex.c2395 ts->ops->snesfunction = SNESTSFormFunction_ARKIMEX; in TSCreate_ARKIMEX()
/petsc/src/ts/impls/implicit/irk/
H A Dirk.c854 ts->ops->snesfunction = SNESTSFormFunction_IRK; in TSCreate_IRK()
/petsc/src/ts/impls/glee/
H A Dglee.c1042 ts->ops->snesfunction = SNESTSFormFunction_GLEE; in TSCreate_GLEE()
/petsc/src/ts/impls/rosw/
H A Drosw.c1789 ts->ops->snesfunction = SNESTSFormFunction_RosW; in TSCreate_RosW()
/petsc/src/ts/impls/implicit/glle/
H A Dglle.c1428 ts->ops->snesfunction = SNESTSFormFunction_GLLE; in TSCreate_GLLE()
/petsc/src/ts/impls/explicit/rk/
H A Drk.c1491 ts->ops->snesfunction = SNESTSFormFunction_RK; in TSCreate_RK()
/petsc/src/ts/interface/
H A Dts.c4582 …PetscCheck(ts->ops->snesfunction, PetscObjectComm((PetscObject)ts), PETSC_ERR_SUP, "No method snes… in SNESTSFormFunction()
4583 PetscCall((*ts->ops->snesfunction)(snes, U, F, ts)); in SNESTSFormFunction()
/petsc/src/ts/impls/implicit/theta/
H A Dtheta.c1251 ts->ops->snesfunction = SNESTSFormFunction_Theta; in TSCreate_Theta()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dlibpetsc4py.pyx2355 … PetscErrorCode (*snesfunction)(PetscSNES, PetscVec, PetscVec, PetscTS) except PETSC_ERR_PYTHON
2439 ops.snesfunction = SNESTSFormFunction_Python