Searched refs:e2n (Results 1 – 1 of 1) sorted by relevance
325 static PetscErrorCode GetElementCoords(const PetscScalar _coords[], const PetscInt e2n[], PetscScal… in GetElementCoords() argument330 for (PetscInt d = 0; d < NSD; d++) el_coords[NSD * i + d] = _coords[NSD * e2n[i] + d]; in GetElementCoords()