Lines Matching refs:VEC_CLASSID
95 PetscValidHeaderSpecific(U, VEC_CLASSID, 3); in TSComputeRHSJacobianP()
218 PetscValidHeaderSpecific(U, VEC_CLASSID, 3); in TSComputeIJacobianP()
219 PetscValidHeaderSpecific(Udot, VEC_CLASSID, 4); in TSComputeIJacobianP()
299 if (costintegral) PetscValidHeaderSpecific(costintegral, VEC_CLASSID, 3); in TSSetCostIntegrand()
378 PetscValidHeaderSpecific(U, VEC_CLASSID, 3); in TSComputeCostIntegrand()
379 PetscValidHeaderSpecific(Q, VEC_CLASSID, 4); in TSComputeCostIntegrand()
400 PetscValidHeaderSpecific(U, VEC_CLASSID, 3); in TSComputeDRDUFunction()
418 PetscValidHeaderSpecific(U, VEC_CLASSID, 3); in TSComputeDRDPFunction()
515 PetscValidHeaderSpecific(U, VEC_CLASSID, 3); in TSComputeIHessianProductFunctionUU()
556 PetscValidHeaderSpecific(U, VEC_CLASSID, 3); in TSComputeIHessianProductFunctionUP()
597 PetscValidHeaderSpecific(U, VEC_CLASSID, 3); in TSComputeIHessianProductFunctionPU()
638 PetscValidHeaderSpecific(U, VEC_CLASSID, 3); in TSComputeIHessianProductFunctionPP()
746 PetscValidHeaderSpecific(U, VEC_CLASSID, 3); in TSComputeRHSHessianProductFunctionUU()
780 PetscValidHeaderSpecific(U, VEC_CLASSID, 3); in TSComputeRHSHessianProductFunctionUP()
814 PetscValidHeaderSpecific(U, VEC_CLASSID, 3); in TSComputeRHSHessianProductFunctionPU()
848 PetscValidHeaderSpecific(U, VEC_CLASSID, 3); in TSComputeRHSHessianProductFunctionPP()
1190 PetscValidHeaderSpecific(U, VEC_CLASSID, 3); in TSAdjointComputeRHSJacobian()
1207 PetscValidHeaderSpecific(U, VEC_CLASSID, 3); in TSAdjointComputeDRDYFunction()
1223 PetscValidHeaderSpecific(U, VEC_CLASSID, 3); in TSAdjointComputeDRDPFunction()
1638 PetscValidHeaderSpecific(u, VEC_CLASSID, 4); in TSAdjointMonitor()