Home
last modified time | relevance | path

Searched refs:PetscDSGetTotalDimension (Results 1 – 11 of 11) sorted by relevance

/petsc/src/dm/impls/plex/ftn-custom/
H A Dzplexfemf90.c33 *ierr = PetscDSGetTotalDimension(prob, &totDim); in dmplexgetcellfields_()
43 *ierr = PetscDSGetTotalDimension(probAux, &totDimAux); in dmplexgetcellfields_()
83 *ierr = PetscDSGetTotalDimension(prob, &totDim); in dmplexgetfacefields_()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscds.pxi19 PetscErrorCode PetscDSGetTotalDimension(PetscDS, PetscInt*)
H A DDS.pyx210 petsc.PetscDSGetTotalDimension
214 CHKERR(PetscDSGetTotalDimension(self.ds, &tdim))
/petsc/src/dm/dt/fe/impls/basic/
H A Dfebasic.c186 PetscCall(PetscDSGetTotalDimension(ds, &totDim)); in PetscFEIntegrate_Basic()
196 PetscCall(PetscDSGetTotalDimension(dsAux, &totDimAux)); in PetscFEIntegrate_Basic()
277 PetscCall(PetscDSGetTotalDimension(ds, &totDim)); in PetscFEIntegrateBd_Basic()
288 PetscCall(PetscDSGetTotalDimension(dsAux, &totDimAux)); in PetscFEIntegrateBd_Basic()
413 PetscCall(PetscDSGetTotalDimension(ds, &totDim)); in PetscFEIntegrateResidual_Basic()
428 PetscCall(PetscDSGetTotalDimension(dsAux, &totDimAux)); in PetscFEIntegrateResidual_Basic()
520 PetscCall(PetscDSGetTotalDimension(ds, &totDim)); in PetscFEIntegrateBdResidual_Basic()
535 PetscCall(PetscDSGetTotalDimension(dsAux, &totDimAux)); in PetscFEIntegrateBdResidual_Basic()
635 PetscCall(PetscDSGetTotalDimension(ds, &totDim)); in PetscFEIntegrateHybridResidual_Basic()
636 PetscCall(PetscDSGetTotalDimension(dsIn, &totDimIn)); in PetscFEIntegrateHybridResidual_Basic()
[all …]
/petsc/src/dm/impls/plex/
H A Dplexfem.c2440 PetscCall(PetscDSGetTotalDimension(prob, &totDim)); in DMPlexComputeIntegral_Internal()
2453 PetscCall(PetscDSGetTotalDimension(probAux, &totDimAux)); in DMPlexComputeIntegral_Internal()
2743 PetscCall(PetscDSGetTotalDimension(prob, &totDim)); in DMPlexComputeBdIntegral_Internal()
2758 PetscCall(PetscDSGetTotalDimension(probAux, &totDimAux)); in DMPlexComputeBdIntegral_Internal()
3198 PetscCall(PetscDSGetTotalDimension(prob, &totDim)); in DMPlexComputeInterpolatorGeneral()
3370 PetscCall(PetscDSGetTotalDimension(prob, &totDim)); in DMPlexComputeMassMatrixGeneral()
3631 PetscCall(PetscDSGetTotalDimension(prob, &cTotDim)); in DMPlexComputeInjectorFEM()
3772 PetscCall(PetscDSGetTotalDimension(prob, &totDim)); in DMPlexGetCellFields()
3782 PetscCall(PetscDSGetTotalDimension(probAux, &totDimAux)); in DMPlexGetCellFields()
3870 PetscCall(PetscDSGetTotalDimension(dsIn, &totDim)); in DMPlexGetHybridCellFields()
[all …]
/petsc/src/dm/dt/fe/tests/
H A Dex2.c249 PetscCall(PetscDSGetTotalDimension(ds, &totDim)); in TestIntegration()
H A Dex1.c201 PetscCall(PetscDSGetTotalDimension(ds, &totDim)); in TestIntegration()
/petsc/src/dm/dt/fv/interface/
H A Dfv.c1917 PetscCall(PetscDSGetTotalDimension(prob, &totDim)); in PetscFVIntegrateRHSFunction_Upwind()
2199 PetscCall(PetscDSGetTotalDimension(prob, &totDim)); in PetscFVIntegrateRHSFunction_LeastSquares()
/petsc/src/dm/impls/swarm/
H A Dswarm.c489 PetscCall(PetscDSGetTotalDimension(prob, &totDim)); in DMSwarmComputeMassMatrix_Private()
712 PetscCall(PetscDSGetTotalDimension(prob, &totDim)); in DMSwarmComputeMassMatrixSquare_Private()
964 PetscCall(PetscDSGetTotalDimension(ds, &totDim)); in DMSwarmComputeGradientMatrix_Private()
/petsc/include/
H A Dpetscds.h115 PETSC_EXTERN PetscErrorCode PetscDSGetTotalDimension(PetscDS, PetscInt *);
/petsc/src/dm/dt/interface/
H A Ddtds.c974 PetscErrorCode PetscDSGetTotalDimension(PetscDS prob, PetscInt *dim) in PetscDSGetTotalDimension() function