Lines Matching refs:exact_t
1713 …PetscErrorCode (*exact_t[3])(PetscInt, PetscReal, const PetscReal[], PetscInt, PetscScalar *, void… in SetupPrimalProblem() local
1728 exact_t[0] = exact_t[1] = exact_t[2] = zero; in SetupPrimalProblem()
1746 exact_t[2] = linear_linear_p_t; in SetupPrimalProblem()
1750 …sure", label, 1, &id, 2, 0, NULL, (PetscVoidFn *)exact[2], (PetscVoidFn *)exact_t[2], user, NULL)); in SetupPrimalProblem()
1766 exact_t[2] = trig_linear_p_t; in SetupPrimalProblem()
1770 …sure", label, 1, &id, 2, 0, NULL, (PetscVoidFn *)exact[2], (PetscVoidFn *)exact_t[2], user, NULL)); in SetupPrimalProblem()
1786 exact_t[2] = linear_trig_p_t; in SetupPrimalProblem()
1790 …sure", label, 1, &id, 2, 0, NULL, (PetscVoidFn *)exact[2], (PetscVoidFn *)exact_t[2], user, NULL)); in SetupPrimalProblem()
1807 exact_t[0] = terzaghi_2d_u_t; in SetupPrimalProblem()
1808 exact_t[1] = terzaghi_2d_eps_t; in SetupPrimalProblem()
1809 exact_t[2] = terzaghi_2d_p_t; in SetupPrimalProblem()
1845 exact_t[0] = mandel_2d_u_t; in SetupPrimalProblem()
1846 exact_t[1] = mandel_2d_eps_t; in SetupPrimalProblem()
1847 exact_t[2] = mandel_2d_p_t; in SetupPrimalProblem()
1893 PetscCall(PetscDSSetExactSolutionTimeDerivative(ds, f, exact_t[f], user)); in SetupPrimalProblem()