Home
last modified time | relevance | path

Searched defs:inorm (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/field/interface/
H A Ddmfield.c479 PetscReal inorm = 1. / PetscSqrtReal(J[0] * J[0] + J[3] * J[3] + J[6] * J[6]); in DMFieldCreateFEGeom() local
506 PetscReal inorm; in DMFieldCreateFEGeom() local
/petsc/src/ts/utils/dmplexlandau/
H A Dland_tensors.h113 PetscReal dx[3], inorm3, inorm, inorm2, norm2, x2[] = {xp, yp, zp}; in LandauTensor3D() local