Home
last modified time | relevance | path

Searched refs:Scale2Real (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex11.h127 static inline void Scale2Real(PetscReal a, const PetscReal *x, PetscReal *y) in Scale2Real() function
163 Scale2Real(1. / x->h, x->uh, u); in SWFlux()
H A Dex11.c369 Scale2Real(1. / x->h, x->uh, u); in PhysicsFunctional_SW()