Home
last modified time | relevance | path

Searched defs:dof2 (Results 1 – 21 of 21) sorted by relevance

/petsc/src/dm/impls/stag/tests/
H A Dex17.c9 PetscInt dim, dof0, dof1, dof2, dof3; in main() local
H A Dex51.c13 const PetscInt dof0 = 2, dof1 = 2, dof2 = 2, dof3 = 2, N_x = 3, N_y = 3, N_z = 3; in main() local
H A Dex12.c10 …PetscInt startx, starty, nx, ny, i, j, d, is, js, dof0, dof1, dof2, dofTotal, stencilWidth, … in main() local
H A Dex10.c10 …PetscInt startx, starty, nx, ny, i, j, d, is, js, dof0, dof1, dof2, dofTotal, stencilWidth, … in main() local
H A Dex9.c10 …PetscInt startx, starty, startz, nx, ny, nz, i, j, k, d, is, js, ks, dof0, dof1, dof2, dof3,… in main() local
H A Dex7.c10 …PetscInt startx, starty, startz, nx, ny, nz, i, j, k, d, is, js, ks, dof0, dof1, dof2, dof3,… in main() local
H A Dex11.c22 PetscInt dof0, dof1, dof2; in main() local
H A Dex13.c199 …PetscInt i, j, startx, starty, nx, ny, nExtrax, nExtray, dof0, dof1, dof2, c, idxLeft, idxDo… in Test2_2d() local
306 …tartx, starty, startz, nx, ny, nz, nExtrax, nExtray, nExtraz, dof0, dof1, dof2, dof3, c, idxLeft, … in Test2_3d() local
H A Dex8.c22 PetscInt dof0, dof1, dof2, dof3; in main() local
H A Dex30.c47 … const PetscInt dof0 = 0, dof1 = 0, dof2 = 1, dof3 = 1; /* 1 dof on each face and element center */ in main() local
H A Dex18.c105 const PetscInt dof0 = 0, dof1 = 1, dof2 = 1; /* 1 dof on each edge and element center */ in main() local
/petsc/src/dm/impls/stag/
H A Dstagintern.c63 … P, PetscInt m, PetscInt n, PetscInt p, PetscInt dof0, PetscInt dof1, PetscInt dof2, PetscInt dof3… in DMStagInitialize()
H A Dstagutils.c297 PetscErrorCode DMStagGetDOF(DM dm, PetscInt *dof0, PetscInt *dof1, PetscInt *dof2, PetscInt *dof3) in DMStagGetDOF()
709 PetscErrorCode DMStagCreateCompatibleDMStag(DM dm, PetscInt dof0, PetscInt dof1, PetscInt dof2, Pet… in DMStagCreateCompatibleDMStag()
1138 PetscErrorCode DMStagSetDOF(DM dm, PetscInt dof0, PetscInt dof1, PetscInt dof2, PetscInt dof3) in DMStagSetDOF()
H A Dstag.c12 PetscInt f0, f1, f2, f3, dof0, dof1, dof2, dof3, n_entries, k, d, cnt, n_fields, dim; in DMCreateFieldDecomposition_Stag() local
H A Dstag2d.c48 … M, PetscInt N, PetscInt m, PetscInt n, PetscInt dof0, PetscInt dof1, PetscInt dof2, DMStagStencil… in DMStagCreate2d()
H A Dstag3d.c55 … P, PetscInt m, PetscInt n, PetscInt p, PetscInt dof0, PetscInt dof1, PetscInt dof2, PetscInt dof3… in DMStagCreate3d()
/petsc/src/dm/impls/stag/tutorials/
H A Dex2.c93 const PetscInt dof0 = 0, dof1 = 1, dof2 = 1; /* 1 dof on each edge and element center */ in main() local
H A Dex3.c122 … const PetscInt dof0 = 0, dof1 = 0, dof2 = 1, dof3 = 1; /* 1 dof on each face and element center */ in main() local
H A Dex6.c92 PetscInt dof0, dof1, dof2, dof3; in main() local
/petsc/src/mat/impls/kaij/
H A Dkaij.c738 PetscInt i, j, *v_pivots, dof, dof2; in MatInvertBlockDiagonal_SeqKAIJ() local
/petsc/src/ts/tutorials/
H A Dex14.c1343 const PetscInt dof = NODE_SIZE, dof2 = PRMNODE_SIZE; in THIDAVecView_VTK_XML() local