| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DS.pyx | 177 petsc.PetscDSGetNumFields 181 CHKERR(PetscDSGetNumFields(self.ds, &nf)) 242 CHKERR(PetscDSGetNumFields(self.ds, &nf)) 257 CHKERR(PetscDSGetNumFields(self.ds, &nf))
|
| H A D | petscds.pxi | 18 PetscErrorCode PetscDSGetNumFields(PetscDS, PetscInt*)
|
| /petsc/src/dm/ftn-mod/ |
| H A D | petscdmmod.F90 | 116 call PetscDSGetNumFields(ds, Nf, ierr) 135 call PetscDSGetNumFields(ds, Nf, ierr)
|
| /petsc/src/dm/dt/fe/tests/ |
| H A D | ex2.c | 130 PetscCall(PetscDSGetNumFields(ds, &Nf)); in CreateFEGeometry() 156 PetscCall(PetscDSGetNumFields(ds, &Nf)); in DestroyFEGeometry() 248 PetscCall(PetscDSGetNumFields(ds, &Nf)); in TestIntegration()
|
| H A D | ex1.c | 139 PetscCall(PetscDSGetNumFields(ds, &Nf)); in CreateFEGeometry() 165 PetscCall(PetscDSGetNumFields(ds, &Nf)); in DestroyFEGeometry() 200 PetscCall(PetscDSGetNumFields(ds, &Nf)); in TestIntegration()
|
| /petsc/src/dm/dt/fe/impls/basic/ |
| H A D | febasic.c | 185 PetscCall(PetscDSGetNumFields(ds, &Nf)); in PetscFEIntegrate_Basic() 195 PetscCall(PetscDSGetNumFields(dsAux, &NfAux)); in PetscFEIntegrate_Basic() 276 PetscCall(PetscDSGetNumFields(ds, &Nf)); in PetscFEIntegrateBd_Basic() 287 PetscCall(PetscDSGetNumFields(dsAux, &NfAux)); in PetscFEIntegrateBd_Basic() 412 PetscCall(PetscDSGetNumFields(ds, &Nf)); in PetscFEIntegrateResidual_Basic() 427 PetscCall(PetscDSGetNumFields(dsAux, &NfAux)); in PetscFEIntegrateResidual_Basic() 519 PetscCall(PetscDSGetNumFields(ds, &Nf)); in PetscFEIntegrateBdResidual_Basic() 534 PetscCall(PetscDSGetNumFields(dsAux, &NfAux)); in PetscFEIntegrateBdResidual_Basic() 634 PetscCall(PetscDSGetNumFields(ds, &Nf)); in PetscFEIntegrateHybridResidual_Basic() 653 PetscCall(PetscDSGetNumFields(dsAux, &NfAux)); in PetscFEIntegrateHybridResidual_Basic() [all …]
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexproject.c | 79 PetscCall(PetscDSGetNumFields(ds, &Nf)); in DMProjectPoint_Func_Private() 214 PetscCall(PetscDSGetNumFields(ds, &Nf)); in DMProjectPoint_Field_Private() 217 PetscCall(PetscDSGetNumFields(dsIn, &NfIn)); in DMProjectPoint_Field_Private() 256 PetscCall(PetscDSGetNumFields(dsAux, &NfAux)); in DMProjectPoint_Field_Private() 373 PetscCall(PetscDSGetNumFields(ds, &Nf)); in DMProjectPoint_BdField_Private() 376 PetscCall(PetscDSGetNumFields(dsIn, &NfIn)); in DMProjectPoint_BdField_Private() 415 PetscCall(PetscDSGetNumFields(dsAux, &NfAux)); in DMProjectPoint_BdField_Private() 826 PetscCall(PetscDSGetNumFields(ds, &Nf)); in DMProjectLocal_Generic_Plex() 827 PetscCall(PetscDSGetNumFields(dsIn, &NfIn)); in DMProjectLocal_Generic_Plex() 845 PetscCall(PetscDSGetNumFields(dsAux, &NfAux)); in DMProjectLocal_Generic_Plex()
|
| H A D | plexfvm.c | 71 PetscCall(PetscDSGetNumFields(prob, &nFields)); in DMPlexReconstructGradients_Internal() 185 PetscCall(PetscDSGetNumFields(prob, &Nf)); in DMPlexReconstructGradientsFVM()
|
| H A D | plexfem.c | 1742 PetscCall(PetscDSGetNumFields(ds, &dsNf)); in DMComputeL2FieldDiff_Plex() 2451 PetscCall(PetscDSGetNumFields(probAux, &NfAux)); in DMPlexComputeIntegral_Internal() 2756 PetscCall(PetscDSGetNumFields(probAux, &NfAux)); in DMPlexComputeBdIntegral_Internal() 3190 PetscCall(PetscDSGetNumFields(prob, &Nf)); in DMPlexComputeInterpolatorGeneral() 3362 PetscCall(PetscDSGetNumFields(prob, &Nf)); in DMPlexComputeMassMatrixGeneral() 3869 PetscCall(PetscDSGetNumFields(dsIn, &Nf)); in DMPlexGetHybridCellFields() 4112 PetscCall(PetscDSGetNumFields(prob, &Nf)); in DMPlexGetFaceFields() 4417 PetscCall(PetscDSGetNumFields(prob, &Nf)); in DMPlexComputeResidual_Patch_Internal() 4648 PetscCall(PetscDSGetNumFields(prob, &Nf)); in DMPlexComputeJacobian_Patch_Internal() 5213 PetscCall(PetscDSGetNumFields(ds, &Nf)); in DMPlexComputeResidualByKey() [all …]
|
| H A D | plextree.c | 1153 PetscCall(PetscDSGetNumFields(ds, &numFields)); in DMPlexComputeAnchorMatrix_Tree_Direct() 1401 PetscCall(PetscDSGetNumFields(ds, &numFields)); in DMPlexReferenceTreeGetChildrenMatrices() 1511 PetscCall(PetscDSGetNumFields(ds, &numFields)); in DMPlexReferenceTreeRestoreChildrenMatrices() 1555 PetscCall(PetscDSGetNumFields(ds, &numFields)); in DMPlexComputeAnchorMatrix_Tree_FromReference() 2842 PetscCall(PetscDSGetNumFields(ds, &numFields)); in DMPlexComputeInjectorReferenceTree() 3166 PetscCall(PetscDSGetNumFields(ds, &numFields)); in DMPlexReferenceTreeGetChildrenMatrices_Injection() 3232 PetscCall(PetscDSGetNumFields(ds, &numFields)); in DMPlexReferenceTreeRestoreChildrenMatrices_Injection()
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 116 PetscCall(PetscDSGetNumFields(ds, &Nf)); in PetscDSView_Ascii() 718 PetscErrorCode PetscDSGetNumFields(PetscDS prob, PetscInt *Nf) in PetscDSGetNumFields() function 3697 PetscCall(PetscDSGetNumFields(prob, &Nf)); in PetscDSSelectDiscretizations() 3698 PetscCall(PetscDSGetNumFields(newprob, &Nfn)); in PetscDSSelectDiscretizations() 3746 PetscCall(PetscDSGetNumFields(prob, &Nf)); in PetscDSSelectEquations() 3747 PetscCall(PetscDSGetNumFields(newprob, &Nfn)); in PetscDSSelectEquations() 3806 PetscCall(PetscDSGetNumFields(prob, &Nf)); in PetscDSCopyEquations() 3807 PetscCall(PetscDSGetNumFields(newprob, &Ng)); in PetscDSCopyEquations() 3867 PetscCall(PetscDSGetNumFields(ds, &Nf)); in PetscDSCopyExactSolutions() 3901 PetscCall(PetscDSGetNumFields(ds, &Nf)); in PetscDSCopyBounds() [all …]
|
| /petsc/src/ts/impls/mimex/ |
| H A D | mimex.c | 89 PetscCall(PetscDSGetNumFields(prob, &Nf)); in SNESTSFormFunction_Mimex() 158 PetscCall(PetscDSGetNumFields(prob, &Nf)); in TSStep_Mimex_Split()
|
| /petsc/src/snes/utils/ |
| H A D | convest.c | 165 PetscCall(PetscDSGetNumFields(ds, &dsNf)); in PetscConvEstSetUp() 285 PetscCall(PetscDSGetNumFields(ds, &Nf)); in PetscConvEstComputeErrorSNES_Private()
|
| H A D | dmplexsnes.c | 60 PetscCall(PetscDSGetNumFields(ds, &Nf)); in SNESCorrectDiscretePressure_Private() 793 PetscCall(PetscDSGetNumFields(ds, &dsNf)); in DMSNESCheckDiscretization() 1073 PetscCall(PetscDSGetNumFields(ds, &Nf)); in DMPlexSetSNESVariableBounds()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex26.c | 198 PetscCall(PetscDSGetNumFields(ds, &Nfields)); in main()
|
| /petsc/include/petsc/private/ |
| H A D | kspimpl.h | 240 PetscCall(PetscDSGetNumFields(ds, &Nf)); in KSPLogErrorHistory()
|
| /petsc/src/snes/utils/dm/ |
| H A D | dmadapt.c | 668 PetscCall(PetscDSGetNumFields(prob, &Nf)); in DMAdaptorSetUp() 873 PetscCall(PetscDSGetNumFields(ds, &Nf)); in DMAdaptorComputeErrorIndicator_Gradient() 1328 PetscCall(PetscDSGetNumFields(ds, &Nf)); in DMAdaptorAdapt_Sequence_Private()
|
| H A D | dminterpolatesnes.c | 869 PetscCall(PetscDSGetNumFields(ds, &Nf)); in DMInterpolationEvaluate()
|
| /petsc/src/dm/dt/fe/impls/opencl/ |
| H A D | feopencl.c | 582 PetscCall(PetscDSGetNumFields(probAux, &NfAux)); in PetscFEIntegrateResidual_OpenCL()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarm.c | 488 PetscCall(PetscDSGetNumFields(prob, &Nf)); in DMSwarmComputeMassMatrix_Private() 711 PetscCall(PetscDSGetNumFields(prob, &Nf)); in DMSwarmComputeMassMatrixSquare_Private() 962 PetscCall(PetscDSGetNumFields(ds, &Nf)); in DMSwarmComputeGradientMatrix_Private()
|
| H A D | swarmpic.c | 1322 PetscCall(PetscDSGetNumFields(ds, &Nfu)); in DMProjectFieldLocal_Swarm()
|
| /petsc/src/dm/dt/fe/interface/ |
| H A D | fe.c | 1609 PetscCall(PetscDSGetNumFields(rds, &Nf)); in PetscFEIntegrateJacobian() 1660 PetscCall(PetscDSGetNumFields(ds, &Nf)); in PetscFEIntegrateBdJacobian() 1713 PetscCall(PetscDSGetNumFields(ds, &Nf)); in PetscFEIntegrateHybridJacobian()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex5.c | 1205 PetscCall(PetscDSGetNumFields(probh, &Nf)); in TestAssembly()
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 6127 PetscCall(PetscDSGetNumFields(ds, &dsnf)); in DMCreateDS() 6167 PetscCall(PetscDSGetNumFields(ds, &Nf)); in DMCreateDS() 6283 PetscCall(PetscDSGetNumFields(ds, &dsNf)); in DMComputeExactSolution() 8199 PetscCall(PetscDSGetNumFields(ds, &Nf)); in DMHasBound() 9180 PetscCall(PetscDSGetNumFields(ds, &dsNf)); in DMComputeError()
|
| /petsc/include/ |
| H A D | petscds.h | 114 PETSC_EXTERN PetscErrorCode PetscDSGetNumFields(PetscDS, PetscInt *);
|