Home
last modified time | relevance | path

Searched refs:PetscDSGetNumFields (Results 1 – 25 of 35) sorted by relevance

12

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDS.pyx177 petsc.PetscDSGetNumFields
181 CHKERR(PetscDSGetNumFields(self.ds, &nf))
242 CHKERR(PetscDSGetNumFields(self.ds, &nf))
257 CHKERR(PetscDSGetNumFields(self.ds, &nf))
H A Dpetscds.pxi18 PetscErrorCode PetscDSGetNumFields(PetscDS, PetscInt*)
/petsc/src/dm/ftn-mod/
H A Dpetscdmmod.F90116 call PetscDSGetNumFields(ds, Nf, ierr)
135 call PetscDSGetNumFields(ds, Nf, ierr)
/petsc/src/dm/dt/fe/tests/
H A Dex2.c130 PetscCall(PetscDSGetNumFields(ds, &Nf)); in CreateFEGeometry()
156 PetscCall(PetscDSGetNumFields(ds, &Nf)); in DestroyFEGeometry()
248 PetscCall(PetscDSGetNumFields(ds, &Nf)); in TestIntegration()
H A Dex1.c139 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 Dfebasic.c185 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 Dplexproject.c79 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 Dplexfvm.c71 PetscCall(PetscDSGetNumFields(prob, &nFields)); in DMPlexReconstructGradients_Internal()
185 PetscCall(PetscDSGetNumFields(prob, &Nf)); in DMPlexReconstructGradientsFVM()
H A Dplexfem.c1742 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 Dplextree.c1153 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 Ddtds.c116 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 Dmimex.c89 PetscCall(PetscDSGetNumFields(prob, &Nf)); in SNESTSFormFunction_Mimex()
158 PetscCall(PetscDSGetNumFields(prob, &Nf)); in TSStep_Mimex_Split()
/petsc/src/snes/utils/
H A Dconvest.c165 PetscCall(PetscDSGetNumFields(ds, &dsNf)); in PetscConvEstSetUp()
285 PetscCall(PetscDSGetNumFields(ds, &Nf)); in PetscConvEstComputeErrorSNES_Private()
H A Ddmplexsnes.c60 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 Dex26.c198 PetscCall(PetscDSGetNumFields(ds, &Nfields)); in main()
/petsc/include/petsc/private/
H A Dkspimpl.h240 PetscCall(PetscDSGetNumFields(ds, &Nf)); in KSPLogErrorHistory()
/petsc/src/snes/utils/dm/
H A Ddmadapt.c668 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 Ddminterpolatesnes.c869 PetscCall(PetscDSGetNumFields(ds, &Nf)); in DMInterpolationEvaluate()
/petsc/src/dm/dt/fe/impls/opencl/
H A Dfeopencl.c582 PetscCall(PetscDSGetNumFields(probAux, &NfAux)); in PetscFEIntegrateResidual_OpenCL()
/petsc/src/dm/impls/swarm/
H A Dswarm.c488 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 Dswarmpic.c1322 PetscCall(PetscDSGetNumFields(ds, &Nfu)); in DMProjectFieldLocal_Swarm()
/petsc/src/dm/dt/fe/interface/
H A Dfe.c1609 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 Dex5.c1205 PetscCall(PetscDSGetNumFields(probh, &Nf)); in TestAssembly()
/petsc/src/dm/interface/
H A Ddm.c6127 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 Dpetscds.h114 PETSC_EXTERN PetscErrorCode PetscDSGetNumFields(PetscDS, PetscInt *);

12