Home
last modified time | relevance | path

Searched defs:gval (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ts/event/tests/
H A Dex2.c144 PetscErrorCode EventFunction(TS ts, PetscReal t, Vec U, PetscReal gval[], PetscCtx ctx) in EventFunction()
H A Dex1sin.c143 PetscErrorCode EventFunction(TS ts, PetscReal t, Vec U, PetscReal gval[], PetscCtx ctx) in EventFunction()
H A Dex4.c189 PetscErrorCode EventFunction(TS ts, PetscReal t, Vec U, PetscReal gval[], PetscCtx ctx) in EventFunction()
H A Dex3.c176 PetscErrorCode EventFunction(TS ts, PetscReal t, Vec U, PetscReal gval[], PetscCtx ctx) in EventFunction()
H A Dex5.c178 PetscErrorCode EventFunction(TS ts, PetscReal t, Vec U, PetscReal gval[], PetscCtx ctx) in EventFunction()
H A Dex3span.c214 PetscErrorCode EventFunction(TS ts, PetscReal t, Vec U, PetscReal gval[], PetscCtx ctx) in EventFunction()
/petsc/src/ksp/pc/impls/gamg/
H A Dclassical.c89 PetscScalar *gval; in PCGAMGCreateGraph_Classical() local