Home
last modified time | relevance | path

Searched refs:Ud (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ts/utils/dmplexlandau/
H A Dland_tensors.h71 …r2D(const PetscReal x[], const PetscReal rp, const PetscReal zp, PetscReal Ud[][2], PetscReal Uk[]… in LandauTensor2D()
98 Ud[0][0] = -pi4pow * (rp2 * i1func + PetscSqr(zmzp) * i2func); in LandauTensor2D()
99 Ud[0][1] = Ud[1][0] = Uk[0][1] = pi4pow * (zmzp) * (r * i2func - rp * i3func); in LandauTensor2D()
100 Uk[1][1] = Ud[1][1] = -pi4pow * ((r2prp2)*i2func - 2 * r * rp * i3func) * mask; in LandauTensor2D()
H A Dplexland.c356 …PetscReal Ud[2][2], Uk[2][2], mask = (PetscAbs(vj[0] - x) < 100 * PETSC_SQRT_MACHINE_EPSILON && Pe… in LandauFormJacobian_Internal() local
357 LandauTensor2D(vj, x, y, Ud, Uk, mask); in LandauFormJacobian_Internal()
388 gg3_temp[d2][d3] += Ud[d2][d3] * temp2; in LandauFormJacobian_Internal()
/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx616 …PetscReal Ud[2][2], Uk[2][2], mask = (PetscAbs(vj[0] - x) < 100 * PETSC_SQRT_MACHINE_EPSILON && Pe… in LandauKokkosJacobian() local
617 LandauTensor2D(vj, x, y, Ud, Uk, mask); in LandauKokkosJacobian()
650 ggg.gg3[d2][d3] += Ud[d2][d3] * temp2; in LandauKokkosJacobian()