Lines Matching refs:s0
41 PetscSpace s0; in PetscSpaceSetFromOptions_Tensor() local
43 PetscCall(PetscSpaceTensorGetSubspace(sp, 0, &s0)); in PetscSpaceSetFromOptions_Tensor()
48 if (si != s0) { in PetscSpaceSetFromOptions_Tensor()
150 PetscSpace s0 = NULL; in PetscSpaceSetUp_Tensor() local
153 PetscCall(PetscSpaceTensorGetSubspace(sp, 0, &s0)); in PetscSpaceSetUp_Tensor()
158 if (si != s0) { in PetscSpaceSetUp_Tensor()
170 if (!s0) PetscCall(PetscSpaceTensorCreateSubspace(sp, Nvs, Ncs, &s0)); in PetscSpaceSetUp_Tensor()
171 else PetscCall(PetscObjectReference((PetscObject)s0)); in PetscSpaceSetUp_Tensor()
172 PetscCall(PetscSpaceSetUp(s0)); in PetscSpaceSetUp_Tensor()
173 for (PetscInt i = 0; i < Ns; i++) PetscCall(PetscSpaceTensorSetSubspace(sp, i, s0)); in PetscSpaceSetUp_Tensor()
174 PetscCall(PetscSpaceDestroy(&s0)); in PetscSpaceSetUp_Tensor()