Lines Matching refs:exactCtxs

446 …etscReal[], const PetscReal[], PetscInt, PetscScalar *, void *), void **exactCtxs, PetscReal *erro…  in ComputeError()  argument
454 PetscCall(DMProjectFunction(dm, 0.0, exactFuncs, exactCtxs, INSERT_ALL_VALUES, u)); in ComputeError()
457 PetscCall(DMComputeL2Diff(dm, 0.0, exactFuncs, exactCtxs, u, error)); in ComputeError()
458 PetscCall(DMComputeL2GradientDiff(dm, 0.0, exactFuncDers, exactCtxs, u, n, errorDer)); in ComputeError()
467 void *exactCtxs[3]; in CheckFunctions() local
472 exactCtxs[0] = user; in CheckFunctions()
473 exactCtxs[1] = user; in CheckFunctions()
474 exactCtxs[2] = user; in CheckFunctions()
480 PetscCall(ComputeError(dm, exactFuncs, exactFuncDers, exactCtxs, &error, &errorDer, user)); in CheckFunctions()
495 void *exactCtxs[3]; in CheckTransferError() local
500 exactCtxs[0] = user; in CheckTransferError()
501 exactCtxs[1] = user; in CheckTransferError()
502 exactCtxs[2] = user; in CheckTransferError()
509 PetscCall(DMComputeL2Diff(fdm, 0.0, exactFuncs, exactCtxs, fu, &error)); in CheckTransferError()
510 PetscCall(DMComputeL2GradientDiff(fdm, 0.0, exactFuncDers, exactCtxs, fu, n, &errorDer)); in CheckTransferError()
523 void *exactCtxs[3]; in CheckTransfer() local
532 exactCtxs[0] = exactCtxs[1] = exactCtxs[2] = user; in CheckTransfer()
561 PetscCall(DMProjectFunction(idm, 0.0, exactFuncs, exactCtxs, INSERT_ALL_VALUES, iu)); in CheckTransfer()
601 PetscCall(DMProjectFunction(idm, 0.0, exactFuncs, exactCtxs, INSERT_ALL_VALUES, iV)); in CheckTransfer()
602 PetscCall(DMProjectFunction(fdm, 0.0, exactFuncs, exactCtxs, INSERT_ALL_VALUES, fV)); in CheckTransfer()