Home
last modified time | relevance | path

Searched refs:costintegralfwd (Results 1 – 7 of 7) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/src/ts/interface/sensitivity/
H A Dtssen.c285 ts->costintegralfwd = fwd; /* Evaluate the cost integral in forward run if fwd is true */ in TSSetCostIntegrand()
1578 if ((ts->vec_costintegral || ts->quadraturets) && !ts->costintegralfwd) { in TSAdjointSolve()
1963 ts->costintegralfwd = fwd; in TSCreateQuadratureTS()
1985 if (fwd) *fwd = ts->costintegralfwd; in TSGetQuadratureTS()
/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Dtsimpl.h183 PetscBool costintegralfwd; /* cost integral is evaluated in the forward run if true */ member
/dports/science/PETSc/petsc-3.14.1/src/ts/impls/explicit/rk/
H A Drk.c641 if (quadts && ts->costintegralfwd) { in TSRollBack_RK()
818 if (ts->costintegralfwd) { /* Save the info for the later use in cost integral evaluation */ in TSStep_RK()
1173 if (quadts && ts->costintegralfwd) { in TSSetUp_RK()
/dports/science/PETSc/petsc-3.14.1/src/ts/impls/implicit/theta/
H A Dtheta.c243 …if (ts->forward_solve || ts->costintegralfwd) { /* Save the info for the later use in cost integra… in TSStep_Theta()
736 if (quadts && ts->costintegralfwd) { in TSRollBack_Theta()
1041 if (!th->VecCostIntegral0 && quadts && ts->costintegralfwd) { /* back up cost integral */ in TSSetUp_Theta()
/dports/science/PETSc/petsc-3.14.1/src/ts/interface/
H A Dts.c4161 …if (ts->quadraturets && ts->costintegralfwd) { /* Must evaluate the cost integral before event is … in TSSolve()
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS13231 PetscBool costintegralfwd;183,7398
H A DCTAGS40800 costintegralfwd include/petsc/private/tsimpl.h /^ PetscBool costintegralfwd; \/* cost integ…