Lines Matching refs:TSGetDM
169 PetscCall(TSGetDM(ts, &dm)); in TSSetFromOptions()
276 PetscCall(TSGetDM(ts, &sw)); in TSSetFromOptions()
363 PetscCall(TSGetDM(ts, &da)); in TSSetFromOptions()
386 PetscCall(TSGetDM(ts, &da)); in TSSetFromOptions()
408 PetscCall(TSGetDM(ts, &dm)); in TSSetFromOptions()
581 PetscCall(TSGetDM(ts, &dm)); in TSComputeRHSJacobian()
640 PetscCall(TSGetDM(ts, &dm)); in TSComputeRHSFunction()
682 PetscCall(TSGetDM(ts, &dm)); in TSComputeSolutionFunction()
712 PetscCall(TSGetDM(ts, &dm)); in TSComputeForcingFunction()
807 PetscCall(TSGetDM(ts, &dm)); in TSComputeIFunction()
905 PetscCall(TSGetDM(ts, &dm)); in TSComputeIJacobian()
1031 PetscCall(TSGetDM(ts, &dm)); in TSSetRHSFunction()
1075 PetscCall(TSGetDM(ts, &dm)); in TSSetSolutionFunction()
1114 PetscCall(TSGetDM(ts, &dm)); in TSSetForcingFunction()
1156 PetscCall(TSGetDM(ts, &dm)); in TSSetRHSJacobian()
1203 PetscCall(TSGetDM(ts, &dm)); in TSSetIFunction()
1242 PetscCall(TSGetDM(ts, &dm)); in TSGetIFunction()
1273 PetscCall(TSGetDM(ts, &dm)); in TSGetRHSFunction()
1329 PetscCall(TSGetDM(ts, &dm)); in TSSetIJacobian()
1387 PetscCall(TSGetDM(ts, &dm)); in TSSetI2Function()
1418 PetscCall(TSGetDM(ts, &dm)); in TSGetI2Function()
1457 PetscCall(TSGetDM(ts, &dm)); in TSSetI2Jacobian()
1492 PetscCall(TSGetDM(ts, &dm)); in TSGetI2Jacobian()
1534 PetscCall(TSGetDM(ts, &dm)); in TSComputeI2Function()
1607 PetscCall(TSGetDM(ts, &dm)); in TSComputeI2Jacobian()
1660 PetscCall(TSGetDM(ts, &dm)); in TSSetTransientVariable()
1694 PetscCall(TSGetDM(ts, &dm)); in TSComputeTransientVariable()
1725 PetscCall(TSGetDM(ts, &dm)); in TSHasTransientVariable()
2550 PetscCall(TSGetDM(ts, &dm)); in TSSetUp()
3089 PetscCall(TSGetDM(ts, &dm)); in TSSetSolution()
4144 PetscCall(TSGetDM(ts, &dm)); in TSSolve()
4439 PetscCall(TSGetDM(ts, &dm)); in TSGetRHSJacobian()
4476 PetscCall(TSGetDM(ts, &dm)); in TSGetIJacobian()
4540 PetscErrorCode TSGetDM(TS ts, DM *dm) in TSGetDM() function
5584 PetscCall(TSGetDM(ts, &dm)); in TSComputeIJacobianDefaultColor()
5743 PetscCall(TSGetDM(tsin, &dm)); in TSClone()