Searched refs:row_edge_back_left (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 3426 PetscCall(PetscMalloc1(dof[1], &row_edge_back_left)); in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3428 row_edge_back_left[c].loc = DMSTAG_BACK_LEFT; in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3429 row_edge_back_left[c].c = c; in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3483 row_edge_back_left[c].i = ex; in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3484 row_edge_back_left[c].j = ey; in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3485 row_edge_back_left[c].k = ez; in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3487 …PetscCall(DMStagMatSetValuesStencil(dm, A, dof[1], row_edge_back_left, dof[1], row_edge_back_left,… in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3538 PetscCall(PetscFree(row_edge_back_left)); in DMCreateMatrix_Stag_3D_AIJ_Assemble()
|