Lines Matching refs:target
70 PetscInt, dimension(3), target :: dofS2D = [0, 0, 3]
71 PetscInt, dimension(3), target :: dofUP1Tri = [2, 0, 0]
72 PetscInt, dimension(3), target :: dofAP1Tri = [1, 0, 0]
73 PetscInt, dimension(3), target :: dofUP2Tri = [2, 2, 0]
74 PetscInt, dimension(3), target :: dofAP2Tri = [1, 1, 0]
75 PetscInt, dimension(3), target :: dofUP1Quad = [2, 0, 0]
76 PetscInt, dimension(3), target :: dofAP1Quad = [1, 0, 0]
77 PetscInt, dimension(3), target :: dofUP2Quad = [2, 2, 2]
78 PetscInt, dimension(3), target :: dofAP2Quad = [1, 1, 1]
79 PetscInt, dimension(4), target :: dofS3D = [0, 0, 0, 6]
80 PetscInt, dimension(4), target :: dofUP1Tet = [3, 0, 0, 0]
81 PetscInt, dimension(4), target :: dofAP1Tet = [1, 0, 0, 0]
82 PetscInt, dimension(4), target :: dofUP2Tet = [3, 3, 0, 0]
83 PetscInt, dimension(4), target :: dofAP2Tet = [1, 1, 0, 0]
84 PetscInt, dimension(4), target :: dofUP1Hex = [3, 0, 0, 0]
85 PetscInt, dimension(4), target :: dofAP1Hex = [1, 0, 0, 0]
86 PetscInt, dimension(4), target :: dofUP2Hex = [3, 3, 3, 3]
87 PetscInt, dimension(4), target :: dofAP2Hex = [1, 1, 1, 1]