Searched refs:PetscDSGetTotalDimension (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/dm/impls/plex/ftn-custom/ |
| H A D | zplexfemf90.c | 33 *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 D | petscds.pxi | 19 PetscErrorCode PetscDSGetTotalDimension(PetscDS, PetscInt*)
|
| H A D | DS.pyx | 210 petsc.PetscDSGetTotalDimension 214 CHKERR(PetscDSGetTotalDimension(self.ds, &tdim))
|
| /petsc/src/dm/dt/fe/impls/basic/ |
| H A D | febasic.c | 186 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 D | plexfem.c | 2440 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 D | ex2.c | 249 PetscCall(PetscDSGetTotalDimension(ds, &totDim)); in TestIntegration()
|
| H A D | ex1.c | 201 PetscCall(PetscDSGetTotalDimension(ds, &totDim)); in TestIntegration()
|
| /petsc/src/dm/dt/fv/interface/ |
| H A D | fv.c | 1917 PetscCall(PetscDSGetTotalDimension(prob, &totDim)); in PetscFVIntegrateRHSFunction_Upwind() 2199 PetscCall(PetscDSGetTotalDimension(prob, &totDim)); in PetscFVIntegrateRHSFunction_LeastSquares()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarm.c | 489 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 D | petscds.h | 115 PETSC_EXTERN PetscErrorCode PetscDSGetTotalDimension(PetscDS, PetscInt *);
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 974 PetscErrorCode PetscDSGetTotalDimension(PetscDS prob, PetscInt *dim) in PetscDSGetTotalDimension() function
|