Home
last modified time | relevance | path

Searched defs:DOF (Results 1 – 3 of 3) sorted by relevance

/petsc/src/binding/petsc4py/test/
H A Dtest_dmda.py11 DOF = 1 variable in BaseTestDA
357 DOF = 2 variable in TestDA_2D_W0_N2
366 DOF = 2 variable in TestDA_2D_W2_N2
372 DOF = 2 variable in TestDA_2D_PXY
379 DOF = 2 variable in TestDA_2D_GXY
386 DOF = 2 variable in TestDA_2D_TXY
400 DOF = 2 variable in TestDA_3D_W0_N2
409 DOF = 2 variable in TestDA_3D_W2_N2
415 DOF = 2 variable in TestDA_3D_PXYZ
422 DOF = 2 variable in TestDA_3D_GXYZ
[all …]
/petsc/src/dm/tests/
H A Dex28.c10 #define DOF 3 macro
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmda.pxi205 def __cinit__(self, DMDA da, Vec vec, bint readonly, bint DOF=False):