Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex11.c495 if (x[0] < 0.0 + x[1] * eu->itana) { in PhysicsSolution_Euler()
657 eu->itana = 0.57735026918963; /* angle of Euler self similar (SS) shock */ in PhysicsCreate_Euler()
666 eu->itana = 1. / PetscTanReal(alpha * PETSC_PI / 180.0); in PhysicsCreate_Euler()
H A Dex11.h91 PetscReal itana; member