Home
last modified time | relevance | path

Searched refs:D_h (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex42.c23 PetscReal D_h; member
32 PetscReal rho_h, mu_h, D_h; in RHSFunction() local
46 D_h = user->D_h; in RHSFunction()
68 dxdt[2 * i + 1] = dh + D_h * d2h; in RHSFunction()
81 PetscReal mu_h, D_h; in RHSJacobian() local
94 D_h = user->D_h; in RHSJacobian()
113 vh[idx] = D_h; in RHSJacobian()
115 vh[0] -= D_h; in RHSJacobian()
122 vh[idx] = D_h; in RHSJacobian()
124 vh[0] -= D_h; in RHSJacobian()
[all …]
/petsc/src/ts/tutorials/output/
H A Dex42.out9 D_h: 30
/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.hpp69 MatScalarKokkosViewHost aL_h, aU_h, aLt_h, aUt_h, D_h; // D is for LDLT factorization member
H A Daijkok.kokkos.cxx2194 factors->D_h = MatScalarKokkosViewHost(NoInit("D_h"), m); in MatCholeskyFactorNumeric_SeqAIJKokkos()
2196 factors->D_d = Kokkos::create_mirror_view(DefaultMemorySpace(), factors->D_h); in MatCholeskyFactorNumeric_SeqAIJKokkos()
2239 PetscScalar *D = factors->D_h.data(); in MatCholeskyFactorNumeric_SeqAIJKokkos()
2246 PetscCallCXX(Kokkos::deep_copy(factors->D_d, factors->D_h)); in MatCholeskyFactorNumeric_SeqAIJKokkos()