Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/test/
H A Dtest_ts.py105 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 Dtest_ts_py.py110 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 Dex1.c167 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 Dex10.c878 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 Dex3.c35 T0, enumerator
759 constants[T0] = param->t0; in InitializeConstants()
H A Dex2.c89 T0, enumerator
1444 constants[T0] = param->t0; in InitializeConstants()
H A Dex4.c110 T0, enumerator
2058 constants[T0] = param->t0; in InitializeConstants()