Searched refs:DMPlex_DotD_Internal (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ts/tests/ |
| H A D | ex27.c | 213 static PetscReal DMPlex_DotD_Internal(PetscInt dim, const PetscScalar *x, const PetscReal *y) in DMPlex_DotD_Internal() function 321 xi2 = DMPlex_DotD_Internal(dim, xi, xi); in QCompute()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfvm.c | 45 PetscReal denom = DMPlex_DotD_Internal(dim, &cgrad[d * dim], v); in DMPlexApplyLimiter_Internal()
|
| H A D | plexfem.c | 1103 for (d = 0; d < pdim; ++d) fx[d] = cx[d] + DMPlex_DotD_Internal(dim, &cgrad[d * dim], dx); in DMPlexInsertBoundaryValuesRiemann() 4210 uLl[iface * Nc + off + c] = xL[c] + DMPlex_DotD_Internal(dim, &gL[c * dim], dxL); in DMPlexGetFaceFields() 4211 uRl[iface * Nc + off + c] = xR[c] + DMPlex_DotD_Internal(dim, &gR[c * dim], dxR); in DMPlexGetFaceFields()
|
| /petsc/include/petsc/private/ |
| H A D | dmpleximpl.h | 766 static inline PetscReal DMPlex_DotD_Internal(PetscInt dim, const PetscScalar *x, const PetscReal *y) in DMPlex_DotD_Internal() function
|
| /petsc/src/ts/tutorials/ |
| H A D | ex18.c | 296 PetscReal wn = DMPlex_DotD_Internal(dim, uL, n); in riemann_coupled_advection()
|