Home
last modified time | relevance | path

Searched defs:c02 (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ts/utils/dmplexlandau/
H A Dland_tensors.h131 …const PetscReal x2[3] = {xp, yp, zp}, x1[3] = {a_x1[0], a_x1[1], a_x1[2]}, c02 = c0 * c0, g1 = GAM… in LandauTensor3DRelativistic() local
H A Dplexland.c60 double u2 = 0, c02 = (double)*c2_0_arr, xx; in gamma_m1_f() local
1755 …X_NQND], Jdummy[LANDAU_MAX_NQND * LANDAU_DIM * LANDAU_DIM], c0 = C_0(ctx->v_0), c02 = PetscSqr(c0); in CreateStaticData() local
2341 const PetscReal c02 = c2_0_arr[0]; in gamma_n_f() local
/petsc/src/ts/tutorials/
H A Dex30.c56 #define NORM2C_3d(c00, c01, c02, c11, c12, c22) (PetscSqr(c00) + 2 * PetscSqr(c01) + 2 * PetscSqr(c… argument