Searched refs:a_ctx (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex2.c | 22 …linear(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, PetscScalar *u, void *a_ctx) in linear() argument 24 AppCtx *ctx = (AppCtx *)a_ctx; in linear() 32 … x2_x4(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, PetscScalar *u, void *a_ctx) in x2_x4() argument 34 AppCtx *ctx = (AppCtx *)a_ctx; in x2_x4() 42 …e sinx(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, PetscScalar *u, void *a_ctx) in sinx() argument 44 AppCtx *ctx = (AppCtx *)a_ctx; in sinx()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex48.c | 427 …on_Psi(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, PetscScalar *u, void *a_ctx) in initialSolution_Psi() argument 429 AppCtx *ctx = (AppCtx *)a_ctx; in initialSolution_Psi()
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 86 …de LandauFormJacobian_Internal(Vec a_X, Mat JacP, const PetscInt dim, PetscReal shift, void *a_ctx) in LandauFormJacobian_Internal() argument 88 LandauCtx *ctx = (LandauCtx *)a_ctx; in LandauFormJacobian_Internal()
|