Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscds.pxi20 PetscErrorCode PetscDSGetTotalComponents(PetscDS, PetscInt*)
H A DDS.pyx224 petsc.PetscDSGetTotalComponents
228 CHKERR(PetscDSGetTotalComponents(self.ds, &tcmp))
/petsc/src/dm/dt/fv/interface/
H A Dfv.c1916 PetscCall(PetscDSGetTotalComponents(prob, &Nc)); in PetscFVIntegrateRHSFunction_Upwind()
2198 PetscCall(PetscDSGetTotalComponents(prob, &Nc)); in PetscFVIntegrateRHSFunction_LeastSquares()
/petsc/include/
H A Dpetscds.h116 PETSC_EXTERN PetscErrorCode PetscDSGetTotalComponents(PetscDS, PetscInt *);
/petsc/src/dm/dt/interface/
H A Ddtds.c999 PetscErrorCode PetscDSGetTotalComponents(PetscDS prob, PetscInt *Nc) in PetscDSGetTotalComponents() function
/petsc/src/dm/impls/plex/
H A Dplexfem.c1743 PetscCall(PetscDSGetTotalComponents(ds, &totNc)); in DMComputeL2FieldDiff_Plex()
4113 PetscCall(PetscDSGetTotalComponents(prob, &Nc)); in DMPlexGetFaceFields()
H A Dplex.c292 PetscCall(PetscDSGetTotalComponents(ds, &Nl)); in DMPlexVecView1D()