Home
last modified time | relevance | path

Searched defs:ww (Results 1 – 13 of 13) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex10.c514 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 Dxinit.c274 unsigned int ww = 0, hh = 0, dummy; in PetscDrawXiGetGeometry() local
/petsc/src/ts/tests/
H A Dex30.c333 …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 Dbvec2.c14 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 Ddvec2.c801 PetscScalar *ww; in VecWAXPY_Seq() local
/petsc/src/dm/impls/da/
H A Dda2.c155 PetscScalar h, *aa, *ww, v; in DMDAGetDiagonal_MFFD() local
/petsc/src/dm/dt/tests/
H A Dex7.c12 const PetscReal *ww = NULL; in CheckPullback() local
/petsc/src/mat/impls/aij/seq/aijperm/
H A Daijperm.c458 static PetscErrorCode MatMultAdd_SeqAIJPERM(Mat A, Vec xx, Vec ww, Vec yy) in MatMultAdd_SeqAIJPERM()
/petsc/src/mat/impls/mffd/
H A Dmffd.c388 PetscScalar h, *aa, *ww, v; in MatGetDiagonal_MFFD() local
/petsc/src/dm/dt/interface/
H A Ddtaltv.c389 const PetscReal *ww = NULL; in PetscDTAltVPullback() local
H A Ddt.c1915 PetscReal *x, *w, *xw, *ww; in PetscDTGaussTensorQuadrature() local
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c211 ….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 Dvecnest.c607 Vec *ww; in VecCreateLocalVector_Nest() local