Searched refs:DOFS (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_dmstag.py | 18 dofs=self.DOFS, 33 self.directda.setDof(self.DOFS) 181 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 [all …]
|
| H A D | test_dmplex.py | 20 DOFS = [1, 0] variable in BaseTestPlex 88 section = self.plex.createSection([self.COMP], [self.DOFS]) 91 self.plex.getStratumSize('depth', d) * self.DOFS[d] 97 section = self.plex.createSection([self.COMP], [self.DOFS]) 246 if sum(self.DOFS) > 1: 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
|