Lines Matching refs:TSGetSNES
436 PetscCall(TSGetSNES(ts, &ts->snes)); in TSSetFromOptions()
1033 PetscCall(TSGetSNES(ts, &snes)); in TSSetRHSFunction()
1159 PetscCall(TSGetSNES(ts, &snes)); in TSSetRHSJacobian()
1206 PetscCall(TSGetSNES(ts, &snes)); in TSSetIFunction()
1240 PetscCall(TSGetSNES(ts, &snes)); in TSGetIFunction()
1271 PetscCall(TSGetSNES(ts, &snes)); in TSGetRHSFunction()
1332 PetscCall(TSGetSNES(ts, &snes)); in TSSetIJacobian()
1416 PetscCall(TSGetSNES(ts, &snes)); in TSGetI2Function()
1489 PetscCall(TSGetSNES(ts, &snes)); in TSGetI2Jacobian()
2413 PetscCall(TSGetSNES(ts, &snes)); in TSSetProblemType()
2523 PetscCall(TSGetSNES(ts, &snes)); in TSSetUp()
2712 PetscErrorCode TSGetSNES(TS ts, SNES *snes) in TSGetSNES() function
2796 PetscCall(TSGetSNES(ts, &snes)); in TSGetKSP()
4345 PetscCall(TSGetSNES(ts, &snes)); in TSSetOptionsPrefix()
4376 PetscCall(TSGetSNES(ts, &snes)); in TSAppendOptionsPrefix()
4435 PetscCall(TSGetSNES(ts, &snes)); in TSGetRHSJacobian()
4472 PetscCall(TSGetSNES(ts, &snes)); in TSGetIJacobian()
4520 PetscCall(TSGetSNES(ts, &snes)); in TSSetDM()
5374 PetscCall(TSGetSNES(ts, &snes)); in TSVISetVariableBounds()
5611 PetscCall(TSGetSNES(ts, &snes)); in TSComputeIJacobianDefaultColor()
5740 PetscCall(TSGetSNES(tsin, &snes_start)); in TSClone()