Searched refs:DotDIMReal (Results 1 – 1 of 1) sorted by relevance
133 static inline PetscReal DotDIMReal(const PetscReal *x, const PetscReal *y) in DotDIMReal() function143 return PetscSqrtReal(PetscAbsReal(DotDIMReal(x, x))); in NormDIM()338 ru2 = DotDIMReal(x->ru, x->ru); in Pressure_PG()369 nu = DotDIMReal(x->ru, n); in EulerFlux()827 velL = DotDIMReal(uL->ru, nn) / uL->r; in PhysicsRiemann_Euler_Godunov()828 velR = DotDIMReal(uR->ru, nn) / uR->r; in PhysicsRiemann_Euler_Godunov()