Lines Matching defs:user
151 AppCtx *user = (AppCtx *)ctx; in constant() local
163 AppCtx *user = (AppCtx *)ctx; in constantDer() local
177 AppCtx *user = (AppCtx *)ctx; in linear() local
189 AppCtx *user = (AppCtx *)ctx; in linearDer() local
207 AppCtx *user = (AppCtx *)ctx; in quadratic() local
226 AppCtx *user = (AppCtx *)ctx; in quadraticDer() local
247 AppCtx *user = (AppCtx *)ctx; in cubic() local
266 AppCtx *user = (AppCtx *)ctx; in cubicDer() local
287 AppCtx *user = (AppCtx *)ctx; in quartic() local
306 AppCtx *user = (AppCtx *)ctx; in quarticDer() local
326 AppCtx *user = (AppCtx *)ctx; in mytanh() local
338 AppCtx *user = (AppCtx *)ctx; in mytanhDer() local
351 AppCtx *user = (AppCtx *)ctx; in trig() local
363 AppCtx *user = (AppCtx *)ctx; in trigDer() local
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() local