Home
last modified time | relevance | path

Searched refs:DMPlex_DotRealD_Internal (Results 1 – 10 of 10) sorted by relevance

/petsc/src/dm/impls/swarm/tests/
H A Dex4.c252 … const PetscReal x2 = DMPlex_DotRealD_Internal(dim, &u[(p * 2 + 0) * dim], &u[(p * 2 + 0) * dim]); in RHSObjectiveF()
253 … const PetscReal v2 = DMPlex_DotRealD_Internal(dim, &u[(p * 2 + 1) * dim], &u[(p * 2 + 1) * dim]); in RHSObjectiveF()
422 …const PetscReal x = DMPlex_DotRealD_Internal(dim, &u[(p * 2 + 0) * dim], &coords[p * dim]) / x… in ComputeError()
423 …const PetscReal v = DMPlex_DotRealD_Internal(dim, &u[(p * 2 + 1) * dim], &coords[p * dim]) / x… in ComputeError()
462 … const PetscReal x2 = DMPlex_DotRealD_Internal(dim, &u[(p * 2 + 0) * dim], &u[(p * 2 + 0) * dim]); in EnergyMonitor()
463 … const PetscReal v2 = DMPlex_DotRealD_Internal(dim, &u[(p * 2 + 1) * dim], &u[(p * 2 + 1) * dim]); in EnergyMonitor()
H A Dex5.c464 const PetscReal en = 0.5 * DMPlex_DotRealD_Internal(dim, v, v); in ComputeError()
492 … const PetscReal v2 = DMPlex_DotRealD_Internal(dim, &u[(p * 2 + 1) * dim], &u[(p * 2 + 1) * dim]); in EnergyMonitor()
H A Dex6.c722 …const PetscReal v2 = DMPlex_DotRealD_Internal(dim, &u[(p * 2 + 1) * dim], &u[(p * 2 + 1) * dim]… in RHSObjectiveF()
723 …const PetscReal x2 = DMPlex_DotRealD_Internal(dim, &u[(p * 2 + 0) * dim], &u[(p * 2 + 0) * dim]… in RHSObjectiveF()
1002 const PetscReal en = 0.5 * DMPlex_DotRealD_Internal(dim, v, v); in ComputeError()
1035 …const PetscReal v2 = DMPlex_DotRealD_Internal(dim, &u[(p * 2 + 1) * dim], &u[(p * 2 + 1) * dim… in EnergyMonitor()
/petsc/src/dm/impls/plex/
H A Dplexceed.c422 if (DMPlex_DotRealD_Internal(cdim, normal, v) < 0) { in DMPlexCeedComputeGeometryFVM()
425 if (DMPlex_DotRealD_Internal(cdim, normal, v) <= 0) { in DMPlexCeedComputeGeometryFVM()
H A Dplexgeometry.c219 dp = DMPlex_DotRealD_Internal(cdim, normal, p); in DMPlexGetPlaneSimplexIntersection_Coords_Internal()
225 d[v] = DMPlex_DotRealD_Internal(cdim, normal, c); in DMPlexGetPlaneSimplexIntersection_Coords_Internal()
227 d[v] = DMPlex_DotRealD_Internal(cdim, normal, &coords[v * cdim]); in DMPlexGetPlaneSimplexIntersection_Coords_Internal()
3051 if (DMPlex_DotRealD_Internal(dim, fg->normal, v) < 0) { in DMPlexComputeGeometryFVM()
3054 if (DMPlex_DotRealD_Internal(dim, fg->normal, v) <= 0) { in DMPlexComputeGeometryFVM()
3093 …a = DMPlex_DotRealD_Internal(dim, c2f, fg->normal) / DMPlex_DotRealD_Internal(dim, fg->normal, fg-… in DMPlexComputeGeometryFVM()
/petsc/include/petsc/private/
H A Ddmpleximpl.h774 static inline PetscReal DMPlex_DotRealD_Internal(PetscInt dim, const PetscReal *x, const PetscReal … in DMPlex_DotRealD_Internal() function
/petsc/src/ts/tutorials/
H A Dex18.c289 PetscReal wn = DMPlex_DotRealD_Internal(PetscMin(dim, 3), wind, n); in riemann_advection()
/petsc/src/ts/tutorials/hamiltonian/
H A Dex3.c1346 … const PetscReal v2 = DMPlex_DotRealD_Internal(dim, &u[(p * 2 + 1) * dim], &u[(p * 2 + 1) * dim]); in RHSObjectiveF()
H A Dex2.c2070 … const PetscReal v2 = DMPlex_DotRealD_Internal(dim, &u[(p * 2 + 1) * dim], &u[(p * 2 + 1) * dim]); in RHSObjectiveF()
H A Dex4.c2675 … const PetscReal v2 = DMPlex_DotRealD_Internal(dim, &u[(p * 2 + 1) * dim], &u[(p * 2 + 1) * dim]); in RHSObjectiveF()