| /petsc/src/ts/tutorials/ |
| H A D | ex10.c | 514 static const PetscReal ww[1] = {1.}; in RDGetQuadrature() local 535 static const PetscReal ww[2] = {0.5, 0.5}; in RDGetQuadrature() local 552 static const PetscReal ww[3] = {5. / 18, 8. / 18, 5. / 18}; in RDGetQuadrature() local 571 …static const PetscReal ww[] = {0.17392742256872692, 0.3260725774312731, 0.3260725774312731, 0.1739… in RDGetQuadrature() local 587 static const PetscReal ww[2] = {0.5, 0.5}; in RDGetQuadrature() local 604 static const PetscReal ww[3] = {1. / 6, 4. / 6, 1. / 6}; in RDGetQuadrature() local
|
| /petsc/src/sys/classes/draw/impls/x/ |
| H A D | xinit.c | 274 unsigned int ww = 0, hh = 0, dummy; in PetscDrawXiGetGeometry() local
|
| /petsc/src/ts/tests/ |
| H A D | ex30.c | 333 …dim + 0] : 1, w = fact * wp[p] * ctx->n_0 * ctx->masses[ctx->species_offset[grid]], ww = w * N_inv; in gridToParticles_private() local 429 …im + 0] : 1, w = fact * wp[pp] * ctx->n_0 * ctx->masses[ctx->species_offset[grid]], ww = w * N_inv; in PostStep() local 675 …w = fact * ctx->n_0 * ctx->masses[ctx->species_offset[grid]] * wp_t[grid][tid][pp], ww = w * N_inv; in go() local 812 …im + 0] : 1, w = fact * wp[pp] * ctx->n_0 * ctx->masses[ctx->species_offset[grid]], ww = w * N_inv; in go() local
|
| /petsc/src/vec/vec/impls/seq/ |
| H A D | bvec2.c | 14 PetscScalar *ww, *xx, *yy; /* cannot make xx or yy const since might be ww */ in VecPointwiseApply_Seq() local 75 PetscScalar *ww, *xx, *yy; /* cannot make xx or yy const since might be ww */ in VecPointwiseMult_Seq() local
|
| H A D | dvec2.c | 801 PetscScalar *ww; in VecWAXPY_Seq() local
|
| /petsc/src/dm/impls/da/ |
| H A D | da2.c | 155 PetscScalar h, *aa, *ww, v; in DMDAGetDiagonal_MFFD() local
|
| /petsc/src/dm/dt/tests/ |
| H A D | ex7.c | 12 const PetscReal *ww = NULL; in CheckPullback() local
|
| /petsc/src/mat/impls/aij/seq/aijperm/ |
| H A D | aijperm.c | 458 static PetscErrorCode MatMultAdd_SeqAIJPERM(Mat A, Vec xx, Vec ww, Vec yy) in MatMultAdd_SeqAIJPERM()
|
| /petsc/src/mat/impls/mffd/ |
| H A D | mffd.c | 388 PetscScalar h, *aa, *ww, v; in MatGetDiagonal_MFFD() local
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtaltv.c | 389 const PetscReal *ww = NULL; in PetscDTAltVPullback() local
|
| H A D | dt.c | 1915 PetscReal *x, *w, *xw, *ww; in PetscDTGaussTensorQuadrature() local
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 211 ….x, *yy = (PetscReal *)ctx->SData_d.y, *zz = (PetscReal *)ctx->SData_d.z, *ww = (PetscReal *)ctx->… in LandauFormJacobian_Internal() local 1699 PetscReal *invJe, *ww, *xx, *yy, *zz = NULL, *invJ_a; in CreateStaticData() local 2289 ….x, *yy = (PetscReal *)ctx->SData_d.y, *zz = (PetscReal *)ctx->SData_d.z, *ww = (PetscReal *)ctx->… in DMPlexLandauDestroyVelocitySpace() local
|
| /petsc/src/vec/vec/impls/nest/ |
| H A D | vecnest.c | 607 Vec *ww; in VecCreateLocalVector_Nest() local
|