Searched refs:PetscDSGetHeightSubspace (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscds.pxi | 14 PetscErrorCode PetscDSGetHeightSubspace(PetscDS, PetscInt, PetscDS*)
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexproject.c | 978 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 D | petscds.h | 106 PETSC_EXTERN PetscErrorCode PetscDSGetHeightSubspace(PetscDS, PetscInt, PetscDS *);
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 3946 PetscErrorCode PetscDSGetHeightSubspace(PetscDS prob, PetscInt height, PetscDS *subprob) in PetscDSGetHeightSubspace() function
|