Searched refs:PetscDSGetTotalComponents (Results 1 – 7 of 7) sorted by relevance
20 PetscErrorCode PetscDSGetTotalComponents(PetscDS, PetscInt*)
224 petsc.PetscDSGetTotalComponents228 CHKERR(PetscDSGetTotalComponents(self.ds, &tcmp))
1916 PetscCall(PetscDSGetTotalComponents(prob, &Nc)); in PetscFVIntegrateRHSFunction_Upwind()2198 PetscCall(PetscDSGetTotalComponents(prob, &Nc)); in PetscFVIntegrateRHSFunction_LeastSquares()
116 PETSC_EXTERN PetscErrorCode PetscDSGetTotalComponents(PetscDS, PetscInt *);
999 PetscErrorCode PetscDSGetTotalComponents(PetscDS prob, PetscInt *Nc) in PetscDSGetTotalComponents() function
1743 PetscCall(PetscDSGetTotalComponents(ds, &totNc)); in DMComputeL2FieldDiff_Plex()4113 PetscCall(PetscDSGetTotalComponents(prob, &Nc)); in DMPlexGetFaceFields()
292 PetscCall(PetscDSGetTotalComponents(ds, &Nl)); in DMPlexVecView1D()