Home
last modified time | relevance | path

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

/petsc/src/dm/impls/moab/
H A Ddmmbfem.cxx719 …im, const PetscInt nverts, const PetscReal *coordinates, const PetscReal *xphy, PetscReal *natpara… in DMMoabPToRMapping() argument
733 PetscAssertPointer(xphy, 4); in DMMoabPToRMapping()
749 delta[2] = phypts[2] - xphy[2]; in DMMoabPToRMapping()
752 delta[1] = phypts[1] - xphy[1]; in DMMoabPToRMapping()
755 delta[0] = phypts[0] - xphy[0]; in DMMoabPToRMapping()
785 delta[2] = phypts[2] - xphy[2]; in DMMoabPToRMapping()
788 delta[1] = phypts[1] - xphy[1]; in DMMoabPToRMapping()
791 delta[0] = phypts[0] - xphy[0]; in DMMoabPToRMapping()