Home
last modified time | relevance | path

Searched refs:row_face_down (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/stag/
H A Dstag2d.c1319 DMStagStencil *row_vertex, *row_face_down, *row_face_left, *row_element; in DMCreateMatrix_Stag_2D_AIJ_Assemble() local
1327 PetscCall(PetscMalloc1(dof[1], &row_face_down)); in DMCreateMatrix_Stag_2D_AIJ_Assemble()
1329 row_face_down[c].loc = DMSTAG_DOWN; in DMCreateMatrix_Stag_2D_AIJ_Assemble()
1330 row_face_down[c].c = c; in DMCreateMatrix_Stag_2D_AIJ_Assemble()
1356 row_face_down[c].i = ex; in DMCreateMatrix_Stag_2D_AIJ_Assemble()
1357 row_face_down[c].j = ey; in DMCreateMatrix_Stag_2D_AIJ_Assemble()
1359 …PetscCall(DMStagMatSetValuesStencil(dm, A, dof[1], row_face_down, dof[1], row_face_down, NULL, INS… in DMCreateMatrix_Stag_2D_AIJ_Assemble()
1379 PetscCall(PetscFree(row_face_down)); in DMCreateMatrix_Stag_2D_AIJ_Assemble()
H A Dstag3d.c3412 …rtex, *row_edge_down_left, *row_edge_back_down, *row_edge_back_left, *row_face_down, *row_face_lef… in DMCreateMatrix_Stag_3D_AIJ_Assemble() local
3444 PetscCall(PetscMalloc1(dof[2], &row_face_down)); in DMCreateMatrix_Stag_3D_AIJ_Assemble()
3446 row_face_down[c].loc = DMSTAG_DOWN; in DMCreateMatrix_Stag_3D_AIJ_Assemble()
3447 row_face_down[c].c = c; in DMCreateMatrix_Stag_3D_AIJ_Assemble()
3510 row_face_down[c].i = ex; in DMCreateMatrix_Stag_3D_AIJ_Assemble()
3511 row_face_down[c].j = ey; in DMCreateMatrix_Stag_3D_AIJ_Assemble()
3512 row_face_down[c].k = ez; in DMCreateMatrix_Stag_3D_AIJ_Assemble()
3514 …PetscCall(DMStagMatSetValuesStencil(dm, A, dof[2], row_face_down, dof[2], row_face_down, NULL, INS… in DMCreateMatrix_Stag_3D_AIJ_Assemble()
3543 PetscCall(PetscFree(row_face_down)); in DMCreateMatrix_Stag_3D_AIJ_Assemble()