Lines Matching refs:AppCtx
140 } AppCtx; typedef
151 AppCtx *user = (AppCtx *)ctx; in constant()
163 AppCtx *user = (AppCtx *)ctx; in constantDer()
177 AppCtx *user = (AppCtx *)ctx; in linear()
189 AppCtx *user = (AppCtx *)ctx; in linearDer()
207 AppCtx *user = (AppCtx *)ctx; in quadratic()
226 AppCtx *user = (AppCtx *)ctx; in quadraticDer()
247 AppCtx *user = (AppCtx *)ctx; in cubic()
266 AppCtx *user = (AppCtx *)ctx; in cubicDer()
287 AppCtx *user = (AppCtx *)ctx; in quartic()
306 AppCtx *user = (AppCtx *)ctx; in quarticDer()
326 AppCtx *user = (AppCtx *)ctx; in mytanh()
338 AppCtx *user = (AppCtx *)ctx; in mytanhDer()
351 AppCtx *user = (AppCtx *)ctx; in trig()
363 AppCtx *user = (AppCtx *)ctx; in trigDer()
374 static PetscErrorCode ProcessOptions(MPI_Comm comm, AppCtx *options) in ProcessOptions()
395 static PetscErrorCode CreateMesh(MPI_Comm comm, AppCtx *user, DM *dm) in CreateMesh()
406 …t, PetscReal, const PetscReal[], const PetscReal[], PetscInt, PetscScalar *, void *), AppCtx *user) in SetupFunctions()
446 …Int, PetscScalar *, void *), void **exactCtxs, PetscReal *error, PetscReal *errorDer, AppCtx *user) in ComputeError()
463 static PetscErrorCode CheckFunctions(DM dm, PetscInt order, AppCtx *user) in CheckFunctions()
490 …M fdm, PetscBool usePoly, PetscInt order, PetscInt dir, const char *testname, Vec fu, AppCtx *user) in CheckTransferError()
519 static PetscErrorCode CheckTransfer(DM dm, InterpType inType, PetscInt order, AppCtx *user) in CheckTransfer()
649 AppCtx user; in main()