Searched defs:tleft (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex18.c | 41 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 D | glleadapt.c | 185 …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 D | glle.c | 701 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 D | ex20.c | 41 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 D | tsevent.c | 518 static inline PetscReal RefineAndersonBjorck(PetscReal tleft, PetscReal t, PetscReal tright, PetscR… in RefineAndersonBjorck()
|