Home
last modified time | relevance | path

Searched defs:wt (Results 1 – 9 of 9) sorted by relevance

/petsc/src/binding/petsc4py/demo/legacy/perftest/
H A Ddriver.c49 PetscErrorCode RunTest(int nx, int ny, int nz, int loops, double *wt) in RunTest()
114 double wt; in main() local
H A Ddriver.py127 wt = run_test(nx,ny,nz,samples,plot) variable
/petsc/src/mat/graphops/color/interface/
H A Dmatcoloring.c433 PetscErrorCode MatColoringSetWeightType(MatColoring mc, MatColoringWeightType wt) in MatColoringSetWeightType()
/petsc/src/dm/impls/swarm/tests/
H A Dex2.c519 const PetscReal wt = quadWeights[q * qNc + qc + fc]; in InterpolateGradient() local
/petsc/src/dm/impls/plex/
H A Dplexfem.c1562 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 Ddmadapt.c927 const PetscReal wt = quadWeights[q * qNc + qc + fc]; in DMAdaptorComputeErrorIndicator_Gradient() local
/petsc/src/ts/tutorials/hamiltonian/
H A Dex3.c828 PetscReal *wt, *pt; in CreateMesh() local
H A Dex2.c919 PetscReal *wt, *pt; in CreateMesh() local
H A Dex4.c1427 PetscReal *wt, *pt; in CreateMesh() local