Searched refs:DMPlex_DotRealD_Internal (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex4.c | 252 … 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 D | ex5.c | 464 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 D | ex6.c | 722 …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 D | plexceed.c | 422 if (DMPlex_DotRealD_Internal(cdim, normal, v) < 0) { in DMPlexCeedComputeGeometryFVM() 425 if (DMPlex_DotRealD_Internal(cdim, normal, v) <= 0) { in DMPlexCeedComputeGeometryFVM()
|
| H A D | plexgeometry.c | 219 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 D | dmpleximpl.h | 774 static inline PetscReal DMPlex_DotRealD_Internal(PetscInt dim, const PetscReal *x, const PetscReal … in DMPlex_DotRealD_Internal() function
|
| /petsc/src/ts/tutorials/ |
| H A D | ex18.c | 289 PetscReal wn = DMPlex_DotRealD_Internal(PetscMin(dim, 3), wind, n); in riemann_advection()
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex3.c | 1346 … const PetscReal v2 = DMPlex_DotRealD_Internal(dim, &u[(p * 2 + 1) * dim], &u[(p * 2 + 1) * dim]); in RHSObjectiveF()
|
| H A D | ex2.c | 2070 … const PetscReal v2 = DMPlex_DotRealD_Internal(dim, &u[(p * 2 + 1) * dim], &u[(p * 2 + 1) * dim]); in RHSObjectiveF()
|
| H A D | ex4.c | 2675 … const PetscReal v2 = DMPlex_DotRealD_Internal(dim, &u[(p * 2 + 1) * dim], &u[(p * 2 + 1) * dim]); in RHSObjectiveF()
|