Lines Matching refs:target
53 PetscInt, dimension(3), target :: dofS2D = [0, 0, 3]
54 PetscInt, dimension(3), target :: dofUP1Tri = [2, 0, 0]
55 PetscInt, dimension(3), target :: dofAP1Tri = [1, 0, 0]
56 PetscInt, dimension(3), target :: dofUP2Tri = [2, 2, 0]
57 PetscInt, dimension(3), target :: dofAP2Tri = [1, 1, 0]
58 PetscInt, dimension(3), target :: dofUP1Quad = [2, 0, 0]
59 PetscInt, dimension(3), target :: dofAP1Quad = [1, 0, 0]
60 PetscInt, dimension(3), target :: dofUP2Quad = [2, 2, 2]
61 PetscInt, dimension(3), target :: dofAP2Quad = [1, 1, 1]
62 PetscInt, dimension(4), target :: dofS3D = [0, 0, 0, 6]
63 PetscInt, dimension(4), target :: dofUP1Tet = [3, 0, 0, 0]
64 PetscInt, dimension(4), target :: dofAP1Tet = [1, 0, 0, 0]
65 PetscInt, dimension(4), target :: dofUP2Tet = [3, 3, 0, 0]
66 PetscInt, dimension(4), target :: dofAP2Tet = [1, 1, 0, 0]
67 PetscInt, dimension(4), target :: dofUP1Hex = [3, 0, 0, 0]
68 PetscInt, dimension(4), target :: dofAP1Hex = [1, 0, 0, 0]
69 PetscInt, dimension(4), target :: dofUP2Hex = [3, 3, 3, 3]
70 PetscInt, dimension(4), target :: dofAP2Hex = [1, 1, 1, 1]