Searched refs:invJe (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 252 …PetscReal *invJe = &invJ_a[(ip_offset[grid] + loc_elem * Nq) * dim * dim]; // ingJ is static d… in LandauFormJacobian_Internal() local 278 const PetscReal *invJ = &invJe[qi * dim * dim]; in LandauFormJacobian_Internal() 326 const PetscReal *invJe = &invJ_a[(ip_offset[grid] + loc_elem * Nq) * dim * dim]; in LandauFormJacobian_Internal() local 339 const PetscReal *const invJj = &invJe[qj * dim * dim]; in LandauFormJacobian_Internal() 1699 PetscReal *invJe, *ww, *xx, *yy, *zz = NULL, *invJ_a; in CreateStaticData() local 1756 invJe = invJ_a + outer_ej * Nq * dim * dim; in CreateStaticData() 1757 …scCall(DMPlexComputeCellGeometryFEM(ctx->plex[grid], ej + cStart, quad, vj, Jdummy, invJe, detJj)); in CreateStaticData() 1762 const PetscReal *invJ = &invJe[qj * dim * dim]; in CreateStaticData()
|
| /petsc/src/ts/utils/dmplexlandau/kokkos/ |
| H A D | landau.kokkos.cxx | 525 const PetscReal *invJe = &d_invJ_k((d_ip_offset[grid] + loc_elem * Nq) * dim * dim); in LandauKokkosJacobian() 552 … const PetscReal *const invJ = &invJe[myQi * dim * dim]; // b_elem_idx: batch element index in LandauKokkosJacobian()
|