Searched refs:T0 (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_ts.py | 105 T0, dT, nT = 0.00, 0.1, 10 106 T = T0 + nT * dT 107 ts.setTime(T0) 150 T0, dT, nT = 0.00, 0.1, 10 151 T = T0 + nT * dT 152 ts.setTime(T0) 199 T0, dT, nT = 0.00, 0.1, 10 200 T = T0 + nT * dT 201 ts.setTime(T0) 241 T0, dT, nT = 0.00, 0.1, 10 [all …]
|
| H A D | test_ts_py.py | 110 T0, dT, nT = 0.0, 0.1, 10 111 T = T0 + nT * dT 112 ts.setTime(T0) 151 T0, dT, nT = 0.00, 0.1, 10 152 T = T0 + nT * dT 153 ts.setTime(T0)
|
| /petsc/src/ts/utils/dmplexlandau/tutorials/ |
| H A D | ex1.c | 167 static PetscReal T0[4] = {300, 390, 200, 260}; variable 176 for (PetscInt i = 0; i < NUM_TEMPS; i++) x[i] = T0[i]; in createVec_NRL() 426 for (PetscInt i = 0; i < NUM_TEMPS; i++) x[i] = T0[i]; in main()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex10.c | 878 PetscScalar T0 = 1000., T1 = T0 * (1. + epsilon), Em0, Em1; in RDTestDifferentiation() local 880 n.T = T0; in RDTestDifferentiation() 883 n.T = T0; in RDTestDifferentiation() 889 fdEm.T = (Em1 - Em0) / (T0 * epsilon); in RDTestDifferentiation()
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex3.c | 35 T0, enumerator 759 constants[T0] = param->t0; in InitializeConstants()
|
| H A D | ex2.c | 89 T0, enumerator 1444 constants[T0] = param->t0; in InitializeConstants()
|
| H A D | ex4.c | 110 T0, enumerator 2058 constants[T0] = param->t0; in InitializeConstants()
|