Searched refs:row_face_back (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stag3d.c | 3412 …_edge_back_down, *row_edge_back_left, *row_face_down, *row_face_left, *row_face_back, *row_element; in DMCreateMatrix_Stag_3D_AIJ_Assemble() local 3450 PetscCall(PetscMalloc1(dof[2], &row_face_back)); in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3452 row_face_back[c].loc = DMSTAG_BACK; in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3453 row_face_back[c].c = c; in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3519 row_face_back[c].i = ex; in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3520 row_face_back[c].j = ey; in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3521 row_face_back[c].k = ez; in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3523 …PetscCall(DMStagMatSetValuesStencil(dm, A, dof[2], row_face_back, dof[2], row_face_back, NULL, INS… in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3542 PetscCall(PetscFree(row_face_back)); in DMCreateMatrix_Stag_3D_AIJ_Assemble()
|