Lines Matching refs:ctxs
8260 …, const PetscReal x[], PetscInt Nc, PetscScalar *u, PetscCtx ctx), void **ctxs, InsertMode mode, V… in DMProjectFunction() argument
8269 PetscCall(DMProjectFunctionLocal(dm, time, funcs, ctxs, mode, localX)); in DMProjectFunction()
8309 …, const PetscReal x[], PetscInt Nc, PetscScalar *u, PetscCtx ctx), void **ctxs, InsertMode mode, V… in DMProjectFunctionLocal() argument
8314 PetscUseTypeMethod(dm, projectfunctionlocal, time, funcs, ctxs, mode, localX); in DMProjectFunctionLocal()
8355 …, const PetscReal x[], PetscInt Nc, PetscScalar *u, PetscCtx ctx), void **ctxs, InsertMode mode, V… in DMProjectFunctionLabel() argument
8363 …PetscCall(DMProjectFunctionLabelLocal(dm, time, label, numIds, ids, Nc, comps, funcs, ctxs, mode, … in DMProjectFunctionLabel()
8407 …, const PetscReal x[], PetscInt Nc, PetscScalar *u, PetscCtx ctx), void **ctxs, InsertMode mode, V… in DMProjectFunctionLabelLocal() argument
8412 …hod(dm, projectfunctionlabellocal, time, label, numIds, ids, Nc, comps, funcs, ctxs, mode, localX); in DMProjectFunctionLabelLocal()
8708 …t, PetscReal, const PetscReal[], PetscInt, PetscScalar *, void *), void **ctxs, Vec X, PetscReal *… in DMComputeL2Diff() argument
8713 PetscUseTypeMethod(dm, computel2diff, time, funcs, ctxs, X, diff); in DMComputeL2Diff()
8742 … PetscReal[], const PetscReal[], PetscInt, PetscScalar *, void *), void **ctxs, Vec X, const Petsc… in DMComputeL2GradientDiff() argument
8747 PetscUseTypeMethod(dm, computel2gradientdiff, time, funcs, ctxs, X, n, diff); in DMComputeL2GradientDiff()
8775 …t, PetscReal, const PetscReal[], PetscInt, PetscScalar *, void *), void **ctxs, Vec X, PetscReal d… in DMComputeL2FieldDiff() argument
8780 PetscUseTypeMethod(dm, computel2fielddiff, time, funcs, ctxs, X, diff); in DMComputeL2FieldDiff()
9164 void **ctxs; in DMComputeError() local
9170 PetscCall(PetscCalloc2(Nf, &exactSol, Nf, &ctxs)); in DMComputeError()
9184 PetscCall(PetscDSGetExactSolution(ds, field, &exactSol[field], &ctxs[field])); in DMComputeError()
9190 if (errors) PetscCall(DMComputeL2FieldDiff(dm, time, exactSol, ctxs, sol, errors)); in DMComputeError()
9221 PetscCall(DMPlexComputeL2DiffVec(dm, time, exactSol, ctxs, sol, *errorVec)); in DMComputeError()
9224 PetscCall(PetscFree2(exactSol, ctxs)); in DMComputeError()