Searched refs:B22 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex14.c | 1227 …onst Node ***x3, const PrmNode **x2, const PrmNode **xdot2, PetscReal a, Mat B22, Mat B21, THI thi) in THIJacobianLocal_2D() argument 1245 PetscCall(MatSetValuesBlockedLocal(B22, 1, row, 1, col, vals, INSERT_VALUES)); in THIJacobianLocal_2D() 1276 Mat B11, B12, B21, B22; in THIJacobian() local 1298 PetscCall(MatGetLocalSubMatrix(B, isloc[1], isloc[1], &B22)); in THIJacobian() 1310 PetscCall(THIJacobianLocal_2D(&info3, x3, x2, xdot2, a, B22, B21, thi)); in THIJacobian() 1319 PetscCall(MatRestoreLocalSubMatrix(B, isloc[1], isloc[1], &B22)); in THIJacobian()
|