Searched refs:origSpace (Results 1 – 1 of 1) sorted by relevance
5 PetscSpace origSpace; member34 PetscCall(PetscSpaceDestroy(&subsp->origSpace)); in PetscSpaceDestroy_Subspace()53 PetscCall(PetscSpaceGetNumVariables(subsp->origSpace, &origDim)); in PetscSpaceView_Subspace()54 PetscCall(PetscSpaceGetNumComponents(subsp->origSpace, &origNc)); in PetscSpaceView_Subspace()87 PetscCall(PetscSpaceView(subsp->origSpace, viewer)); in PetscSpaceView_Subspace()100 origsp = subsp->origSpace; in PetscSpaceEvaluate_Subspace()280 PetscSpace origSpace; in PetscSpaceSetUp_Subspace() local293 origSpace = subsp->origSpace; in PetscSpaceSetUp_Subspace()295 PetscCall(PetscSpaceGetNumComponents(origSpace, &origNc)); in PetscSpaceSetUp_Subspace()296 PetscCall(PetscSpaceGetNumVariables(origSpace, &origDim)); in PetscSpaceSetUp_Subspace()[all …]