Searched refs:D_h (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex42.c | 23 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 D | ex42.out | 9 D_h: 30
|
| /petsc/src/mat/impls/aij/seq/kokkos/ |
| H A D | aijkok.hpp | 69 MatScalarKokkosViewHost aL_h, aU_h, aLt_h, aUt_h, D_h; // D is for LDLT factorization member
|
| H A D | aijkok.kokkos.cxx | 2194 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()
|