Home
last modified time | relevance | path

Searched refs:DMPlex_WaxpyD_Internal (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ts/tests/
H A Dex27.c205 static void DMPlex_WaxpyD_Internal(PetscInt dim, PetscReal a, const PetscReal *x, const PetscReal *… in DMPlex_WaxpyD_Internal() function
320 DMPlex_WaxpyD_Internal(dim, -1.0, vq, vp, xi); in QCompute()
362 DMPlex_WaxpyD_Internal(dim, -1.0, gradS_q, gradS_p, GammaS); in RHSFunctionParticles()
/petsc/src/dm/impls/plex/
H A Dplexfvm.c42 DMPlex_WaxpyD_Internal(dim, -1, cg->centroid, ncg->centroid, v); in DMPlexApplyLimiter_Internal()
H A Dplexceed.c421 DMPlex_WaxpyD_Internal(cdim, -1, l, r, v); in DMPlexCeedComputeGeometryFVM()
H A Dplexgeometry.c3050 DMPlex_WaxpyD_Internal(dim, -1, l, r, v); in DMPlexComputeGeometryFVM()
3060 DMPlex_WaxpyD_Internal(dim, -1, fg->centroid, cL->centroid, v); in DMPlexComputeGeometryFVM()
3064 DMPlex_WaxpyD_Internal(dim, -1, fg->centroid, cR->centroid, v); in DMPlexComputeGeometryFVM()
3092DMPlex_WaxpyD_Internal(dim, -1, ci->centroid, fg->centroid, c2f); /* cell to face centroid */ in DMPlexComputeGeometryFVM()
3095 DMPlex_WaxpyD_Internal(dim, 2 * a, fg->normal, ci->centroid, cg->centroid); in DMPlexComputeGeometryFVM()
H A Dplexfem.c1102 DMPlex_WaxpyD_Internal(dim, -1, cg->centroid, fg->centroid, dx); in DMPlexInsertBoundaryValuesRiemann()
4207 DMPlex_WaxpyD_Internal(dim, -1, cgL->centroid, fg->centroid, dxL); in DMPlexGetFaceFields()
4208 DMPlex_WaxpyD_Internal(dim, -1, cgR->centroid, fg->centroid, dxR); in DMPlexGetFaceFields()
/petsc/src/ts/tutorials/
H A Dex18.c501 DMPlex_WaxpyD_Internal(2, -t, wind, x, x0); in tilted_phi_2d()
516 DMPlex_WaxpyD_Internal(2, -t, ur, x, x0); in tilted_phi_coupled_2d()
/petsc/include/petsc/private/
H A Ddmpleximpl.h760 static inline void DMPlex_WaxpyD_Internal(PetscInt dim, PetscReal a, const PetscReal *x, const Pets… in DMPlex_WaxpyD_Internal() function