Searched refs:BCApply_WEST (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex49.c | 1114 static PetscErrorCode BCApply_WEST(DM da, PetscInt d_idx, PetscScalar bc_val, Mat A, Vec b) in BCApply_WEST() function 1184 PetscCall(BCApply_WEST(elas_da, 0, 1.0, A, f)); in DMDABCApplyCompression() 1185 PetscCall(BCApply_WEST(elas_da, 1, 0.0, A, f)); in DMDABCApplyCompression() 1220 PetscCall(BCApply_WEST(elas_da, 0, 1.0, A, x)); in DMDABCApplySymmetricCompression() 1221 PetscCall(BCApply_WEST(elas_da, 1, 0.0, A, x)); in DMDABCApplySymmetricCompression()
|