Searched refs:row_edge_back_down (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stag3d.c | 3412 …DMStagStencil *row_vertex, *row_edge_down_left, *row_edge_back_down, *row_edge_back_left, *row_fac… in DMCreateMatrix_Stag_3D_AIJ_Assemble() local 3432 PetscCall(PetscMalloc1(dof[1], &row_edge_back_down)); in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3434 row_edge_back_down[c].loc = DMSTAG_BACK_DOWN; in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3435 row_edge_back_down[c].c = c; in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3492 row_edge_back_down[c].i = ex; in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3493 row_edge_back_down[c].j = ey; in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3494 row_edge_back_down[c].k = ez; in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3496 …PetscCall(DMStagMatSetValuesStencil(dm, A, dof[1], row_edge_back_down, dof[1], row_edge_back_down,… in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3539 PetscCall(PetscFree(row_edge_back_down)); in DMCreateMatrix_Stag_3D_AIJ_Assemble()
|