Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/
H A Dland_tensors.h73 …PetscReal l, s, r = x[0], z = x[1], i1func, i2func, i3func, ks, es, pi4pow, sqrt_1s, r2, rp2, r2pr… in LandauTensor2D() local
89 sqrt_1s = PetscSqrtReal(1. + s); in LandauTensor2D()
95 i2func = 2. / ((1 - s) * sqrt_1s) * es; in LandauTensor2D()
96 i1func = 4. / (PetscSqr(s) * sqrt_1s + PETSC_MACHINE_EPSILON) * mask * (ks - (1. + s) * es); in LandauTensor2D()
97 i3func = 2. / ((1 - s) * (s)*sqrt_1s + PETSC_MACHINE_EPSILON) * (es - (1 - s) * ks); in LandauTensor2D()