Searched refs:subprob (Results 1 – 1 of 1) sorted by relevance
3946 PetscErrorCode PetscDSGetHeightSubspace(PetscDS prob, PetscInt height, PetscDS *subprob) in PetscDSGetHeightSubspace() argument3952 PetscAssertPointer(subprob, 3); in PetscDSGetHeightSubspace()3954 *subprob = prob; in PetscDSGetHeightSubspace()3979 *subprob = prob->subprobs[height - 1]; in PetscDSGetHeightSubspace()