Home
last modified time | relevance | path

Searched defs:AppCtx (Results 1 – 25 of 233) sorted by relevance

12345678910

/petsc/src/snes/tutorials/
H A Dex55.h9 typedef struct AppCtx AppCtx; typedef
10 struct AppCtx { struct
14 PetscErrorCode (*mms_solution)(AppCtx *, const DMDACoor2d *, PetscScalar *); argument
15 PetscErrorCode (*mms_forcing)(AppCtx *, const DMDACoor2d *, PetscScalar *); argument
H A Dex5.c54 typedef struct AppCtx AppCtx; typedef
55 struct AppCtx { struct
58 PetscErrorCode (*mms_solution)(AppCtx *, const DMDACoor2d *, PetscScalar *); argument
59 PetscErrorCode (*mms_forcing)(AppCtx *, const DMDACoor2d *, PetscScalar *); argument
H A Dex20.c32 } AppCtx; typedef
97 … SetupDiscretization(DM dm, const char name[], PetscErrorCode (*setup)(DM, AppCtx *), AppCtx *user) in SetupDiscretization() argument
H A Dex5f90.F9039 type AppCtx type
/petsc/src/binding/petsc4py/demo/legacy/perftest/
H A Ddriver.c10 typedef struct AppCtx { struct
13 } AppCtx; typedef
H A Ddriver.py17 class AppCtx: class
/petsc/src/dm/impls/plex/tests/
H A Dex43.c7 } AppCtx; typedef
H A Dex14.c7 } AppCtx; typedef
H A Dex74.c37 } AppCtx; typedef
H A Dex51.c9 } AppCtx; typedef
H A Dex70.c8 } AppCtx; typedef
H A Dex71.c57 } AppCtx; typedef
H A Dex37.c13 } AppCtx; typedef
H A Dex29.c17 } AppCtx; typedef
/petsc/src/dm/impls/plex/tutorials/
H A Dex9.c8 } AppCtx; typedef
H A Dex5.c14 } AppCtx; typedef
H A Dex16.c14 } AppCtx; typedef
/petsc/src/dm/impls/patch/tests/
H A Dex1.c19 } AppCtx; typedef
/petsc/src/ts/tutorials/advection-diffusion-reaction/
H A Dreaction_diffusion.h17 } AppCtx; typedef
/petsc/src/tao/unconstrained/impls/lmvm/tests/
H A Dex1.c10 } AppCtx; typedef
/petsc/src/vec/is/tests/
H A Dex5.c94 } AppCtx; typedef
/petsc/src/binding/petsc4py/demo/legacy/taosolve/
H A Drosenbrock.py22 class AppCtx(object): class
/petsc/src/dm/impls/swarm/tests/
H A Dex3.c9 } AppCtx; typedef
H A Dex8.c23 } AppCtx; typedef
/petsc/src/snes/tests/
H A Dex241.cxx16 } AppCtx; typedef

12345678910