Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex44.c18 PetscReal Cr; /* restitution coefficient */ member
54 v[0] = -app->Cr * v[0]; in PostEvent()
134 app.Cr = 0.9; in main()
139 PetscCall(PetscOptionsReal("-Cr", "Restitution coefficient", "", app.Cr, &app.Cr, NULL)); in main()