Searched refs:dsNf (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/snes/utils/ |
| H A D | convest.c | 162 PetscInt dsNf; in PetscConvEstSetUp() local 165 PetscCall(PetscDSGetNumFields(ds, &dsNf)); in PetscConvEstSetUp() 167 for (f = 0; f < dsNf; ++f) { in PetscConvEstSetUp()
|
| H A D | dmplexsnes.c | 790 PetscInt dsNf, f; in DMSNESCheckDiscretization() local 793 PetscCall(PetscDSGetNumFields(ds, &dsNf)); in DMSNESCheckDiscretization() 795 for (f = 0; f < dsNf; ++f) { in DMSNESCheckDiscretization()
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 6280 PetscInt dsNf, f; in DMComputeExactSolution() local 6283 PetscCall(PetscDSGetNumFields(ds, &dsNf)); in DMComputeExactSolution() 6288 …for (f = 0; f < dsNf; ++f) PetscCall(PetscDSGetExactSolution(ds, fields[f], &exacts[fields[f]], &e… in DMComputeExactSolution() 6295 …for (f = 0; f < dsNf; ++f) PetscCall(PetscDSGetExactSolutionTimeDerivative(ds, fields[f], &exacts[… in DMComputeExactSolution() 9177 PetscInt dsNf; in DMComputeError() local 9180 PetscCall(PetscDSGetNumFields(ds, &dsNf)); in DMComputeError() 9182 for (f = 0; f < dsNf; ++f) { in DMComputeError()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex53.c | 2043 PetscInt dsNf, f; in SolutionMonitor() local 2046 PetscCall(PetscDSGetNumFields(ds, &dsNf)); in SolutionMonitor() 2048 for (f = 0; f < dsNf; ++f) { in SolutionMonitor()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 1737 PetscInt qNc, Nq, totNc, cStart = 0, cEnd, c, dsNf; in DMComputeL2FieldDiff_Plex() local 1742 PetscCall(PetscDSGetNumFields(ds, &dsNf)); in DMComputeL2FieldDiff_Plex() 1770 for (f = 0; f < dsNf; ++f) { in DMComputeL2FieldDiff_Plex()
|