| /petsc/src/ts/utils/dmplexlandau/tutorials/ |
| H A D | ex2.c | 172 …PetscCall(DMPlexComputeIntegralFEM(plexe, XsubArray[LAND_PACK_IDX(ctx->batch_view_idx, 0)], tt, NU… in testSpitzer() 178 …PetscCall(DMPlexComputeIntegralFEM(plexi, XsubArray[LAND_PACK_IDX(ctx->batch_view_idx, 1)], tt, NU… in testSpitzer() 185 …PetscCall(DMPlexComputeIntegralFEM(plexe, XsubArray[LAND_PACK_IDX(ctx->batch_view_idx, 0)], tt, NU… in testSpitzer() 195 …PetscCall(DMPlexComputeIntegralFEM(plexe, XsubArray[LAND_PACK_IDX(ctx->batch_view_idx, 0)], tt, NU… in testSpitzer() 202 …PetscCall(DMPlexComputeIntegralFEM(plexe, XsubArray[LAND_PACK_IDX(ctx->batch_view_idx, 0)], tt, NU… in testSpitzer() 211 …PetscCall(DMPlexComputeIntegralFEM(plexe, XsubArray[LAND_PACK_IDX(ctx->batch_view_idx, 0)], tt, NU… in testSpitzer() 289 PetscCall(DMPlexComputeIntegralFEM(plex, X2, tt, NULL)); in testStable() 292 PetscCall(DMPlexComputeIntegralFEM(plex, X2, tt, NULL)); in testStable() 297 PetscCall(DMPlexComputeIntegralFEM(plex, X2, tt, NULL)); in testStable() 300 PetscCall(DMPlexComputeIntegralFEM(plex, X2, tt, NULL)); in testStable() [all …]
|
| H A D | ex1.c | 265 PetscCall(DMPlexComputeIntegralFEM(dm, Xloc, tt, NULL)); in Monitor() 269 PetscCall(DMPlexComputeIntegralFEM(dm, Xloc, tt, NULL)); in Monitor() 274 PetscCall(DMPlexComputeIntegralFEM(dm, Xloc, tt, ctx)); in Monitor() 280 PetscCall(DMPlexComputeIntegralFEM(dm, Xloc, tt, ctx)); in Monitor() 286 PetscCall(DMPlexComputeIntegralFEM(dm, Xloc, tt, ctx)); in Monitor()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex72.c | 73 PetscCall(DMPlexComputeIntegralFEM(dm, u, &volume, NULL)); in main()
|
| H A D | ex33.c | 68 PetscCall(DMPlexComputeIntegralFEM(dm, u, &result, ctx)); in CheckVolume()
|
| H A D | ex99.c | 68 PetscCall(DMPlexComputeIntegralFEM(dm, u, &result, NULL)); in CheckIntegral()
|
| H A D | ex73.c | 220 PetscCall(DMPlexComputeIntegralFEM(dm, u, source, &user)); in main()
|
| /petsc/src/dm/dt/fe/tests/ |
| H A D | ex4.c | 93 PetscCall(DMPlexComputeIntegralFEM(dm, ones, vals, NULL)); in main()
|
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex11.c | 290 PetscCall(DMPlexComputeIntegralFEM(dm, u, &mom, user)); in computeFieldMoments() 294 PetscCall(DMPlexComputeIntegralFEM(dm, u, &mom, user)); in computeFieldMoments() 298 PetscCall(DMPlexComputeIntegralFEM(dm, u, &mom, user)); in computeFieldMoments()
|
| H A D | ex2.c | 385 PetscCall(DMPlexComputeIntegralFEM(dm, u, &mom, user)); in computeFEMMoments() 388 PetscCall(DMPlexComputeIntegralFEM(dm, u, &mom, user)); in computeFEMMoments() 391 PetscCall(DMPlexComputeIntegralFEM(dm, u, &mom, user)); in computeFEMMoments()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex11.c | 327 PetscCall(DMPlexComputeIntegralFEM(dmAux, auxDataGlobal, vals, NULL)); in SetupProblem() 330 PetscCall(DMPlexComputeIntegralFEM(dmAux, auxDataGlobal, vals, NULL)); in SetupProblem()
|
| H A D | ex69.c | 3293 PetscCall(DMPlexComputeIntegralFEM(dm, nullvecs[0], intn, user)); in CorrectDiscretePressure() 3294 PetscCall(DMPlexComputeIntegralFEM(dm, u, intc, user)); in CorrectDiscretePressure() 3296 PetscCall(DMPlexComputeIntegralFEM(dm, u, intc, user)); in CorrectDiscretePressure()
|
| /petsc/src/snes/utils/ |
| H A D | dmplexsnes.c | 62 PetscCall(DMPlexComputeIntegralFEM(dm, nullvecs[0], intn, ctx)); in SNESCorrectDiscretePressure_Private() 63 PetscCall(DMPlexComputeIntegralFEM(dm, u, intc, ctx)); in SNESCorrectDiscretePressure_Private() 66 PetscCall(DMPlexComputeIntegralFEM(dm, u, intc, ctx)); in SNESCorrectDiscretePressure_Private()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex30.c | 1343 PetscCall(DMPlexComputeIntegralFEM(dmAux, a, vals, NULL)); in ProjectAuxDM() 1532 PetscCall(DMPlexComputeIntegralFEM(dm, dummy, vals, NULL)); in SetupProblem() 1700 PetscCall(DMPlexComputeIntegralFEM(dm, u, vals, NULL)); in ZeroMeanPotential() 1703 PetscCall(DMPlexComputeIntegralFEM(dm, u, vals, NULL)); in ZeroMeanPotential() 2034 PetscCall(DMPlexComputeIntegralFEM(dm, X, vals, NULL)); in FunctionDomainError() 2057 PetscCall(DMPlexComputeIntegralFEM(dm, u, vals, NULL)); in Monitor() 2062 PetscCall(DMPlexComputeIntegralFEM(dm, u, vals + NUM_FIELDS, NULL)); in Monitor()
|
| H A D | ex48.c | 345 PetscCall(DMPlexComputeIntegralFEM(plex, X, &tt[0], ctx)); in Monitor() 348 PetscCall(DMPlexComputeIntegralFEM(plex, X, &tt[0], ctx)); in Monitor()
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 2422 PetscCall(DMPlexComputeIntegralFEM(ctx->plex[grid], Xloc, tt, ctx)); in DMPlexLandauPrintNorms() 2425 PetscCall(DMPlexComputeIntegralFEM(ctx->plex[grid], Xloc, tt, ctx)); in DMPlexLandauPrintNorms() 2428 PetscCall(DMPlexComputeIntegralFEM(ctx->plex[grid], Xloc, tt, ctx)); in DMPlexLandauPrintNorms() 2436 PetscCall(DMPlexComputeIntegralFEM(ctx->plex[grid], Xloc, tt, ctx)); in DMPlexLandauPrintNorms() 2441 PetscCall(DMPlexComputeIntegralFEM(ctx->plex[grid], Xloc, tt, ctx)); in DMPlexLandauPrintNorms() 2445 PetscCall(DMPlexComputeIntegralFEM(ctx->plex[grid], Xloc, tt, ctx)); in DMPlexLandauPrintNorms() 2449 PetscCall(DMPlexComputeIntegralFEM(ctx->plex[grid], Xloc, tt, ctx)); in DMPlexLandauPrintNorms() 2511 PetscCall(DMPlexComputeIntegralFEM(ctx->plex[grid], Xloc, tt, ctx)); in DMPlexLandauPrintNorms()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexmetric.c | 1302 PetscCall(DMPlexComputeIntegralFEM(dmTmp, tmp, &integral, NULL)); in DMPlexMetricNormalize() 1310 PetscCall(DMPlexComputeIntegralFEM(dmDet, determinant, &integral, NULL)); in DMPlexMetricNormalize()
|
| H A D | plexfem.c | 2600 PetscErrorCode DMPlexComputeIntegralFEM(DM dm, Vec X, PetscScalar *integral, PetscCtx ctx) in DMPlexComputeIntegralFEM() function 7204 PetscCall(DMPlexComputeIntegralFEM(dm, u, &mom, ctx)); in DMPlexComputeMoments() 7210 PetscCall(DMPlexComputeIntegralFEM(dm, u, &mom, ctx)); in DMPlexComputeMoments() 7214 PetscCall(DMPlexComputeIntegralFEM(dm, u, &mom, ctx)); in DMPlexComputeMoments()
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex3.c | 212 PetscCall(DMPlexComputeIntegralFEM(dm, u, En, ctx)); in computeFieldEnergy() 271 PetscCall(DMPlexComputeIntegralFEM(user->dmPot, phi, &intESq, user)); in MonitorEField()
|
| H A D | ex2.c | 449 PetscCall(DMPlexComputeIntegralFEM(dm, u, En, ctx)); in computeFieldEnergy() 555 PetscCall(DMPlexComputeIntegralFEM(ctx->dmPot, phi, &intESq, ctx)); in MonitorEField()
|
| H A D | ex4.c | 611 PetscCall(DMPlexComputeIntegralFEM(dm, u, En, ctx)); in computeFieldEnergy() 791 PetscCall(DMPlexComputeIntegralFEM(ctx->dmPot, phi, &intESq, ctx)); in MonitorEField()
|
| /petsc/include/ |
| H A D | petscdmplex.h | 444 PETSC_EXTERN PetscErrorCode DMPlexComputeIntegralFEM(DM, Vec, PetscScalar *, void *);
|
| /petsc/src/snes/utils/dm/ |
| H A D | dmadapt.c | 1392 PetscCall(DMPlexComputeIntegralFEM(edm, error, &errorVal, NULL)); in DMAdaptorAdapt_Sequence_Private()
|
| /petsc/src/ksp/ksp/utils/dm/ |
| H A D | dmproject.c | 1233 PetscCall(DMPlexComputeIntegralFEM(rdm, u_f, &rmom, ctx)); in DMSwarmRemap_PFAK_Internal()
|