Home
last modified time | relevance | path

Searched refs:TSComputeRHSHessianProductFunctionPU (Results 1 – 6 of 6) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/src/ts/interface/sensitivity/
H A Dtssen.c583 ierr = TSComputeRHSHessianProductFunctionPU(ts,t,U,Vl,Vr,VHV);CHKERRQ(ierr); in TSComputeIHessianProductFunctionPU()
772 PetscErrorCode TSComputeRHSHessianProductFunctionPU(TS ts,PetscReal t,Vec U,Vec *Vl,Vec Vr,Vec *VHV) in TSComputeRHSHessianProductFunctionPU() function
/dports/science/PETSc/petsc-3.14.1/src/ts/impls/explicit/rk/
H A Drk.c974 …ierr = TSComputeRHSHessianProductFunctionPU(ts,rk->stage_time,Y[i],VecsSensiTemp,ts->vec_sensip_co… in TSAdjointStep_RK()
979 …ierr = TSComputeRHSHessianProductFunctionPU(quadts,rk->stage_time,Y[i],NULL,ts->vec_sensip_col,ts-… in TSAdjointStep_RK()
/dports/science/PETSc/petsc-3.14.1/include/
H A Dpetscts.h281 PETSC_EXTERN PetscErrorCode TSComputeRHSHessianProductFunctionPU(TS,PetscReal,Vec,Vec*,Vec,Vec*);
/dports/science/PETSc/petsc-3.14.1/docs/manualpages/
H A Dhtmlmap5938TSComputeRHSHessianProductFunctionPU++TSComputeRHSHessianProductFunctionPU++++man+manualpages/Sens…
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS16049 PetscErrorCode TSComputeRHSHessianProductFunctionPU(772,27025
H A DCTAGS33156 TSComputeRHSHessianProductFunctionPU src/ts/interface/sensitivity/tssen.c /^PetscErrorCode TSComput…