Home
last modified time | relevance | path

Searched refs:PetscDSGetComponents (Results 1 – 7 of 7) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscds.pxi25 PetscErrorCode PetscDSGetComponents(PetscDS, PetscInt*[])
H A DDS.pyx253 petsc.PetscDSGetComponents
258 CHKERR(PetscDSGetComponents(self.ds, &cmps))
/petsc/src/dm/impls/plex/
H A Dplexproject.c80 PetscCall(PetscDSGetComponents(ds, &Nc)); in DMProjectPoint_Func_Private()
215 PetscCall(PetscDSGetComponents(ds, &Nc)); in DMProjectPoint_Field_Private()
374 PetscCall(PetscDSGetComponents(ds, &Nc)); in DMProjectPoint_BdField_Private()
847 PetscCall(PetscDSGetComponents(ds, &Nc)); in DMProjectLocal_Generic_Plex()
H A Dplex.c293 PetscCall(PetscDSGetComponents(ds, &Nc)); in DMPlexVecView1D()
/petsc/src/ksp/ksp/utils/dm/
H A Ddmproject.c505 PetscCall(PetscDSGetComponents(ds, &Nc)); in DMSwarmProjectFields_Plex_Internal()
802 PetscCall(PetscDSGetComponents(ds, &Nc)); in DMSwarmProjectGradientFields_Plex_Internal()
/petsc/include/
H A Dpetscds.h122 PETSC_EXTERN PetscErrorCode PetscDSGetComponents(PetscDS, PetscInt *[]);
/petsc/src/dm/dt/interface/
H A Ddtds.c2805 PetscErrorCode PetscDSGetComponents(PetscDS prob, PetscInt *components[]) in PetscDSGetComponents() function
3187 PetscCall(PetscDSGetComponents(ds, &fcomps)); in PetscDSAddBoundary()