Home
last modified time | relevance | path

Searched defs:tleft (Results 1 – 5 of 5) sorted by relevance

/petsc/src/snes/tutorials/
H A Dex18.c41 PetscReal tleft, tright; /* Dirichlet boundary conditions */ member
112 PetscReal tleft; in FormInitialGuess() local
139 PetscScalar tleft, tright, beta; in FormFunction() local
298 PetscScalar tleft, tright, beta, bm1, coef; in FormJacobian() local
/petsc/src/ts/impls/implicit/glle/
H A Dglleadapt.c185 …tscReal errors[], const PetscReal cost[], PetscInt cur, PetscReal h, PetscReal tleft, PetscInt *ne… in TSGLLEAdaptChoose()
226 …tscReal errors[], const PetscReal cost[], PetscInt cur, PetscReal h, PetscReal tleft, PetscInt *ne… in TSGLLEAdaptChoose_None()
254 …tscReal errors[], const PetscReal cost[], PetscInt cur, PetscReal h, PetscReal tleft, PetscInt *ne… in TSGLLEAdaptChoose_Size()
295 …tscReal errors[], const PetscReal cost[], PetscInt cur, PetscReal h, PetscReal tleft, PetscInt *ne… in TSGLLEAdaptChoose_Both()
H A Dglle.c701 static PetscErrorCode TSGLLEAccept_Always(TS ts, PetscReal tleft, PetscReal h, const PetscReal enor… in TSGLLEAccept_Always()
794 PetscReal errors[64], costs[64], tleft; in TSGLLEChooseNextScheme() local
/petsc/src/snes/tests/
H A Dex20.c41 PetscReal tleft, tright; /* Dirichlet boundary conditions */ member
139 PetscScalar tleft, tright, beta, td, ad, dd, fd = 0.0, tu, au, du = 0.0, fu = 0.0; in FormFunction() local
451 PetscScalar tleft, tright, beta, td, ad, dd, tu, au, du, v[7], bm1, coef; in FormJacobian() local
/petsc/src/ts/event/
H A Dtsevent.c518 static inline PetscReal RefineAndersonBjorck(PetscReal tleft, PetscReal t, PetscReal tright, PetscR… in RefineAndersonBjorck()