Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex70.c325 static PetscErrorCode GetElementCoords(const PetscScalar _coords[], const PetscInt e2n[], PetscScal… in GetElementCoords() argument
330 for (PetscInt d = 0; d < NSD; d++) el_coords[NSD * i + d] = _coords[NSD * e2n[i] + d]; in GetElementCoords()