Searched defs:wt (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/binding/petsc4py/demo/legacy/perftest/ |
| H A D | driver.c | 49 PetscErrorCode RunTest(int nx, int ny, int nz, int loops, double *wt) in RunTest() 114 double wt; in main() local
|
| H A D | driver.py | 127 wt = run_test(nx,ny,nz,samples,plot) variable
|
| /petsc/src/mat/graphops/color/interface/ |
| H A D | matcoloring.c | 433 PetscErrorCode MatColoringSetWeightType(MatColoring mc, MatColoringWeightType wt) in MatColoringSetWeightType()
|
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex2.c | 519 const PetscReal wt = quadWeights[q * qNc + qc + fc]; in InterpolateGradient() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 1562 const PetscReal wt = quadWeights[q * qNc + (qNc == 1 ? 0 : qc + fc)]; in DMPlexComputeL2DiffLocal() local 1678 const PetscReal wt = quadWeights[q * qNc + (qNc == 1 ? 0 : qc + fc)]; in DMComputeL2GradientDiff_Plex() local 1826 const PetscReal wt = quadWeights[q * qNc + (qNc == 1 ? 0 : qc + fc)]; in DMComputeL2FieldDiff_Plex() local 1962 const PetscReal wt = quadWeights[q * qNc + (qNc == 1 ? 0 : qc + fc)]; in DMPlexComputeL2DiffVec() local 2063 const PetscReal wt = quadWeights[q * qNc + (qNc == 1 ? 0 : fc)]; in DMPlexComputeL2FluxDiffVecLocal() local 2224 const PetscReal wt = quadWeights[q] * fegeom.detJ[q]; in DMPlexComputeClementInterpolant() local 2366 const PetscReal wt = quadWeights[q * qNc + qc]; in DMPlexComputeGradientClementInterpolant() local
|
| /petsc/src/snes/utils/dm/ |
| H A D | dmadapt.c | 927 const PetscReal wt = quadWeights[q * qNc + qc + fc]; in DMAdaptorComputeErrorIndicator_Gradient() local
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex3.c | 828 PetscReal *wt, *pt; in CreateMesh() local
|
| H A D | ex2.c | 919 PetscReal *wt, *pt; in CreateMesh() local
|
| H A D | ex4.c | 1427 PetscReal *wt, *pt; in CreateMesh() local
|