Home
last modified time | relevance | path

Searched defs:DOFS (Results 1 – 2 of 2) sorted by relevance

/petsc/src/binding/petsc4py/test/
H A Dtest_dmstag.py181 DOFS = (1, 1) variable in TestDMStag_1D_W0_N11
187 DOFS = (2, 1) variable in TestDMStag_1D_W0_N21
193 DOFS = (1, 2) variable in TestDMStag_1D_W0_N12
199 DOFS = (1, 1) variable in TestDMStag_1D_W2_N11
205 DOFS = (2, 1) variable in TestDMStag_1D_W2_N21
211 DOFS = (1, 2) variable in TestDMStag_1D_W2_N12
216 DOFS = (1, 1, 2) variable in TestDMStag_2D_W0_N112
222 DOFS = (1, 1, 2) variable in TestDMStag_2D_W2_N112
229 DOFS = (1, 1, 2) variable in TestDMStag_2D_PXY
237 DOFS = (1, 1, 2) variable in TestDMStag_2D_GXY
[all …]
H A Dtest_dmplex.py20 DOFS = [1, 0] variable in BaseTestPlex
300 DOFS = [1, 0, 0] variable in BaseTestPlex_2D
323 DOFS = [1, 0, 0, 0] variable in BaseTestPlex_3D
353 DOFS = [1, 2, 1] variable in TestPlex_2D_P3
357 DOFS = [1, 2, 1, 0] variable in TestPlex_3D_P3
361 DOFS = [1, 3, 3, 1] variable in TestPlex_3D_P4