Searched refs:row_face_left (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stag2d.c | 1319 DMStagStencil *row_vertex, *row_face_down, *row_face_left, *row_element; in DMCreateMatrix_Stag_2D_AIJ_Assemble() local 1333 PetscCall(PetscMalloc1(dof[1], &row_face_left)); in DMCreateMatrix_Stag_2D_AIJ_Assemble() 1335 row_face_left[c].loc = DMSTAG_LEFT; in DMCreateMatrix_Stag_2D_AIJ_Assemble() 1336 row_face_left[c].c = c; in DMCreateMatrix_Stag_2D_AIJ_Assemble() 1363 row_face_left[c].i = ex; in DMCreateMatrix_Stag_2D_AIJ_Assemble() 1364 row_face_left[c].j = ey; in DMCreateMatrix_Stag_2D_AIJ_Assemble() 1366 …PetscCall(DMStagMatSetValuesStencil(dm, A, dof[1], row_face_left, dof[1], row_face_left, NULL, INS… in DMCreateMatrix_Stag_2D_AIJ_Assemble() 1378 PetscCall(PetscFree(row_face_left)); in DMCreateMatrix_Stag_2D_AIJ_Assemble()
|
| H A D | stag3d.c | 3412 …down_left, *row_edge_back_down, *row_edge_back_left, *row_face_down, *row_face_left, *row_face_bac… in DMCreateMatrix_Stag_3D_AIJ_Assemble() local 3438 PetscCall(PetscMalloc1(dof[2], &row_face_left)); in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3440 row_face_left[c].loc = DMSTAG_LEFT; in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3441 row_face_left[c].c = c; in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3501 row_face_left[c].i = ex; in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3502 row_face_left[c].j = ey; in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3503 row_face_left[c].k = ez; in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3505 …PetscCall(DMStagMatSetValuesStencil(dm, A, dof[2], row_face_left, dof[2], row_face_left, NULL, INS… in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3541 PetscCall(PetscFree(row_face_left)); in DMCreateMatrix_Stag_3D_AIJ_Assemble()
|