Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/test/
H A Dtest_ts.py279 TYPE = PETSc.TS.Type.ALPHA
/petsc/src/ts/tutorials/
H A Dex76.c75 const PetscInt ALPHA = 9; variable
312 const PetscReal alpha = PetscRealPart(constants[ALPHA]); in f0_cubic_w()
384 const PetscReal alpha = PetscRealPart(constants[ALPHA]); in f0_cubic_trig_w()
858 const PetscReal alpha = PetscRealPart(constants[ALPHA]); in f1_w()
1067 const PetscReal alpha = PetscRealPart(constants[ALPHA]); in g3_wT()
1403 constants[ALPHA] = param->alpha; in SetupProblem()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DTS.pyx16 ALPHA = S_(TSALPHA) variable in TSType
3075 """Set the spectral radius for `Type.ALPHA`.
3101 """Set the algorithmic parameters for `Type.ALPHA`.
3130 """Return the algorithmic parameters for `Type.ALPHA`.