Searched refs:getheightsubspace (Results 1 – 7 of 7) sorted by relevance
523 PetscTryTypeMethod(sp, getheightsubspace, height, subsp); in PetscSpaceGetHeightSubspace()
348 sp->ops->getheightsubspace = PetscSpaceGetHeightSubspace_Polynomial; in PetscSpaceInitialize_Polynomial()
350 sp->ops->getheightsubspace = PetscSpaceGetHeightSubspace_Ptrimmed; in PetscSpaceInitialize_Ptrimmed()
33 PetscErrorCode (*getheightsubspace)(PetscSpace, PetscInt, PetscSpace *); member
373 sp->ops->getheightsubspace = PetscSpaceGetHeightSubspace_WXY; in PetscSpaceInitialize_WXY()
626 sp->ops->getheightsubspace = PetscSpaceGetHeightSubspace_Sum; in PetscSpaceInitialize_Sum()
632 sp->ops->getheightsubspace = PetscSpaceGetHeightSubspace_Tensor; in PetscSpaceInitialize_Tensor()