Home
last modified time | relevance | path

Searched refs:PetscDSGetHeightSubspace (Results 1 – 4 of 4) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscds.pxi14 PetscErrorCode PetscDSGetHeightSubspace(PetscDS, PetscInt, PetscDS*)
/petsc/src/dm/impls/plex/
H A Dplexproject.c978 if (htInc) PetscCall(PetscDSGetHeightSubspace(ds, hEff, &dsEff)); in DMProjectLocal_Generic_Plex()
997 if (htIncIn) PetscCall(PetscDSGetHeightSubspace(dsIn, hEffIn, &dsEffIn)); in DMProjectLocal_Generic_Plex()
999 if (htIncAux) PetscCall(PetscDSGetHeightSubspace(dsAux, hEffAux, &dsEffAux)); in DMProjectLocal_Generic_Plex()
/petsc/include/
H A Dpetscds.h106 PETSC_EXTERN PetscErrorCode PetscDSGetHeightSubspace(PetscDS, PetscInt, PetscDS *);
/petsc/src/dm/dt/interface/
H A Ddtds.c3946 PetscErrorCode PetscDSGetHeightSubspace(PetscDS prob, PetscInt height, PetscDS *subprob) in PetscDSGetHeightSubspace() function